hopefulobject
@hopefulobjectAll solutions
Recipe page using lots of rems and flexbox.
Submitted 10 months agoWhat 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.
Social links webpage using CSS Flexbox.
Submitted 10 months agoHow 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?
Blog preview card solved using vanilla CSS and HTML.
Submitted 10 months agoCould you please give me tips as to what is an efficient way to center the card on the screen in this specific project?
QR code using absolute positioning and vanilla CSS
Submitted 10 months agoWhat are the best practices for aligning a div to the center of a webpage?