annotate structure.css @ 1453:04e8a9c07c7e

Updating test create using questions
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 23 Sep 2015 11:42:11 +0100
parents
children 375410a5571d
rev   line source
nickjillings@1453 1 /* structure.css
nickjillings@1453 2 * Define the structure for classes and objects in HTML
nickjillings@1453 3 */
nickjillings@1453 4
nickjillings@1453 5 div.title {
nickjillings@1453 6 width = 100%;
nickjillings@1453 7 height = 50px;
nickjillings@1453 8 margin-bottom: 10px;
nickjillings@1453 9 }
nickjillings@1453 10
nickjillings@1453 11 body {
nickjillings@1453 12
nickjillings@1453 13 }