-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (64 loc) · 1.21 KB
/
style.css
File metadata and controls
66 lines (64 loc) · 1.21 KB
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
63
64
65
66
* {
margin: 0%;
padding: 0%;
}
body {
background-color: #b0b8c4;
color: white;
text-align: center;
font-family: "Roboto", sans-serif;
}
.nav {
height: 100px;
}
.sort {
float: right;
}
.btn {
float: left;
padding: 8px;
margin-left: 10px;
margin-top: 5px;
border-radius: 4px;
border: 2px solid #076a6f;
color: #1c2d2e;
background-color: #677791;
font-weight: 600;
}
.center {
margin: 0 auto;
border: 2px solid #0f5256;
width: 1000px;
height: 500px;
padding: 5px;
border-radius: 4px;
}
.bar-list {
display: flex;
align-items: flex-start;
flex-direction: row;
}
.bar {
display: flex;
align-items: flex-start;
flex: 0.5;
width: 0.000001%;
margin: 1px;
background-color: #038187;
resize: horizontal;
position: relative;
transition: 0.5s ease-in-out;
}
.array_size {
margin: 7px;
float: left;
border: 2px solid #0d6065;
padding: 5px;
border-radius: 4px;
color: #156266;
}
.heading{
text-shadow: #393e46;
color: black;
font-family: 'Comic Sans MS', cursive;
}