-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (48 loc) · 843 Bytes
/
style.css
File metadata and controls
54 lines (48 loc) · 843 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
body{
background-color: #D7D0E9;
margin: 0;
padding: 0;
}
#header-field{
margin: auto;
width: 90%;
height: 40px;
background-color: #86ba90;
text-align: center;
border-radius: 20px;
}
.container{
height: 80px;
width: 100%;
position: relative;
}
#new-array-div{
margin-left: 10px;
width: 250px;
height: 80px;
display: inline-block;
padding-left: 10px;
}
#new-array{
height: 80px;
font-size: 25px;
border-radius: 20px;
border-color: #86ba90;
cursor: pointer;
background-color: #86ba90;
}
#sortbox{
width: 800px;
height: 80px;
float: right;
}
#btn{
margin-top: 10px;
margin-left: 5px;
height: 50px;
font-size: 20px;
border-radius: 20px;
cursor: pointer;
background-color: #86ba90;
border-color: #86ba90;
}