aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-02-15 13:39:09 +0100
committerJoris Guyonvarch2015-02-15 13:39:09 +0100
commit5f20be98648693f889eedc612a15577371bf6054 (patch)
treede7b891fcd8732b7d0c5fcc3dd0a8ac811bbb1a0
parentdc44dcd92703430cc56a9f31e41c9dc95b36bee7 (diff)
downloadmakeup-5f20be98648693f889eedc612a15577371bf6054.tar.gz
makeup-5f20be98648693f889eedc612a15577371bf6054.tar.bz2
makeup-5f20be98648693f889eedc612a15577371bf6054.zip
Updating style
-rw-r--r--menu.css4
-rw-r--r--style.css6
2 files changed, 7 insertions, 3 deletions
diff --git a/menu.css b/menu.css
index 4d3ec65..9f79ab0 100644
--- a/menu.css
+++ b/menu.css
@@ -51,6 +51,6 @@ ul.hidden a:hover {
color: white;
}
-ul.menu > li:hover > a, ul.hidden > li:hover > a {
- background-color: pink;
+ul.hidden > li:hover > a {
+ background-color: #777777;
}
diff --git a/style.css b/style.css
index d09d767..71e779b 100644
--- a/style.css
+++ b/style.css
@@ -8,13 +8,16 @@ body {
.header {
padding: 30px;
text-align: center;
- font-size: 36px;
+ font-size: 40px;
color: #222222;
text-shadow: 2px 2px #ADADAD;
}
#content {
margin-top: 90px;
+ background-color: white;
+ border-radius: 5px;
+ padding: 30px 50px 30px 50px;
}
h1 {
@@ -34,6 +37,7 @@ p {
margin-bottom: 30px;
text-indent: 30px;
line-height: 24px;
+ text-align: justify;
}
img {