-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
65 lines (57 loc) · 861 Bytes
/
style.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
body {
font-size: 15px;
margin: auto;
display: block;
margin-left: 100px;
margin-right: 100px;
}
#fonts{
cursor:pointer;
}
header {
background-color: #0752b5;
margin: 0px;
color: white;
padding: 20px;
}
h1 {
font-family: cursive;
font-size: 40px;
}
h3 {
font-family: cursive;
font-size: 20px;
margin-bottom: 50px;
}
h2 {
margin-bottom: 10px;
}
h4 {
font-size: 20px;
}
button {
background-color: #0752b5;
border: none;
color: white;
cursor: pointer;
font-size: 15px;
margin-bottom: 25px;
margin-top: 15px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
text-align: center;
}
.forms {
margin-bottom: 30px;
display: block;
}
.checkboxes {
margin-bottom: 10px;
}
.bar-theme {
color: #fff;
background-color: #0752b5;
padding: 8px 16px;
}