@Sk7867
Posted
Hi ANDREW GRADY,
There's a small problem with all the href
in your HTML code.
-
In your
stylesheet
link inhead
it should be./style.css
due to one missing.
it is not linking to your stylesheet. -
Your svg icons are not in images folder on github so remove
./images/
just keep./icons-sedans.svg
oricons-sedans.svg
inhref
. -
Add
border-radius
to your container or individual divs according to design.
Happy Coding!!