Chris
@ks-web-workbenchAll solutions
- Submitted 8 months ago
3 column preview card component flex and grid
#bem#sass/scss- HTML
- CSS
Can my CSS code be cleaner or simpler? In media queries I reset the border radius and then declare new values for different corners. Is this correct?
- Submitted 9 months ago
Blog preview card
#bem#sass/scss- HTML
- CSS
The main image in design preview is a bit higher on mobile layout than in my solution. It's cropped on the sides, so aspect ratio is different. Is there any way to achieve the same effect without cropping source image in e.g. Photoshop? Another thing - I'm not sure if I used BEM metodology right (particularly
card__author
section). And one more thing - I didn't nest anything in css because I read somewhere that this makes the code easier to read. Is that true? I love nesting and I'm a little disappointed ;) - Submitted 9 months ago
QR code component
#bem#sass/scss- HTML
- CSS
I really don't know how to control line of text. I used
max-width: 25ch
to limit lenght of text but I don't know if it is done right. Ish2
semantically appropriate for a component header?