Soviet Waifu 69
Soviet Waifu 69
KPCKevin Powell - Community
Created by Soviet Waifu 69 on 5/23/2024 in #front-end
Why does position: sticky doesn't work when parent is set to overflow: hidden?
It's the second time in one week where this happens to me and though I have figured out how to solve it ( spoiler alert, use overflow: clip instead of overflow: hidden ), I still would like to know why is it that overflow: hidden and position: sticky are not compatible.
7 replies
KPCKevin Powell - Community
Created by Soviet Waifu 69 on 5/7/2023 in #front-end
How to add some light to a specific part of a container
5 replies
KPCKevin Powell - Community
Created by Soviet Waifu 69 on 4/26/2023 in #front-end
How to center an entire website?
Hey, it's my first time here. I want to code a blog like website and I want to keep everything in the center, I also want it to be responsive. currently I have nothing in the HTML other than the default stuff, but I'm trying this:
body {
margin: 0 auto;
max-width: 65%;
}
body {
margin: 0 auto;
max-width: 65%;
}
However, I don't know if styling the body is the best option
4 replies