Latest solutions
Social Profile Car
Submitted 8 months agoFor my last two projects I got great feedback and that has helped me
At this point, I feel like I have a firm grasp of the projects, but I am still enjoying building them
I have completely restarted the design of my personal site project with the knowledge I have learned
Css, FlexBox - blog preview
Submitted 8 months agoI still need to better understand what elements need to
display: flex;
A part I'm struggling with is defining the
height
andwidth
... how do you know what units to use? Should I always setheight
andwidth
?When do you let the child content determine the layout size?
Html, CSS native Blog Preview
Submitted 8 months agoI would like to know how you decide what divs need to be flexboxes and how you decide and what units you use to create the widths and heights or do you just add margins and let the parent decide the size of the child?
Latest comments
- @MouadaselSubmitted 8 months ago@adambethPosted 8 months ago
Some improvements could be made by adding
display: flex
and amax-width
to the.container
class so that when the screen is slim, the container stacks instead of squashing.I like the hover state that you added to the buttons. I am going to include that in my project also
I would also recommend using CSS variables when you reuse values.
Try next time to follow the exact values on the design system
Otherwise Looks great, well done!
Marked as helpful0 - @SIRBOLUSubmitted 8 months ago
- @Supa-Thobile2Submitted 8 months ago@adambethPosted 8 months ago
Well Done Something to improve:
- you did not use the required font
- Maybe add some more padding around the image or reduce the image width to 95%
Looks Good Well done
Marked as helpful0