I'm not really proud of anything, and at this point my "code" does what it has to do : Make an element centered, and make it larger when the screensize lowers. BUT, I still regret how poorly it transitions between the 758px mark. Also, putting it to the 758px mark seems not really responsive, and it would probably be another mark depending on the screensize of the client.
What challenges did you encounter, and how did you overcome them?Centering it : Had to use a flexbox, which still is something weird to me (why would i use this to center something ?). The shadow : To get it in the bottom part only. I'm not gonna lie, I dont know how it worked. The media querie : Not that hard, but it was new. Adding paddings to the text : I wanted to do it using the #text element, but it wasnt working : had to do it for each elements instead.
What specific areas of your project would you like help with?The shadow part : Why does it work ? The flexbox part : In which cases do we actually need a flexbox ? The padding part : Why does the #text element paddings's wouldn't change ? Lastly, about responsivibility (not that sure about the orthograph) : Isn't there a way to make our website responsive gradually ? The use of break point seems really weird.
Thanks you !!