Latest solutions
Responsive Results summary component using HTML and CSS
Submitted about 1 year agoI'd like some advice, especially on responsive design.
Responsive Newsletter SignUp Form using Angular and Boostrap 5
#angular#bootstrapSubmitted about 1 year agoI'd like some help to understand responsive with bootstrap
Responsive testimonials grid section using HTML and CSS
Submitted about 1 year agoI'd love some tips on responsive, whether it's breakpoints, habits to adopt, etc.
Responsive four card feature using HTML and CSS
Submitted about 1 year agoI'd like some help to find out if I should change the height and width of the containers, body, etc. using max or min and also for the font size, I understand that I have to use the clamp() function but I don't really understand how it works.
Responsive product preview card using HTML, CSS
Submitted about 1 year agoI'll take any advice, but especially the ones about responsive. If anyone has resources, tips etc I'm interested.
Latest comments
- @rimhadevSubmitted about 1 year ago@RyanFoersterPosted about 1 year ago
Good work, but don't forget to generate a new screenshot because this one doesn't look responsive at all!
0 - @floHalInetumSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
This is my first grid ! I'm proud of it :)
What challenges did you encounter, and how did you overcome them?The top-border color... The box-shadow...
What specific areas of your project would you like help with?The top-border color doesn't seems right to me... The html could be better...
- @123dakaloSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
Text decoration for crashing the old price
What challenges did you encounter, and how did you overcome them?Fontawsome somehow icons were not working, so I decided to use SVG pic on button so yeah that was my challenge.
What specific areas of your project would you like help with?Coders always tell me to code from phone device to computer device and I don't understand maybe someone from here we can use video call and assist my mistakes that would be so much help
@RyanFoersterPosted about 1 year agoGood job! I'll try to use your code as inspiration to better understand responsive, which looks pretty good on your site!
0 - @krishnalokamSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I learnt how to provide transition effects
What challenges did you encounter, and how did you overcome them?Div height is taking too long , I am not sure how to control it
What specific areas of your project would you like help with?Div height is taking too long, how can I change it, also align the card to the center
@RyanFoersterPosted about 1 year agoHello, to center the div try using flexbox on your body and for the size of the div try changing the "height" property to a pixel or percentage value.
0 - @wetas2020Submitted about 1 year ago@RyanFoersterPosted about 1 year ago
Try using the "box-shadow" property to create shadows on the card.
1 - @leriwaSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I was able to do this from memory and not look at notes.
What challenges did you encounter, and how did you overcome them?Getting the image to conform to its parent, was a case of trial and error in dev tools.
What specific areas of your project would you like help with?I still need to brush up on fonts and selectors.