summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFallstar <fallstar@live.fr>2014-03-16 14:15:08 +0100
committerFallstar <fallstar@live.fr>2014-03-16 14:15:08 +0100
commit946ceb5fdcf4ec52b6989e8db3224b46a78d7d5a (patch)
treec976eb923ededbbdf382610b86ffaae5e2a3e4dc
parent41b302e0c5cadf6272bd52ef75effb5530c3bd06 (diff)
downloadmailöve.eu-946ceb5fdcf4ec52b6989e8db3224b46a78d7d5a.tar.gz
mailöve.eu-946ceb5fdcf4ec52b6989e8db3224b46a78d7d5a.tar.bz2
mailöve.eu-946ceb5fdcf4ec52b6989e8db3224b46a78d7d5a.tar.xz
mailöve.eu-946ceb5fdcf4ec52b6989e8db3224b46a78d7d5a.zip
Un début de bannière
-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;
}