Adam Bethlehem
@adambethAll solutions
- Submitted 4 months ago
Social Profile Car
- HTML
- CSS
For 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
- Submitted 4 months ago
Css, FlexBox - blog preview
- HTML
- CSS
I 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?
- Submitted 4 months ago
Html, CSS native Blog Preview
- HTML
- CSS
I 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?