Aymane Darih
@AymaneDarihAll comments
- @AymaneDarihSubmitted almost 3 years ago@AymaneDarihPosted almost 3 years ago
OMG ! I was saying what did I miss all the time , thank you for reminding me
0 - @v2ctorSubmitted almost 3 years ago
I couldn't make the image stretch over the entire block, so at some screen dimensions it looks like a mess.
@AymaneDarihPosted almost 3 years agoit's okay ! we all have been there , I suggest you to start learning flexbox and css grid and then all the css problems will be easy ! good luck !
0 - @Kamasah-DicksonSubmitted almost 3 years ago
Guys I used position fixed for the background svg so that I can position them without a horizontal scroll. Hope its best practice??
@AymaneDarihPosted almost 3 years agoyou can stop worrying about the hr scroll by adding this to the body in the css file body{ overflow-y: hidden; } same thing for the vertical scroll in case it was just a hero page by changing the "y" in the overflow with a "x" . wish you good luck !
0 - @Ryoma1512Submitted about 3 years ago
This's my first Junior level challenge
- I have some issues centering the box in "Ready To Build Your Community?" section in desktop.
- Feel free to say any advice to improve. Thanks!
@AymaneDarihPosted about 3 years agoyou need first to make the parent element in " postion:relative;" then make the box in postion:absolute and use ( top , left , bottom , right ) to center it . I hope you got the idea and works for you . Good Luck ! ( If you had any problem check my solution code on github)
Marked as helpful0