-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
54 lines (44 loc) · 842 Bytes
/
style.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
48
49
50
51
52
53
54
@import url('https://fonts.googleapis.com/css?family=VT323');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
font-family: 'VT323', monospace;
font-size: 3vw;
color: #F8E219;
text-shadow: 1px -1px 1vw #F27545, 1px -1px 1vh #F27545;
background-color: #1A1A1A;
padding-top: 2vmax;
padding-left: 2vmax;
padding-right: 2vmax;
}
.sign {
display: flex;
width: 90%;
margin:0 auto;
}
.time {
display: block;
text-align: center;
}
.col {
flex: auto;
text-align: left;
}
.title {
font-family: 'Open Sans', sans-serif;
color: #EFEFEF;
text-shadow: none;
font-size: 2vmax;
font-weight: bold;
}
.space {
padding: 0.5vw;
}
.large-text {
font-size: 5vw;
}
#service .row {
text-align: left;
}
#duein {
text-align: right;
}