This project features a full-screen banner with a masked background effect, perfect for a cyberpunk-themed website or event. The banner includes a large title with custom font styling, and the background image is dynamically masked using an animated GIF.
- Full-screen banner that covers the entire viewport.
- A custom font (
Hallowed Grounds) for the title. - A dynamic background image masked with an animated GIF to create a unique visual effect.
- Flexbox layout for easy centering of the content.
- HTML: The structure and content of the page.
- CSS: Styling, including flexbox for layout, background masking, and custom fonts.
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/SRCarlo/cyber-banner.git
-
Navigate to the project folder:
cd cyber-banner -
Add the required files:
- bg.jpg: Your background image file.
- ink_lv2.gif: The animated mask file for the background.
- Hallowed Grounds font: Make sure the custom font is linked properly, either by including it in a
@font-facerule or via a CDN link.
-
Open
index.htmlin your browser to see the banner in action.
- Change the title: Modify the text inside the
.titleclass inindex.html. - Adjust font: If you want to use a different font, change the
font-familyproperty in the.titleclass instyle.cssand link the new font accordingly. - Background Image: You can replace
bg.jpgwith your own image for a custom background.
This project is open-source and available under the MIT License.