This repository contains a simple splash screen with a fade-in text animation created using HTML, CSS, and JavaScript.
- Splash Screen Animation: Displays a welcome message with text animations.
- Responsive Design: Optimized for various screen sizes.
- Customizable: Easily modify colors, text, and animation timing.
-
index.html
The main structure of the webpage. It includes a splash screen and a welcome message. -
style.css
Contains all the styles for the webpage, including animations for the splash screen and text. -
script.js
(Not included in this upload, but reserved for additional functionalities if needed.)
-
Clone or download the repository:
git clone https://github.com/Sonucs12/splash-screen-project.git
-
Open
index.html
in a browser to view the splash screen.
- Background Color: Modify the
background-color
instyle.css
(e.g., forbody
or.splash
). - Animation Timing: Adjust
animation-duration
andanimation-delay
in the CSS animations. - Text Content: Edit the
<span>
elements insideindex.html
to change the displayed text.
This project is open-source and free to use under the MIT License.