annotate structure.css @ 1505:a667f80c417e

Added screen shots, edited bib. Some edits to intro, abstract and conclusion.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Thu, 15 Oct 2015 21:17:14 +0100
parents 82f43919f385
children 375410a5571d
rev   line source
b@1478 1 /* structure.css
b@1478 2 * Define the structure for classes and objects in HTML
b@1478 3 */
b@1478 4
b@1478 5 div.title {
b@1478 6 width = 100%;
b@1478 7 height = 50px;
b@1478 8 margin-bottom: 10px;
b@1478 9 }
b@1478 10
b@1478 11 body {
b@1478 12
b@1478 13 }