Latest solutions
Latest comments
- @itush@mounir-m4
hi you should add a container class in the illustrations sections and set the max-width to 1100px and overflow to hidden to remove the overflow .container{ max-width:1100px; overflow:hidden; } and you'll be good
- @IuliiaKonovalova@mounir-m4
Just add a container class with these specific props and you'll be fine .container{ Max- width:1100px; Margin: 0 auto; Overflow: hidden; } Hope it'll work for you 😊
- @IuliiaKonovalova@mounir-m4
great job! you should only fix the max-width because it's too wide on the footer and on mobile devices, you could remove extra padding and margin from the contact area
- @Yuko-code@mounir-m4
hi, yuko! I think if you want to get rid of the added height is that you should do position absolute to the small tag and relative to the parent .
Marked as helpful - @mounir-m4@mounir-m4
hi darryn! i really appreciate that you like written code and about the media query i only did it for mobile and lansacpe (because it's the same process and repetitive)
- @Abdul400
huddle landing page made with html, scss, bootstrap, and vanilla js.
#bootstrap#node#sass/scss#parcel@mounir-m4you did a great job ! all you need to increase the font size of the headings and paragraphs
Marked as helpful