You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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;
|
|
|
|
}
|