This is a microverse student project for working with Positioning and Floating Elements
This project clones the apple.com old page interface design. The project includes the header, the main content and the footer as it's main features.
- HTML
- CSS
To get a local copy up and running follow these simple example steps.
Browser Text editor of your choice. npm has to be installed in your system. install linters on your IDE.
git clone https://github.com/EraaniR/apple-clone.git
Open the index.html from your browser.
Run npx html-validator-cli --quiet --file index.html
to run the validator over the index.html
file.
The --quiet
will only list errors
. If you also want to see the warnings use the --verbose
flag instead.
As an alternative, you can also install the html5validator
using pip
:
pip install --user html5validator
html5validator index.html
👤 Okusa J. Robert
- Github: @ojrdev
👤 Eraani Ruiz
- Github: @eraanir
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.