19 lines
276 B
CSS
19 lines
276 B
CSS
window {
|
|
margin: 0px;
|
|
background-color: #0f0f17;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#inner-box {
|
|
background-color: #0f0f17;
|
|
margin: 5px;
|
|
border: none;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#outer-box {
|
|
background-color: #0f0f17;
|
|
margin: 5px;
|
|
border: none;
|
|
border-radius: 10px;
|
|
}
|