comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 1453:04e8a9c07c7e
1 /* structure.css
2 * Define the structure for classes and objects in HTML
3 */
4
5 div.title {
6 width = 100%;
7 height = 50px;
8 margin-bottom: 10px;
9 }
10
11 body {
12
13 }