-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (64 loc) · 1.15 KB
/
style.css
File metadata and controls
66 lines (64 loc) · 1.15 KB
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
body {
font-family: Arial, sans-serif;
background-color: white;
text-align: center;
}
h2 {
font-size: 36px;
color: #333;
margin: 20px 0;
}
ul{
text-align: left;
}
p.left {
font-size: 18px;
color: #666;
margin: 20px 0;
text-align: left;
}
h2.left {
text-align: left;
}
table {
text-align: left;
}
input[type="checkbox"] {
margin-right: 10px;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
border: 1px ;
border-radius: 50%;
}
a {
font-size: 18px;
color: purple;
text-decoration: none;
margin: 0 10px;
}
section {
display: flex;
}
div.header {
font-family:Italics;
background-color: whitesmoke;
margin: 5px;
padding: 10px;
border-top: 3px solid purple;
border-bottom: 1px solid lightgray;
color: white;
flex: 1;
}
a:hover {color: purple;}
a { color: black; text-decoration: none;}
@media only screen and (max-width:768px){
figure{
size-adjust:auto;
width:100%;
height:30%;
text-align:center;
}
}