-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (39 loc) · 870 Bytes
/
style.css
File metadata and controls
51 lines (39 loc) · 870 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
body{ margin:0px;
background-color: rgb(229, 227, 224);
}
*{ font-family: sans-serif;}
a{ font-weight: bold;
text-decoration: none;
}
li{
list-style: none;
margin: 2rem;
}
footer{
background-color: black;
color:white;
height: 3rem;
display: flex;
text-align: center;
justify-content: center;
align-items: center;
font-weight: bolder;
text-transform: uppercase;
font-size: 1.5rem;
}
a:link{ color: black;}
a:visited{color: black;}
a:hover{color: red;}
a:active{color: red;}
.main_image{
height: 50vh;
width: 100vw;
}
.child{
margin: 3rem;
}
ul,
header{ display: flex;
justify-content: space-between;
}
.parent{display: flex;}