jessicafarias / AppleProject

This project is a clone of old version of apple website
7 stars 0 forks source link

Home page #1

Closed jessicafarias closed 4 years ago

jessicafarias commented 4 years ago

Added all the elements and style for the website.

HEADER

MAIN (Images-section)

-I consider this section as the main, and the main contains 4 different images of apple promotions

FOOTER

-The footer contains 2 divisions with the same width. I implement Flexbox to make it responsive

Comments: -I obtain a similar effect for the input text using focus and transition and Flex for the nav-bar to move all elements inside. -The website is validated with Linter and W3 Validator. -I try to order all for each element in the next order: Positioning, Box model, Typographic, and Miscellaneous.

addod19 commented 4 years ago

Pull Request under review by Daniel Larbi Addo (TSE)

jessicafarias commented 4 years ago

Thanks a lot to help me to improve my skills on HTML and CSS Changes: -I implement float to positioning the footer links -I modified the README file with instruction on how to clone the project -I use validator w3 to check HTML file -I delete not necessary classes on CSS and HTML -I use Mort to verify do not have "death" classes in CSS file -I use linter and stickler to validate CSS file -I verify to have all links as the original website