Mtdavies1995 (Talk | contribs) m |
Mtdavies1995 (Talk | contribs) |
||
Line 4: | Line 4: | ||
<style> | <style> | ||
body {margin:0;} | body {margin:0;} | ||
+ | /********************************* menu bar formatting ********************************/ | ||
ull { | ull { | ||
Line 13: | Line 14: | ||
width: 100%; | width: 100%; | ||
} | } | ||
− | |||
lli { | lli { | ||
float: left; | float: left; | ||
} | } | ||
+ | |||
lli a { | lli a { | ||
Line 33: | Line 34: | ||
background-color: #4CAF50; | background-color: #4CAF50; | ||
} | } | ||
+ | |||
+ | |||
+ | /********************************* CONTENT OF THE PAGE ********************************/ | ||
+ | |||
+ | /* Wrapper for the content */ | ||
+ | .content_wrapper { | ||
+ | width: 100%; | ||
+ | margin-left: 0px; | ||
+ | padding:0px 0px; | ||
+ | float:left; | ||
+ | background-color:red; | ||
+ | } | ||
+ | |||
+ | /*LAYOUT */ | ||
+ | .column { | ||
+ | padding: 10px 0px; | ||
+ | float:left; | ||
+ | background-color:white; | ||
+ | } | ||
+ | |||
+ | .full_size { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | .full_size img { | ||
+ | padding: 10px 15px; | ||
+ | width:96.5%; | ||
+ | } | ||
+ | |||
+ | .half_size { | ||
+ | width: 50%; | ||
+ | } | ||
+ | .half_size img { | ||
+ | padding: 10px 15px; | ||
+ | width: 93%; | ||
+ | } | ||
+ | .quarter_size { | ||
+ | width: 25%; | ||
+ | } | ||
+ | .quarter_size img { | ||
+ | padding: 10px 15px; | ||
+ | width: 89.5%; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
</head> | </head> |
Revision as of 13:07, 14 June 2016