-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
103 lines (98 loc) · 1.99 KB
/
index.css
File metadata and controls
103 lines (98 loc) · 1.99 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
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
95
96
97
98
99
100
101
102
103
/* Note to students: Some properties are given to you to fill out,
others you can modify as they stand, and if you have time,
there are definitely some properties you should add!*/
html {
height: 100%;
width: 100%;
}
body {
width: 100%;
height: 100%;
}
header {
background-color:#C02410 ;
padding: 5px;
font-size: 20px;
font-family: Georgia;
color: white;
display: block;
position: relative;
max-height: 70px;
text-align: center;
width: 100%;
}
nav {
background-color: #383538;
padding: 5px;
width: 100%;
color: white;
float: left;
display: flex;
align-items: center;
justify-content: center;
vertical-align: middle;
margin: 0 auto;
}
nav ul {
padding: ;
float: left;
border-bottom: ;
list-style-type: none;
}
nav li {
float: left;
text-align: center;
}
nav li a {
display: block;
border: solid black;
color: white;
font-family: georgia;
font-size: 20px;
height: 25px;
padding: 10px 10px 10px 10px;
width: 200px;
text-align: center;
}
a {
color: ;
}
.checkbox{
background-color: white;
}
.color{
color: black
}
section {
margin: auto;
width: 100%;
text-align: center;
float: left;
}
section h3 {
font-size: 30px
}
section p {
margin: auto;
font-size: 25px;
font-style: georgia;
width: 50%;
text-align: center;
}
aside {
width: 17%;
display: inline-block;
background-color:;
padding:;
min-height: 100%;
}
aside ul {
list-style-type: none;
}
footer {
width: 790px;
background-color:;
color:;
clear: both;
display: block;
}