-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsol4.css
More file actions
47 lines (41 loc) · 686 Bytes
/
sol4.css
File metadata and controls
47 lines (41 loc) · 686 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
* {
margin: 0px;
padding: 0px;
}
.navbar {
background-color: black;
width: 100%;
height: 8%px;
color: white;
}
.red {
background-color: red;
display: inline-block;
width: 50%;
height: 85vh;
}
.green {
margin: 0px;
padding: 0px;
background-color: green;
display: inline-block;
width: 50%;
height: 85vh;
}
footer {
font-family: 'Baloo Bhai 2', cursive;
background-color: black;
color: white;
padding: 30px;
text-align: center;
}
.navbar ul li {
display: inline-block;
margin: 16px 39px;
font-size: 20px;
}
.navbar ul li a {
color: white;
font: 40px;
text-decoration: none;
}