diff options
-rw-r--r-- | local.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +body { + background-color: transparent; + background-image: url("bmlogo.png"); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: right bottom; +} + h1, h2, h3, h4, h5, h6 { color: #00f; } |