The Box Model in CSS
The Box Model in CSS
.block-two {
margin: 30px;
}
.column {
max-width: 200px;
width: 500px;
}