Welcome to the HTML & CSS Fixer Upper challenge! This task is designed to enhance your problem-solving skills with HTML and CSS by working through a series of issues and styling improvements. Ready to dive in? Let's get started!
Begin by cloning this repository to your local machine. Make sure you're all set up and ready to contribute!
Create a new branch with your name as the branch name. This will help keep everything organized and ensure your work is easy to track.
Inside the repository, you'll find an HTML file called index.html. This file contains 14 problems that need fixing.
Go through each issue, fix them, commit your changes, and then push them to the repo.
Next up, let's tidy things up! Remove any internal or inline CSS styling from the index.html file, and move all the styles to an external CSS file.
Your final challenge is to match the design of the end goal site, which is provided below. Use CSS to make the page look exactly like the final design.
To make the gallery section come to life, use the following image links:
Here are the colors youโll need to match in your design:
- Accent Color:
#4caf50 - Link Hover Color:
#007bff
Check out the design youโll be working towards. The goal is to match these styles and layout using CSS.
- Clone the repository
- Create a branch named after you
- Fix the issues in
index.htmland commit your changes - Remove inline CSS and move styles to an external CSS file
- Style the page to match the end goal design
Once you're done, make sure your code is clean, functional, and beautiful. Then, submit your pull request, and let's see your work shine!
Good luck, and happy coding! ๐

