Latest solutions
CSS Grid, Flexbox, Responsive Web Design
Submitted 10 months agoI am questioning whether or not my html could be better or if there are any changes that I need to make regarding the CSS design for the hero section and the advertising section.
Responsive CSS Grid and Flexbox meet landing page
Submitted about 1 year agoI would like to know if there is a better way to do the footer. I had to put margins on the middle text to get it to line up perfectly from the design.
3Card Preview CSS Grid Responsive
Submitted about 1 year agoSome good feedback if I need to make any changes. anything that can be helpful
Testimonials CSS Responsive Grid Layout challenge
Submitted about 1 year agoI see the text isn't really lining up with the figma design. so I would like to know if I can make anything better.
Responsive Four Card Feature Using CSS grid and flexbox
Submitted about 1 year agoI would like to know what I can improve in this design and if I need to make any changes in my media queries. I went back and forth between media queries to get it right but I would love the criticism and welcome any feedback on responsive design. Thank you
CSS Responsive design
Submitted about 1 year agoI would like assistance with the @media queries and like to know if I am providing the max-width to the container as well as the buttons.
Latest comments
- @FanushhhSubmitted about 2 years ago@cloudpc7Posted about 1 year ago
Great job, I would change the footer though its not going all the way down, if you want to you can reference what I did for the footer.
0 - P@stefan-holmgrenSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
Enjoyed the way one can utilize "grid-area".
What challenges did you encounter, and how did you overcome them?Mostly trying to keep the html light, and not as css-dependent as I usually do it.
What specific areas of your project would you like help with?Not really sure.
@cloudpc7Posted about 1 year agoYour design looks picture perfect, but I notice that when you are using padding you are only giving 3 inputs, when doing padding I believe that it takes 4 top left down and right. also if the body is already declared without margin or padding @ 0, why put the body: unset again. And why unset just put margin: 0 padding 0; but this should go into the css reset stylesheet and * {} which is already in the css stylesheet.
0 - @mgra04Submitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I'm proud of completing my first challenge using grid.
What challenges did you encounter, and how did you overcome them?How to make title font-size scalable with the screen width. I used calc() to overcome it.
What specific areas of your project would you like help with?I'm not sure why when I set max-width of under title description to 54rem my cards also got that width.
- P@stefan-holmgrenSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
Did it the mobile first way, and think it was a good approach.
What challenges did you encounter, and how did you overcome them?Challenging how abstract you want to make your classes - right now they are focused on what they are, more than what they do.
What specific areas of your project would you like help with?Abstraction of classes? Are functional classes better?