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 @@