Update styles

This commit is contained in:
Nathan Chapman 2021-01-11 17:57:05 -07:00
parent 16406f75a4
commit 023ebffc11
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
@ -18,9 +18,9 @@
</body> </body>
<header class="owl"> <header class="owl">
<aside class="notice"> <!-- <aside class="notice">
<h3>The Owl Sprit will be closed for renovations until mid March</h3> <h3>The Owl Sprit will be closed for renovations until mid March</h3>
</aside> </aside> -->
<div> <div>
<h1>Owl Sprit Cafe</h1> <h1>Owl Sprit Cafe</h1>
<h2>Delicious Homemade Food</h2> <h2>Delicious Homemade Food</h2>

View File

@ -50,6 +50,7 @@ body {
color: white; color: white;
max-width: 1024px; max-width: 1024px;
margin: auto; margin: auto;
padding-bottom: 100px;
} }
a { a {
@ -95,6 +96,8 @@ small {
** Layout ** Layout
*/ */
.owl, .spread-item { .owl, .spread-item {
border-top: 1em solid black;
border-bottom: 1em solid black;
display: flex; display: flex;
color: black; color: black;
justify-content: space-around; justify-content: space-around;