6 lines
64 B
CSS
6 lines
64 B
CSS
div.col {
|
|
float: left;
|
|
width: 2rem;
|
|
height: 2rem;
|
|
}
|