Update styles
This commit is contained in:
parent
16406f75a4
commit
023ebffc11
@ -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>
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user