annotate structure.css @ 1972:422a31f65e70

Creation of experimental variables and control methods document
author Dave Moffat <me@davemoffat.com>
date Thu, 09 Apr 2015 12:59:46 +0100
parents
children 375410a5571d
rev   line source
me@1972 1 /* structure.css
me@1972 2 * Define the structure for classes and objects in HTML
me@1972 3 */
me@1972 4
me@1972 5 div.title {
me@1972 6 width = 100%;
me@1972 7 height = 50px;
me@1972 8 margin-bottom: 10px;
me@1972 9 }
me@1972 10
me@1972 11 body {
me@1972 12
me@1972 13 }