Skip to content
Snippets Groups Projects
Commit 658990f3 authored by HauErn Lien's avatar HauErn Lien
Browse files

Update file tryhomepage.html

parent 92121351
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,13 @@
position: relative;
left: 0;
top: 0;
width: 1005;
width: 100%;
height: 80px;
}
header h4 {
position: absolute;
left: 10%;
bottom: lrem;
bottom: 1rem;
font-size: 1.6rem;
}
......@@ -66,11 +66,11 @@
}
.logo.fade{
bottom: 150px;
bottom: 0;
opacity: 0;
transition: ease-in-out 0.5s;
}
body {
body {
font-family: Calibri, sans-serif;
line-height: 1.6;
margin: 0;
......@@ -86,7 +86,7 @@
<script>
let intro = document.querySelector('.intro');
let logo = document.querySelector('.logoheader');
let logo = document.querySelector('.logo-header');
let logoSpan = document.querySelectorAll('.logo');
window.addEventListener('DOMContentLoaded', ()=>{
......@@ -119,9 +119,12 @@
<div class="intro">
<h1 class="logo-header">
<span class="logo"> Inhale, </span> <span class="logo">heal,</span><span class="logo">repeat.</span>
<span class="logo"> Inhale, </span> <span class="logo">heal,</span><span class="logo">repeat.</span> <br>
</h1>
</div>
<header>
<h4>Logo.</h4>
</header>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment