diff options
| author | root | 2014-03-22 23:32:31 +0100 |
|---|---|---|
| committer | root | 2014-03-22 23:32:31 +0100 |
| commit | dc083d0685fa36e48f6d9e1ba2895f730a167194 (patch) | |
| tree | 708201e76379e64e94a274b1ebd940f3647948dc /www/style.css | |
| parent | a72958ea64fcc95398e4b23418651060da8a955e (diff) | |
| download | random-dc083d0685fa36e48f6d9e1ba2895f730a167194.tar.gz | |
Committing all.
Diffstat (limited to 'www/style.css')
| -rw-r--r-- | www/style.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css new file mode 100644 index 0000000..f7fee2a --- /dev/null +++ b/www/style.css @@ -0,0 +1,30 @@ +body { +/* background: #ecece1;*/ + background: #f0f0f0; + background-image: url('./background2.png'); + background-position: 50% 50%; + margin-bottom: 40px; + overflow-x: hidden; +} + +#header { + position:; + top:0px; left:0px; right:0px; + background:; + text-align:center; + padding:10px; + width: 700px; + height: 20px; + margin: 0px auto; +} + +.small { +/* font-family: 'Ubuntu'; + color: black;*/ + font-size:100%; +} + +td { + text-align: center; +} + |
