diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-12 14:01:46 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-12 14:01:46 +0000 |
| commit | 9af0f832607e626d22c4205a3ed21ad105fdc042 (patch) | |
| tree | b8d97a8f422ce2055e791a06a10e7fa8138c2740 /test/Raphaël · Australia_files/demo.css | |
| parent | fcb9694218298bc52c569b8a5ce4c739abde2196 (diff) | |
tinkering
Diffstat (limited to 'test/Raphaël · Australia_files/demo.css')
| -rw-r--r-- | test/Raphaël · Australia_files/demo.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/Raphaël · Australia_files/demo.css b/test/Raphaël · Australia_files/demo.css new file mode 100644 index 0000000..a7940af --- /dev/null +++ b/test/Raphaël · Australia_files/demo.css @@ -0,0 +1,23 @@ +body { + background: #333; + color: #fff; + font: 300 100.1% "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif; +} +#holder { + height: 480px; + left: 50%; + margin: -240px 0 0 -320px; + position: absolute; + top: 50%; + width: 640px; +} +#copy { + bottom: 0; + font: 300 .7em "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif; + position: absolute; + right: 1em; + text-align: right; +} +#copy a { + color: #fff; +} |
