Ghassen Ben Hamida
@rbhgastonAll solutions
Responsive website using css flexbox
Submitted 10 months agoIf i want the page to be inscrollable, how do i make the content fit only 100% of the viewport port without exceeding it. Because even though I set the body height to 100 vh, the page still scrollable.
Another question, how can I make an element be pushed back to the bottom inside a parent with flexbox display.
Thank you for your help.
landing page of a recipe
Submitted 10 months agoI don't know if this is too early but i wanna know when can i start using styling frameworks. And how exaclty? I mean do i have to create my own stylesheets besides them ? And what is the best framework to work with for someone that does not want a very sophisticated one but a framework to help him code front end very fast and efficiently? Thanks for your help.
Landing page using flexbox
Submitted 10 months agoI would like to know when to use padding and when to use margins. Are there some guidelines I should know for using them? For example, if i want to space two elements how should i do that: splitting the distance and adding it to both elements or adding it only to only one of both.
Used flexbox.
Submitted 10 months agoI wanna push this "Challenge by Frontend Mentor. Coded by The beginner." to the end of the page. I tried using: justify-self: flex-end. but it does not work. I tried also: flex-grow, margin-top: auto and many other solutions but all of them keep messing with the container above ( with qrcode image and texts).