summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index ec12ad4..4852205 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<body>
<div id="bandeau">
- Image qu'il faudra faire un jour
+ <img src="mail.png" alt="À finir"/>
</div>
<br/>
diff --git a/style.css b/style.css
index 0c39401..186b671 100644
--- a/style.css
+++ b/style.css
@@ -13,7 +13,7 @@ header{
div#bandeau{
margin-left: 20em;
width: 70%;
- height: 5em;
+ height: 6em;
border: solid black 1px;
border-radius: 1em;
}