aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorabesnard2015-02-15 18:51:52 +0100
committerabesnard2015-02-15 18:51:52 +0100
commitf13bc3e35681265a97e47b737d64299fb2f748a2 (patch)
tree4a6920413a39eb99fb8f00ae4de514d0f7421e92 /style.css
parent8ef9acbe7af6fe605fd243f0012af8486fd0899e (diff)
downloadmakeup-f13bc3e35681265a97e47b737d64299fb2f748a2.tar.gz
makeup-f13bc3e35681265a97e47b737d64299fb2f748a2.tar.bz2
makeup-f13bc3e35681265a97e47b737d64299fb2f748a2.zip
Clickable site title
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/style.css b/style.css
index c1d2ce2..9e774e6 100644
--- a/style.css
+++ b/style.css
@@ -6,17 +6,24 @@ body {
}
.header {
- padding-top: 40px;
- padding-bottom: 50px;
+ margin-top: 40px;
+ margin-bottom: 50px;
text-align: center;
font-size: 72px;
- color: #222222;
text-shadow: 2px 2px #ADADAD;
font-family: pacifico;
}
+.header > a {
+ color: #222222;
+}
+
+.header > a:hover {
+ color: #222222;
+}
+
#content {
- margin-top: 65px;
+ margin-top: 120px;
background-color: white;
border-radius: 5px;
padding: 50px 80px 30px;