Latest solutions
Responsive social profile using flexbox
Submitted 10 months agoHow to remove some of the space between the avatar image and the name of the developer. Best practices for all of the content and to make it responsive depending on size of page.
I also couldn't get the link font color to change to black upon hovering over the link with the hover pseudo selector.
I tried adding the color property but the black color is not working.
.social__link:hover { background-color: var(--clr-primary); color: var(--clr-neutral-black); }
Responsive landing page using CSS Grid & Flexbox
Submitted 11 months agoRemoving the last divider line after the fat nutrition facts. Also I changed the font-family for the ordered list in the instructions and used the two fonts that were in the style guide but my numbers still don't look like the numbers in the solution url.
Other than that, just requesting to see if I followed best practices in my code. Thank you.
Latest comments
