added grid
This commit is contained in:
@ -28,6 +28,22 @@ body {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
/*
|
||||
Grid
|
||||
*/
|
||||
.row { width: 100%; }
|
||||
.col-1 { width: 100.0%; float: left; }
|
||||
.col-2 { width: 50.00%; float: left; }
|
||||
.col-3 { width: 33.33%; float: left; }
|
||||
.col-4 { width: 25.00%; float: left; }
|
||||
.col-5 { width: 20.00%; float: left; }
|
||||
.col-6 { width: 16.66%; float: left; }
|
||||
.col-7 { width: 14.28%; float: left; }
|
||||
.col-8 { width: 12.50%; float: left; }
|
||||
.col-9 { width: 11.11%; float: left; }
|
||||
.col-10 { width: 10.00%; float: left; }
|
||||
.col-11 { width: 09.09%; float: left; }
|
||||
.col-12 { width: 08.33%; float: left; }
|
||||
/*
|
||||
NavBar CSS
|
||||
*/
|
||||
|
Reference in New Issue
Block a user