Change CSS for Columns

This commit is contained in:
WesleyBryie 2021-11-12 08:34:41 -05:00
parent e7f71429bb
commit 03600c3a58
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ ul {
.column {
float: left;
width: 33.33%;
background-color:#333;
width: 25%;
background-color:lightslategray;
}
/* Clear floats after the columns */