-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
47 lines (43 loc) · 1.1 KB
/
index.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
43
44
45
46
47
body {margin:0;
background-color:#1B244A;
}
.container{display:flex;
justify-content:space-around;
}
#homeSheet, #guestSheet{background-color:#080001;
border: hidden;
width:155px;
height:120px;
border-radius: 5px;
color:#F94F6D;
text-align:center;
font-family:Cursed Timer ULiL;
font-size: 90px;
line-height: 126.67px;
margin:0px;
}
@font-face {
font-family:Cursed Timer ULiL;
src: url(CursedTimerULiL.woff) format('woff'),
url(CursedTimerULiL.ttf) format('ttf'),
url(CursedTimerULiL.eot) format('eot'),
url(CursedTimerULiL.svg) format('svg');
}
h3 {font-family: verdana;
font-style: bold;
font-size: 40px;
color: #EEEEEE;
text-align: center;
}
button{background-color:#1B244A;
margin:20px 2px;
height:45px;
width:45px;
border-radius: 5px;
border-color: #9AABD8;
border-style: solid;
font-family: Cursed Timer ULiL;
font-size: 18px;
line-height: 27.81px;
color: #9AABD8;
}