Change CSS for Columns
This commit is contained in:
parent
e7f71429bb
commit
03600c3a58
|
@ -43,8 +43,8 @@ ul {
|
|||
|
||||
.column {
|
||||
float: left;
|
||||
width: 33.33%;
|
||||
background-color:#333;
|
||||
width: 25%;
|
||||
background-color:lightslategray;
|
||||
}
|
||||
|
||||
/* Clear floats after the columns */
|
||||
|
|
Loading…
Reference in New Issue