5 lines
85 B
CSS
5 lines
85 B
CSS
.box {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color:var(--theme-grey);
|
|
} |