comparison structure.css @ 1481:8be2d08fbe15

Started WAC paper
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 22 Sep 2015 19:22:02 +0200
parents
children 375410a5571d
comparison
equal deleted inserted replaced
-1:000000000000 1481:8be2d08fbe15
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 }