-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (41 loc) · 695 Bytes
/
style.css
File metadata and controls
41 lines (41 loc) · 695 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
body {
background: hsl(220, 13%, 14%);
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: #FFFDF4;
margin: 20px;
font-size: 16px;
}
.bounds {
outline: 2px solid #C0C5CE;
float: left;
background: hsl(220, 13%, 18%);
}
.logo {
margin-bottom: 15px;
}
.logo img {
width: 200px;
}
.sidebar {
width: 200px;
float: left;
margin-right: 20px;
}
.player {
line-height: 2em;
}
.player.winner::before {
content: '👑';
}
.color {
position: relative;
top: -0.1em;
display: inline-block;
vertical-align: middle;
width: 0.5em;
height: 1.5em;
}
.score {
float: right;
font-weight: bold;
}