Latest solutions
social-links-profile
Submitted about 1 month agoi always overwhelmed when i tried to make the media queries if you can give some advice please
blog-card-preview
Submitted about 1 year agoI would appreciate it help on mobile firts cause something i dont how to start doing that
Qr-component-using-css-flexbox
Submitted about 1 year agothe organization cause sometimes cost me a lot
Latest comments
- @Rahul-Chauhan420@francisco320
you need to match the stiles of the proyect
- @kubabebeWhat are you most proud of, and what would you do differently next time?
Thanks to the experience from the previous challenge, doing this was much easier.
What challenges did you encounter, and how did you overcome them?Fit image from normal view into 'smaller device' view.
What specific areas of your project would you like help with?img { width: 279px; height: 200px; object-fit: cover; border-radius: 10px; }
Code review.
@francisco320to answer your second question what i do is
**<div class "img-container"> <img>
</div> them on css i made this .img-container{ width:320px } and to img img{ width:100%; height:auto; } ** - @ARUNKUMAR2906What are you most proud of, and what would you do differently next time?
I'm most proud of the progress I've made in implementing responsive design and ensuring cross-browser compatibility in my project. It was challenging to make the layout work seamlessly across different devices and browsers, but seeing the final product perform well in various environments has been incredibly rewarding.
What challenges did you encounter, and how did you overcome them?None
What specific areas of your project would you like help with?I need help ensuring that my layout is fully responsive and looks good on all screen sizes. Any tips or resources on media queries and flexible grids would be greatly appreciated.
@francisco320its a great job my friend.
just one thing. dont repeat instructions on css. make a class for styles for you can make a class about the text if you look card-title and card-para they have almost the same
Marked as helpful