-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbase.css
More file actions
113 lines (98 loc) · 1.78 KB
/
Copy pathbase.css
File metadata and controls
113 lines (98 loc) · 1.78 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
body{
font-size:20px;
background-color:green;
}
img{
height:200px;
width:250px;
}
img.eat{
height:200px;
width:270px;
padding-left:225px;
}
img.drink{
height:200px;
width:250px;
padding-left:230px;
}
h1{
padding-left:20px;
font-size:2em;
font-family:"Archivo Black";
}
h2.bad{
font-family:"Quicksand";
padding-left:500px;
color: white
}
h2.worse{
font-family:"Quicksand";
padding-left:500px;
color: maroon
}
h3{
font-family:"Archivo Black";
}
h4{
font-family:"Federant";
}
h2.my-link{
font-family:"Roboto Mono";
color: green;
margin-left: 525px;
}
h2.shrek{
font-family:"Federant";
color: blue;
margin-left: 525px;
}
a{
text-decoration:blink;
font-size:150%
}
.blink {
animation: blink 2s step-start infinite;
}
.geese{
animation: blink 1s step-start infinite;
}
.goose{
animation: blink 3s step-start infinite;
}
.rombo{
margin-left:350px;
}
.combo{
margin-left:300px;
}
img.boing{
margin-left:50px;
}
img.moving{
padding-left:65px;
}
img.fooling{
padding-left:80px;
}
.colorred{
color:#E02D0B
}
.colorblue{
color:#2754F5;
}
.colorgreen{
color:#1AED67;
font-size:1.5rem;
}
.colorgold{
color:#E0DB46;
}
html{
font-size:20px;
font-style:italic
}