annotate structure.css @ 1365:c4156df1dcb5

More instructions. Added comment box sections. Still wip.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 27 Jan 2016 09:49:42 +0000
parents 64541cd9265d
children 375410a5571d
rev   line source
nickjillings@1318 1 /* structure.css
nickjillings@1318 2 * Define the structure for classes and objects in HTML
nickjillings@1318 3 */
nickjillings@1318 4
nickjillings@1318 5 div.title {
nickjillings@1318 6 width = 100%;
nickjillings@1318 7 height = 50px;
nickjillings@1318 8 margin-bottom: 10px;
nickjillings@1318 9 }
nickjillings@1318 10
nickjillings@1318 11 body {
nickjillings@1318 12
nickjillings@1318 13 }