diff --git a/css/style.css b/css/style.css index 7db42fb..7c75643 100644 --- a/css/style.css +++ b/css/style.css @@ -942,3 +942,17 @@ mark { blockquote, pre { border-color: #7951c0; } + +header h1 { + padding: 2.33333em; + line-height: 1em; + font-size: 1em; + margin: auto; + text-align: center; } + header h1 img { + max-width: 100%; + height: auto; } + +header { + background: #EEE url("../img/background.png"); + margin-bottom: 30px; } diff --git a/index.html b/index.html index 5a0fa37..1d9e9ba 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,8 @@
+
+ -
-
-

Quarante-Douze

-
-
+
+

+
+ +
diff --git a/scss/_overrides.scss b/scss/_overrides.scss index e69de29..abfbe72 100644 --- a/scss/_overrides.scss +++ b/scss/_overrides.scss @@ -0,0 +1,16 @@ +header h1 { + padding:2.33333em; + line-height:1em; + font-size:1em; + margin:auto; + text-align:center; + img { + max-width: 100%; + height: auto; + } +} + +header { + background: #EEE url('../img/background.png'); + margin-bottom:30px; +}