5 lines
73 B
CSS
5 lines
73 B
CSS
|
.box {
|
||
|
width: 100px;
|
||
|
height: 100px;
|
||
|
background-color: grey;
|
||
|
}
|