-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsltyles.css
42 lines (38 loc) · 897 Bytes
/
sltyles.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
* {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
}
h1{
margin-left: 10px;
background-color: yellow;
font-size: 50px;
font-weight: 200;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-style: oblique;
text-transform: uppercase;
display: inline-block;
}
h2{
margin-left: 10px;
font-size: 25px;
font-weight: 100;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-style: oblique;
text-transform: uppercase;
display: inline-block;
}
li{
margin-left: 10px;
background-color: yellow;
font-size: 25px;
font-weight: 100;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-style: oblique;
text-transform: uppercase;
display: inline-block;
}
img{
margin-left: 10px;
border-radius: 20px;
}