An open API service indexing awesome lists of open source software.

https://github.com/sonucs12/welcome-screen

Welcome Screen or Splash Screen Animation Using Html and CSS
https://github.com/sonucs12/welcome-screen

css html splashscreen welcomescreen

Last synced: about 1 year ago
JSON representation

Welcome Screen or Splash Screen Animation Using Html and CSS

Awesome Lists containing this project

README

          

# Splash Screen Project

This repository contains a simple splash screen with a fade-in text animation created using HTML, CSS, and JavaScript.

## Features

- **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.

## Files

1. **`index.html`**
The main structure of the webpage. It includes a splash screen and a welcome message.

2. **`style.css`**
Contains all the styles for the webpage, including animations for the splash screen and text.

3. **`script.js`**
(Not included in this upload, but reserved for additional functionalities if needed.)

## Usage

1. Clone or download the repository:
```bash
git clone https://github.com/Sonucs12/splash-screen-project.git
```

2. Open `index.html` in a browser to view the splash screen.

## Customization

- **Background Color**: Modify the `background-color` in `style.css` (e.g., for `body` or `.splash`).
- **Animation Timing**: Adjust `animation-duration` and `animation-delay` in the CSS animations.
- **Text Content**: Edit the `` elements inside `index.html` to change the displayed text.

## License

This project is open-source and free to use under the [MIT License](LICENSE).