David Dutra
@dvdgdAll solutions
- Submitted 6 months ago
Responsive comments section using css grid and reactjs
- HTML
- CSS
- JS
I'd appreciate any feedback!
- Submitted 7 months ago
Testimonials grid section with responsive layout
- HTML
- CSS
Nothing special, I'll appreciate any feedback. :)
- Submitted 7 months ago
Four card feature section using css grid
- HTML
- CSS
Is there any way to make a
grid
responsive without breakpoints, like we usingflex-wrap
in flex-box to automatically wrap children?Also, in my breakpoint, I have to use
!important
in CSS to override the value ofgrid-area
, but in my previous challenges, I didn't need to use it. Is it because the:nth-child
selector is more important thanmain > article.card
? How to overcome it?main > article.card { grid-area: initial !important; }
- Submitted 7 months ago
Product preview card using Picture to change sources
- HTML
- CSS
I'll appreciate any feedbacks to improve my solution :)
- Submitted 7 months ago
Responsive Recipe Page card using plain HTML and CSS
- HTML
- CSS
I would like to receive feedback in the html structure and also about the css organization.
- Submitted 7 months ago
Responsive Social Link with plain HTML & CSS
- HTML
- CSS
I would like help with the padding of the card and also how to style the anchor properly. I think I haven't taken the best approach, but I can't see how to style it using padding and achieve the same responsive behavior.
- Submitted 7 months ago
Responsive Blog Preview Card
- HTML
- CSS
I would like help with the semantic HTML
- I have used a
h2
in the article topic, which comes before theh1
, my main question is if it have impacts in accessibility. - Is correct to have a header with only a image and have the
h2
andh1
in amain
element.
- Submitted 7 months ago
Responsive QR Code Component
- HTML
- CSS
How to make the max-width and max-width of the cards properly to work for large screens