A responsive static landing page built with HTML and CSS.
The page includes a hero section with a business-focused headline, a multi-level dropdown navigation menu, and mobile-friendly behavior.
Open index.html in your browser to view the page.
- Multi-level dropdown navigation
- Responsive menu toggle for small screens
- Hero section with background image and call-to-action buttons
- Organized CSS structure (reset, layout, header, style, responsive)
.
├── index.html
├── css/
│ ├── import.css
│ ├── reset/
│ ├── layout/
│ ├── header/
│ ├── style/
│ ├── responsize/
│ └── font/
├── img/
├── icon/
├── LICENSE
└── README.md
- Clone this repository:
git clone https://github.com/qafaraz/Express-Landing-Page.git
- Open the project folder.
- Run
index.htmldirectly in your browser.
- Edit page content in
index.html - Update visual styles in:
css/header/nav.csscss/style/style.csscss/responsize/responsize.css
- Replace assets in
img/andicon/
This project is licensed under the MIT License.
See the LICENSE file for details.