-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (56 loc) · 779 Bytes
/
style.css
File metadata and controls
62 lines (56 loc) · 779 Bytes
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
.navbar {
background-color:#1b262c;
}
.body {
background-color:#bbe1fa;
}
.heading {
font-size:3rem;
margin-right:40vw;
}
.sliders{
margin-left: 3vw;
}
.board {
display: flex;
justify-content: center;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
color: white;
margin:0 auto;
background-color: #1b262c;
text-align: center;
vertical-align: middle;
}
.grid {
margin:3vh;
display:flex;
height: 70vh;
width:75vw;
border-bottom:0.2px solid;
}
.number {
white-space:nowrap;
align-self: flex-end;
border: 2.5px solid white;
border-bottom:0;
background-color:#3282b8;
}
button {
margin:10px;
}
.pointer1{
background-color:red;
}
.pointer2 {
background-color:yellow;
}
.pointer3 {
background-color:green;
}
.sorted {
background-color:#0f4c75;
}