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 553a1d3 commit af7d2f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion script/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const animationTimeline = () => {
.to(".ten", 0.5, {
// Animation for elements with the .ten class
onComplete: () => {
window.location.href = 'will-you-be-my-valentine/index.html';
window.location.href = 'will-you-be-my-valentine/';
}
})
.to(".six", 0.5, {
Expand Down
4 changes: 3 additions & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ body {

.idea-5 span,
.idea-6 span,
.wish-hbd span,
.wish-hbd span {
display: inline-block;
}

.idea-6 span {
font-size: 15rem;
Expand Down
2 changes: 0 additions & 2 deletions will-you-be-my-valentine/script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"use strict";



const titleElement = document.querySelector(".title");
const buttonsContainer = document.querySelector(".buttons");
const yesButton = document.querySelector(".btn--yes");
Expand Down

0 comments on commit af7d2f7

Please sign in to comment.