diff options
Diffstat (limited to 'examples/simpleblog/css')
-rw-r--r-- | examples/simpleblog/css/default.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/simpleblog/css/default.css b/examples/simpleblog/css/default.css new file mode 100644 index 0000000..9ed2b01 --- /dev/null +++ b/examples/simpleblog/css/default.css @@ -0,0 +1,17 @@ +body { + width: 600px; + margin: 0px auto 0px auto; +} + +div#navigation { + text-align: center; + border-bottom: 4px solid black; +} + +div#navigation a { + color: white; + text-decoration: none; + background-color: black; + padding: 3px 10px 3px 10px; + margin: 0px 10px 0px 10px; +} |