-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
47 lines (47 loc) · 840 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
.header{
background-color: black;
color:white;
text-align: center;
font-family: arial black;
font-size: 40px;
}
.menu{
background-color: grey;
color:yellow;
text-align: center;
font-family: arial black;
font-size: 25px;
height: 40px;
padding-top: 8px;
}
.left{
background-color: pink;
color:black;
text-align: center;
font-family: arial black;
font-size: 30px;
width:30%;
height:750px;
float:left;
padding-top:10px;
text-decoration: underline;
}
.right{
background-color: rgb(150, 255, 232);
color:black;
text-align: center;
font-family: arial black;
font-size: 30px;
width:70%;
height:750px;
float:right;
padding-top:10px;
text-decoration: underline;
}
.footer{
text-align:center;
font-family: arial black;
font-size:20px;
background-color: orange;
height: 855px;
}