summaryrefslogtreecommitdiff
path: root/src/2b2w/index.css
blob: 6a54055a89cc2297e5b0620c410119d64fa93640 (plain) (blame)
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
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;
}