-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
42 lines (41 loc) · 728 Bytes
/
styles.css
File metadata and controls
42 lines (41 loc) · 728 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
.odd {
background-color: rgb(255, 135, 135);
font-family: Verdana, "DejaVu Sans", sans-serif;
}
.odd.third {
font-size: 24px;
}
#blue {
color: rgb(41, 55, 248);
font-size: 36px;
}
#green {
background-color: rgb(137, 255, 135);
font-size: 24px;
font-weight: bold;
}
.black, .yellow {
font-size: 28px;
font-family: Helvetica, "Times New Roman", sans-serif;
}
.black {
background-color: black;
color: white;
}
.yellow {
background-color: yellow;
}
.avatar.proportioned {
width: 300px;
height: auto;
}
.avatar.distorted {
width: 200px;
height: 400px;
}
.container .text {
color: red;
background-color: yellow;
font-size: 20px;
text-align: center
}