done for now

This commit is contained in:
drudge 2023-07-15 19:35:55 -07:00
parent aa5370c891
commit 5cc9529d8c
2 changed files with 12 additions and 5 deletions

View file

@ -1,7 +1,11 @@
body {
font-family: 'Open Sans';
}
.navbar {
display: flex;
align-items: center;
box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.1);
width: 100vw;
position: fixed;
padding: 5px 70px;
@ -29,6 +33,7 @@
display: flex;
width: 80vh;
flex-direction: column;
border-radius: 1em;
}
/* Button code lifted from https://codepen.io/Colt/pen/RwWbKee*/
.header-button {

View file

@ -17,13 +17,15 @@
<div class="container">
<section class="header-section">
<div class="header-contents">
<p class="header-text">
Serious Business International
</p>
<h1 class="header-text">
SERIOUS BUSINESS INTERNATIONAL
</h1>
<p class="header-subtext">
Your Headquarters for Intra-national Serious Business (Internationally)
</p>
<button class="header-button">Would you like to know more?</button>
<a href="https://fedi.seriousbusiness.international">
<button class="header-button">Would you like to know more?</button>
</a>
</div>
</section>
</div>