-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
100 lines (84 loc) · 1.55 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
* {
margin:0px;
border: 0px;
}
body {
background: #f6f6f6;
/* display: flex; */
/* flex-direction: column; */
overflow: hidden;
}
.logcon {
font-family: 'Courier New', Courier, monospace;
font-size: 14px;
color: #38A1DB;
position: relative;
top: 1vh;
left: 2vw;
/* display: flex; */
flex-direction: row !important;
justify-content: flex-start;
}
.l1 {
color: #3EB370;
}
.l1hide {
font-family: 'Courier New', Courier, monospace;
color: #ff0000;
}
button {
padding: 1% 5% 2%;
text-align: center;
font-weight: 700;
border-radius: 8px;
width: 45%;
}
.btn {
text-align: center;
margin-top: 5px;
}
.stabtn {
font-family: 'Courier New', Courier, monospace;
background-color: azure;
box-shadow: 0 9px #bbb;
}
.stabtn:active {
background-color: #A0D8EF;
box-shadow: 0 5px #999;
transform: translateY(4px);
}
.cwinfo {
font-family: 'Courier New', Courier, monospace;
background-color: #faf0be;
box-shadow: 0 9px #bbb;
}
.cwinfo:active {
background-color: #e0d666;
box-shadow: 0 5px #999;
transform: translateY(4px);
}
.index-bkimg {
background-image: url('./img/index.jpg');
background-size: cover;
height: 100vh;
}
.title {
font-size: 50px;
font-weight: 900;
color: white;
}
.subtitle {
font-size: medium;
font-family: 'Courier New', Courier, monospace;
color: white;
}
.middle {
text-align: center;
align-items: center;
}
.blank {
color: #00000000;
}
.date {
color: #EEBBCB;
}