-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path10.css
More file actions
59 lines (47 loc) · 642 Bytes
/
10.css
File metadata and controls
59 lines (47 loc) · 642 Bytes
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
body {
background-color: #E0E0E2;
}
ul {
list-style-type: none;
text-align: center;
padding: 0px;
}
li {
display: inline;
}
main {
text-align: center;
}
footer {
text-align: center;
}
h1 {
color: #721817;
}
h2 {
color: #721817;
}
.center-text {
text-align: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
h2 > span {
color: #FA9F42;
font-size: 0.75em;
}
form > div {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
#copyright {
padding-top: 12px;
font-size: 0.75em;
}
input:focus:invalid {
color: red;
border: red 3px solid;
}