Module 1 Challenge code refactor project. Changes to code base were included regarding technical aceptance criteria.
https://eleazarf.github.io/02-Challenge/Develop/index.html
Application's links all function correctly.✔️
Application's CSS selectors and properties are consolidated and organized to follow semantic structure.✔️
Application's CSS file is properly commented.✔️
Application deployed at live URL.✔️
Application loads with no errors.✔️
Application GitHub URL submitted.✔️
GitHub repository that contains application code.✔️
Application resembles (at least 90%) screenshots provided in challenge instructions.✔️
Repository has a unique name.✔️
Repository follows best practices for file structure and naming conventions.✔️
Repository follows best practices for class/id naming conventions, indentation, quality comments, etc.✔️
Repository contains multiple descriptive commit messages.✔️
Repository contains a quality README file with description, screenshot, and link to deployed application.✔️
* Universal Selector
* Element Selectors select all of that element type
* Element selectors a, p were relocated
* Class Selectors select all elements with that class
* Added id to link to menu EF090623