forked from themoonisacheese/2bored2wait
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
47 lines (41 loc) · 745 Bytes
/
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
#particles-js {
position : absolute;
width:100%;
height:100%;
z-index:-1;
}
body {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
margin: 0;
background-color: rgb(16, 16, 26);
}
h1, .content {
margin: 0;
color: rgb(228, 228, 228);
font-family: sans-serif;
}
button {
width: 128px;
height: 32px;
background-color: transparent;
border: none;
outline: none;
cursor: pointer;
font-family: sans-serif;
border-radius: 5px;
color: #e4e4e4;
transition-duration: 0.3s;
}
button.start {
border: 3px solid #25c525;
}
button.stop {
border: 2px solid #f32727;
}
.place, .ETA{
display: inline-block;
}