7 lines
95 B
CSS
7 lines
95 B
CSS
div {
|
|
height: 100px;
|
|
width: 100px;
|
|
background-color: black;
|
|
border: 1px solid white;
|
|
}
|