annotate graphics.css @ 1404:3b9f0bc523d6

test_create: Specification Node handles complete XML to DOM and DOM to XML conversions
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Fri, 04 Dec 2015 18:34:04 +0000
parents
children 375410a5571d
rev   line source
nickjillings@1404 1 /* graphics.css
nickjillings@1404 2 * Define colours and effects for classes and objects
nickjillings@1404 3 */
nickjillings@1404 4
nickjillings@1404 5 div.title {
nickjillings@1404 6 font-size: 2em;
nickjillings@1404 7 }
nickjillings@1404 8
nickjillings@1404 9 body {
nickjillings@1404 10 }