Add banner for renovations

This commit is contained in:
Nathan Chapman 2020-02-15 18:10:08 -07:00
parent 3ebb6e78dd
commit 1d60ec17b1
2 changed files with 14 additions and 0 deletions

View File

@ -18,6 +18,9 @@
</body>
<header class="owl">
<aside class="notice">
<h3>The Owlsprit will be closed for renovations until mid March</h3>
</aside>
<div>
<h1>Owl Sprit Cafe</h1>
<h2>Delicious Homemade Food</h2>

View File

@ -123,6 +123,17 @@ small {
margin-bottom: 2.5em;
}
.notice {
position: fixed;
bottom: 20px;
background-color: #4c0d0a;
padding: 1em;
}
.notice h3 {
padding: 0;
margin: 0;
}
/*