ImposterCodeVault
@ImposterCodeVaultAll solutions
- Submitted 3 months ago
Social Media Links using HTML and CSS
- HTML
- CSS
Happy for any feedback. Help with the transition problem I talked about in the problem section would be appreciated.
- Submitted 3 months ago
Blog Preview Card with HTML and CSS
- HTML
- CSS
-
When trying to get the text content to fit properly in the card-content section, I had issues with the tag having a default margin. Am I supposed to remove this margin in order to get things to size correctly? Did I do this the right way by specifying 0 margin on all elements at the top of my css?
-
What are some better practices I could have followed with my CSS?
-
I tried to follow the design from figma as much as possible, but this resulted in a lot of pixel values being specified, which I don't think is great for resizing and responsive layout. What could I have done better here?
-
The challenge says: The font sizes in this project are slightly smaller in the mobile layout. Find a way to reduce font size for smaller screens without using media queries. I'd be keen to see how other people approached this. I know I could use vw units for the font size, but I don't know how to set the starting font size using pixels and then scale from there.