reintroduce background

This commit is contained in:
Neale Pickett 2011-12-08 00:42:03 -07:00
parent cc77ce8be5
commit f7e67601a3
3 changed files with 2 additions and 2 deletions

BIN
bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -26,7 +26,7 @@
src: url(Mostwasted.ttf);
}
body {
background: #222;
background: url(bg.jpg) #222;
color: #eee;
font-family: Most Wazted, fantasy;
font-size: 5em;

View File

@ -3,7 +3,7 @@
src: url(Mostwasted.ttf);
}
body {
background: #222 url(stone-cmp.jpg);
background: #222 url(bg.jpg);
color: #eee;
max-width: 40em;
margin: auto auto;