-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (40 loc) · 999 Bytes
/
style.css
File metadata and controls
49 lines (40 loc) · 999 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
#title{
font-weight: bold;
text-align: center;
margin-top: 50px;
margin-bottom: 35px;
}
.slider{
appearance: none;
width: 100%;
height: 5px;
background-color: #0275d8;
outline: none;
opacity: 75%;
transition: .05s;
}
.slider:hover {
opacity: 100%;
}
#btn{
text-align: center;
margin-right: 5px;
}
#showArray {
text-align: center;
}
#btnClick {
margin: 0 auto;
}
#random-number{
margin-left: 20px;
}
div.centered { width: 2vh; }
div#columns { width: 58.8vw; margin: 0 auto;}
div#columns div { width: 4vh; height: 4vh; float: left; text-align: center; outline-style: solid; padding: 2px; font-size: 2vh;}
div.col { margin-bottom: 10px; margin-right: 10px; text-align: center;}
div.red { background-color: rgb(241, 46, 46); }
div.green { background-color: lightgreen; }
div.blue { background-color:rgb(29, 211, 235) }
div.yellow { background-color: yellow; }
/* div.clear { clear: both; } */