This project is an interactive page created for a romantic proposal. Upon loading, the page asks the question, "Will you be my girlfriend?" with two answer options: Yes and No.
- Animated romantic GIFs.
- Interactive buttons that change positions on click.
- Personalized messages based on the selected option.
- Floating hearts generated randomly on the screen.
index.html
: Contains the structure of the romantic proposal page.styles.css
: Styles and animations for the page design.script.js
: Logic for button interaction and floating heart animations.
- Clone the repository:
git clone https://github.com/CHICO-CP/Novia.git
- Open the index.html file in your browser to view the page.
The script.js file manages the main logic for button click events and heart animation:
"Yes" Button: Displays a romantic message and changes the GIFs.
"No" Button: Switches positions with the "Yes" button and does not display a message.
Animated hearts: They are generated automatically and disappear after 5 seconds.
HTML CSS JavaScript
All rights reserved © 2024 @DevPhant0m @CHICO-CP