z-mn
@z-mnAll solutions
- Submitted 3 months ago
Responsive card with JavaScript button interactivity
- HTML
- CSS
- JS
Is it better to not use IDs at all? Because I can achieve the same purpose of getElementById with querySelector. Should I use BEM naming convention on IDs? I would also like to know if I have used the BEM convention properly. Any other bits of feedback are appreciated :)
- Submitted 4 months ago
Responsive card using media queries
- HTML
- CSS
Any form of feedback as to where I can improve would be appreciated.
- Submitted 4 months ago
Responsive Mobile First Recipe Page
- HTML
- CSS
How could I have used the element instead of divs. I tried this, but you cannot apply borders to elements. Also, how can you make padding/margin responsive - in my case the top margin of the image match the inline padding of the card when screen size changes. Any other pieces of advice is appreciated.
- Submitted 4 months ago
Social links card using semantic html elements
- HTML
- CSS
Which are the most effective CSS properties for responsiveness and how should I be using min-width/max-width and height properties.
- Submitted 5 months ago
Blog card with hover element
- HTML
- CSS
I would like to learn how and when to use semantic HTML elements effectively - in this case it was the article element. Did I use it correctly? Also, what is the best method of ensuring responsiveness? Any other bits of feedback would help. Thanks in advance.