@Duyen-codesSubmitted almost 3 years ago
1 thing is unsolved. How to get the text takes up 40% (it seems) of space on Desktop design. Mine is both mockup image and text share same amount of space. Please help! Thanks!
1 thing is unsolved. How to get the text takes up 40% (it seems) of space on Desktop design. Mine is both mockup image and text share same amount of space. Please help! Thanks!
main > * { /* getting all the direct children of main */ flex-basis: 100%; }
with above code you are setting all flex-items to be of equal size. Try to give 60% for image and 40% for text.
Actually your site looks good just add some padding to main-content section.
Would love any kind of feedback or suggestion. Especially if there is any better way to do it then please let me know. Thanks in advance.
Looks good, try to add footer tag for attribution class to follow HTML Semantics.