hopefulobject
@hopefulobjectAll solutions
- Submitted about 2 months ago
Recipe page using lots of rems and flexbox.
- HTML
- CSS
What is the best way to measure distances on my browser window? This would be helpful as I would be able to compare these distances with the distances in the design file.
- Submitted about 2 months ago
Social links webpage using CSS Flexbox.
- HTML
- CSS
How do I use rems and ems if the font-sizes are not nice multiples of each other. Specifically, in the case of this project, they were 24px and 14px, both of which are not nice multiples of 16. And 24 is not a nice multiple of 14. I could use rems and ems but it would look ugly (by ugly I mean if the root font size is 14px, then 24px would be around 1.714rem). Should I still use them in this case? Or is there a better way to go about this issue?
- Submitted about 2 months ago
Blog preview card solved using vanilla CSS and HTML.
- HTML
- CSS
Could you please give me tips as to what is an efficient way to center the card on the screen in this specific project?
- Submitted about 2 months ago
QR code using absolute positioning and vanilla CSS
- HTML
- CSS
What are the best practices for aligning a div to the center of a webpage?