Mark Matlock
@techmatlockAll solutions
- Submitted 5 months ago
Responsive social profile using flexbox
- HTML
- CSS
How 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); }
- Submitted 6 months ago
Responsive landing page using CSS Grid & Flexbox
- HTML
- CSS
Removing 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.