-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (44 loc) · 755 Bytes
/
style.css
File metadata and controls
57 lines (44 loc) · 755 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
52
53
54
55
56
57
body {
text-align: center;
}
h1 {
font-family: 'Open Sans', sans-serif;
color: orange;
}
.big {
font-size: 70px;
}
.mid {
width: 600px;
}
.n {
font-family: 'Lobster', cursive;
}
.m {
font-family: 'Satisfy', cursive;
}
.l {
font-family: 'Great Vibes', cursive;
}
.i {
background-color: green;
}
marquee {
color: yellow;
}
body {
background-image: url('http://i.stack.imgur.com/kx8MT.gif');
background-repeat: repeat;
}
a {
font-size: 70px;
color: yellow;
}
.li{
font-family: 'Open Sans', sans-serif;
font-size: 35px;
color: yellow;
}
.body {
background-image: url(https://images.pexels.com/photos/531880/pexels-photo-531880.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
}