Ghassen Ben Hamida
@rbhgastonAll solutions
- Submitted 5 months ago
Responsive website using css flexbox
- HTML
- CSS
If 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.
- Submitted 5 months ago
landing page of a recipe
- HTML
- CSS
I 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.
- Submitted 5 months ago
Landing page using flexbox
- HTML
- CSS
I 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.
- Submitted 5 months ago
Used flexbox.
- HTML
- CSS
I 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).