summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css20
1 files changed, 16 insertions, 4 deletions
diff --git a/style.css b/style.css
index 6c25246..b81bbbb 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,9 @@
-h1 {color:red}
+h1 {
+ color:red;
+ margin: 1em 0;
+ text-align: center;
+}
body {
background-color: black;
color: #eee;
@@ -14,11 +18,13 @@ body {
a[visited]{ color: #aaa;}
.index {
- margin: 0 auto;
- width:70%;
+ margin: 0 10px;
+}
+nav {
+ text-align: center;
}
-.pics li {
+.pics li {
display: inline;
list-style: none;
}
@@ -29,6 +35,12 @@ a[visited]{ color: #aaa;}
height: 100px;
}
+.pics img.large{
+ border: 1px solid white;
+ margin: 2px;
+ height: 500px;
+}
+
footer {
border-top: 1px solid grey;
color: #eee;