aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--style.css15
2 files changed, 14 insertions, 5 deletions
diff --git a/index.html b/index.html
index ab8718b..b41a39d 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,9 @@
<body>
<div class="header">
- Maquillage
+ <a href="#">
+ Maquillage
+ </a>
</div>
<ul class="menu">
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;