18 lines
261 B
CSS
18 lines
261 B
CSS
window {
|
|
margin: 5px;
|
|
background-color: #0f0f17;
|
|
border-radius: 10px;
|
|
opacity: 0.95;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
background-color: #0f0f17;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 5px;
|
|
background-color: #0f0f17;
|
|
border-radius: 10px;
|
|
}
|