-
This challenge is to fix the CSS issues that prevent the actual listings from being rendered correctly, as you may see that the container of the page is making the listings take less width/space. You need to update CSS files in order to have the listings showed the same way as the below screenshot for both Mobile and Desktop. (Note: do not update the HTML (JSX) work only on CSS files)
-
Also, this challenge is to add the new line: Fifteen minutes could save you 15% or more on car insurance into the list of features for the second item in the listings. Use only Vanilla Javascript in the index.html file of the public directory. Note: the listings take random seconds to be displayed. It should add that line after all listings are ready to be displayed.
How to attempt this challenge:
- Create a new repo in your account and note the git url
- Clone this repo (Do not fork!)
- Solve the challenge
- Set your new repo as the origin:
git remote set-url origin ${your repo url} - Push your solution to your repo You must follow these steps for your solution to be accepted -- forks or other methods will not be considered.

