-
Notifications
You must be signed in to change notification settings - Fork 1
/
styleconsole.css
77 lines (67 loc) · 1.39 KB
/
styleconsole.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
* {
font-family: 'Press Start 2P', cursive;
overflow: hidden;
}
body {
background-image: url("./images/ACNH_Multicolour.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
p {
font-family: 'Press Start 2P', cursive;
font-size: 20px;
}
h3 {
font-family: 'Press Start 2P', cursive;
font-size: 15px;
}
.center {
text-align: center;
justify-content: center;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 1.5%;
margin-bottom: 3%;
}
#console {
background-image: url("./images/console.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100vh;
width: 100vw;
background-size: 99% 78%;
background-position: center center;
}
#screen {
margin-top: 24vh;
margin-bottom: 40vh;
margin-left: 23vw;
margin-right: 23vw;
text-align: center;
justify-content: center;
width: auto;
height: auto;
}
#vitalScorecards {
display: grid;
grid-template-columns: auto auto auto auto;
text-align: center;
}
.dashboard {
font-size: 20px;
}
#author {
font-size: 10px;
margin: none;
}
#start {
color: green;
font-size: 30px;
}
#start:hover { color: #00FF00; }
#story {
font-size: 15px;
}