-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
50 lines (49 loc) · 713 Bytes
/
styles.css
File metadata and controls
50 lines (49 loc) · 713 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
body{
background-color: #383838;
}
h1{
text-align: center;
color: white;
}
#new-array{
margin-right: 400px;
}
.sortbtn{
margin-right: 10px;
}
.navbar{
background-color: #383838;
border-color: #383838;
}
button{
border: solid 1px #00FFC6;
border-radius: 20px;
background-color: #383838;
color: #00FFC6;
}
#height-array{
width: 800px;
display: flex;
justify-content: space-around;
margin: auto;
margin-top: 50px;
}
.heights{
margin-right: 1px;
}
#arr_sze{
background-color: aqua;
}
.container-fluid{
display: flex;
}
.col{
display: flex;
margin-right: 50px;
}
#new-array{
margin-right: 50px;
}
#size{
margin-right: 10px;
}