Hello Developersπ
Saas is awesome...π
As always, I'd really appreciate if you could answer the following:π
1.What did I do wrong? 2.What did I do right? 3.How can I improve? common mistakes?
πThanks in advance Happy Codingπ
Hello Developersπ
Saas is awesome...π
As always, I'd really appreciate if you could answer the following:π
1.What did I do wrong? 2.What did I do right? 3.How can I improve? common mistakes?
πThanks in advance Happy Codingπ
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
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 π
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
I wonder how I can display the error message without adding extra height?
Any feedbacks will be appreciated. Thank you.
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 .
any feedback would be appreciated
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)
This is my first time using a new CSS framework. Please leave me any feedback. Thanks :)
you did a great job ! all you need to increase the font size of the headings and paragraphs
Feedback are more than welcome!π
Also I have some questions!
max()
min()
clamp()
and having trouble with how they are behaving with the layout.you can easily reset your css style by : *{ margin:0; padding:0; box-sizing:border-box; } and a little bit of advice try to apply flexbox on this sample because is easier to align items and more responsive, compared with what have you done keep learning !
How can I create semi transparent background over image? Couldn't figure it out
check out in my repo https://github.com/mounir-m4/state-preview-cards