Latest solutions
Article Preview Component using SCSS/HTML and Vanilla JS
#sass/scssSubmitted about 1 year agoI still don't fully understand how to dynamically size things so that they 1. still match the design exactly, and 2. seamlessly change size while looking good.
Testimonial Page using CSS Grid and Sass
#sass/scssSubmitted about 1 year agoI would like some help on handling dynamic font sizes, and keeping proportions of divs/content containers so that everything looks the same as the screen size begins to change before the hard transition caused via media queries. Is there in easy way to do this so that things still look great regardless of the size in between desktop/mobile size?
4 Card Feature section using SASS/SCSS & HTML!
#sass/scssSubmitted about 1 year agoI would like some best practices on dynamic/responsive sizing for fonts and what is best practice for the transition moment between desktop and mobile styles?
Latest comments
- @ajkun55@Benhemin
You did a great job on making it look really close to the design good job!
If you want to go back and touch it up, somethings I notice are the lack of a box shadow on the main card, and the proportions of the 2 columns are slightly off compared to the design.
Marked as helpful - @luccyyy97What are you most proud of, and what would you do differently next time?
/
What challenges did you encounter, and how did you overcome them?/
What specific areas of your project would you like help with?not sure why site view on git-hub altered my top-image size become particularly small. however when view through visual code the image look exactly like I wanted.
@BenheminI see the page isn't the entire size of the viewport. You should set your HTML and Body HTML tags to width/height : 100%, so that for every screen size the page will take up the entirety of it!
- @lifeguard1@Benhemin
You handled the core issue, that being CSS Grid. Good work!
- @RegexRiddlerWhat are you most proud of, and what would you do differently next time?
I'm glad I figured out how to properly layout the cards using grids.
What challenges did you encounter, and how did you overcome them?I started laying out the cards uting flex, but adjusting them so the ones on the left and right side where offset/centered became impossible so I had to use grid instead.
What specific areas of your project would you like help with?Any feedback is much appreciated :)
@BenheminLooks great! I really like how you handled the dynamic font sizing, I haven't begun to do that yet.
Your code is very clean and readable. Good job and keep up the good work!
- @JaviVaSuWhat are you most proud of, and what would you do differently next time?
.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
- @noribrraWhat are you most proud of, and what would you do differently next time?
nor
What challenges did you encounter, and how did you overcome them?nor
What specific areas of your project would you like help with?nor
@Benhemin.