-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoodvibes.css
94 lines (87 loc) · 1.47 KB
/
goodvibes.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
body {
background-color: A9D7E9;
}
.title {
margin: auto;
color: #000000a3;
padding-top: 25px;
padding-bottom: 25px;
text-align: center;
font-size: 45px;
}
.heading {
font-size: 25px;
font-family: normal;
color: #090808b5;
letter-spacing: .5px;
}
#wrapper {
background-color: F3F3F3;
width: 900px;
text-align: center;
margin: auto;
border-radius: 10px;
padding: 20px 10px 10px 10px;
}
h1 {
padding-top: 10px;
}
.form {
position: static;
display: block;
}
.part {
display: inline-block;
text-align: right;
width: 40%;
padding: 7px;
vertical-align: top;
margin-top: 10px;
font-size: 20px;
}
.inputareas {
display: inline-block;
text-align: left;
width: 50%;
vertical-align: middle;
padding: 14px;
}
.input-fields {
width: 300px;
height: 30px;
border-radius: 5px;
outline: none;
padding-left: 10px;
font-size: 15px;
}
.checkboxs {
display: inline-block;
margin-right: 0.625rem;
min-height: .25rem;
min-width: .75rem;
}
.radio {
display: inline-block;
margin-right: 0.625rem;
min-height: .25rem;
min-width: .75rem;
}
b {
font-weight: 5px;
color: #090808b5;
}
.buttontag {
margin: auto;
width: 150px;
height: 40px;
border-style: none;
background-color: #057f7fc4;
color: white;
border-radius: 5px;
font-size: 20px;
cursor: pointer;
}
.buttontag:hover {
color: black;
background-color: #a9d7e9e0;
}