10 lines
158 B
CSS
10 lines
158 B
CSS
.boxes-container {
|
|
max-width: 800px;
|
|
margin: 100px auto;
|
|
position: relative;
|
|
}
|
|
.boxes-container input{
|
|
height: 3.125%;
|
|
width: 3.125%;
|
|
margin: 0;
|
|
} |