7 lines
96 B
CSS
7 lines
96 B
CSS
.container {
|
|
float: left;
|
|
margin-right: 20px;
|
|
padding-left: 20px;
|
|
width: 70%;
|
|
}
|