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.
48 lines
634 B
48 lines
634 B
body {
|
|
background-color: #f1f1f1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.square {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
#main_color {
|
|
border: solid;
|
|
}
|
|
|
|
section {
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: 60%;
|
|
}
|
|
|
|
#colors{
|
|
flex-direction: row;
|
|
}
|
|
.color {
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.logo {
|
|
height: 80px;
|
|
width: 80px;
|
|
}
|
|
|
|
#delete{
|
|
border-radius:10px ;
|
|
background-color: red;
|
|
color: white;
|
|
}
|
|
|
|
.player{
|
|
flex-direction: row;
|
|
justify-content: space-evenly;
|
|
}
|