-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.css
67 lines (56 loc) · 1000 Bytes
/
test.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
body{
margin: 0;
}
body footer{
text-align: center;
font-size: 20px;
}
header{
background-color: darkgrey;
text-align: center;
padding-top: 15px;
padding-bottom:15px;
}
header h1{
font-size: 50px;
font-family: 'Franklin Gothic Heavy', cursive;
color:#eb3ebd;
-webkit-text-stroke: 1px black;
}
header img{
border-radius: 500px ;
width: 325px;
border: 15px solid #eb3ebd;
}
main{
padding: 110px;
}
main p{
font-size: 20px;
}
main li{
font-size: 20px;
}
main h1{
font-family: 'Franklin Gothic Heavy', cursive;
font-size: 35px;
color:#ff9100;
-webkit-text-stroke: 1px black;
}
main h2{
font-family: 'Franklin Gothic Heavy', cursive;
font-size: 30px;
color:#ff9100;
-webkit-text-stroke: 1px black;
}
main img{
border-radius: 500px;
width:325px;
border: 15px solid #ff9100;
}
footer{
font-size: 40px;
background-color: darkgrey;
text-align: center;
padding: 30px;
}