9 lines
132 B
CSS
9 lines
132 B
CSS
.boxes-container {
|
|
max-width: 800px;
|
|
margin: 100px auto;
|
|
}
|
|
.boxes-container input{
|
|
height: 20px;
|
|
width: 20px;
|
|
margin: 2;
|
|
} |