esoe
3 years ago
2 changed files with 18 additions and 1 deletions
@ -0,0 +1,17 @@ |
|||||||
|
div { |
||||||
|
background-color: rgb(181, 122, 236); |
||||||
|
margin: 5px; |
||||||
|
} |
||||||
|
.header{ |
||||||
|
position: relative; top: 20px; |
||||||
|
} |
||||||
|
.controls{ |
||||||
|
padding-left: 12px; |
||||||
|
position: relative; left: 20px; |
||||||
|
} |
||||||
|
.button{ |
||||||
|
background-color: rgb(65, 241, 188); |
||||||
|
} |
||||||
|
.mainframe{ |
||||||
|
background-color: aliceblue; |
||||||
|
} |
Loading…
Reference in new issue