cha-minmin
@cha-minminAll solutions
- Submitted about 2 months ago
Social Links Profile
- HTML
- CSS
I use px in my css. I want to ask for people who use rem. How do you ensure that you get the exact measurement when you are writing code based on a Figma design? Is it ok if it's not pixel perfect as long as it's very close to the design? Do you set a base rem unit or just use the default?
- Submitted 2 months ago
Recipe Landing Page with HTML & CSS
- HTML
- CSS
-
If list-style is set to inside, is there another way for the texts to be aligned? I tried the text-indent but it's not really achieving the look I want.
-
How to select the first and last items in a table? Like in this challenge, I need to remove the bottom padding and border and tried last-child but it affects multiple cells.