Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sugoides committed Feb 13, 2024
1 parent c8c8ba5 commit 0a6f595
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 class="one">
<div class="six">
<img src="img/pau.png" alt="" class = "girl-dp" id="imagePath" />
<div class="wish">
<h4 class="wish-hbd">Happy Valentine's Day Gorgeous</h4>
<h4 class="wish-hbd" font-size=90%>Happy Valentine's Day Gorgeous</h4>
<h5 id="wishText">You have such wonderful eyes, these are winds that make my heart sway.</h5>
</div>
</div>
Expand Down
6 changes: 1 addition & 5 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,7 @@ body {
font-size: 2rem;
margin: 10px 0 0;
}
.wish h4 {
font-weight: lighter;
font-size: 10rem;
margin: 10px 0 0;
}


.nine p {
font-size: 2rem;
Expand Down
1 change: 1 addition & 0 deletions will-you-be-my-valentine/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function handleYesClick() {
buttonsContainer.classList.add("hidden");
changeImage("yes");
setTimeout(pauseScript, 5000)
setTimeout(pauseScript, 1000)
window.location.href = '../flowers/'
}

Expand Down

0 comments on commit 0a6f595

Please sign in to comment.