diff options
-rw-r--r-- | static/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 1a595e6..53ccde3 100644 --- a/static/style.css +++ b/static/style.css @@ -2,9 +2,23 @@ body { font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif; color: #3E3E3E; font-size: 12px; + background: #f3f3f3; } p { padding: 5px; } +h1 { + position: fixed; + + background: #fff; + top: 0px; + left: 0px; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 10px; + margin: 0px; + width: 100%; + box-shadow: 0px 2px 28px -4px rgba(0,0,0,0.36); +} |