5 lines
76 B
CSS
5 lines
76 B
CSS
.test_box{
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: red;
|
|
} |