cerstar
KPCKevin Powell - Community
•Created by cerstar on 11/4/2023 in #front-end
Margin-top causing vertical scrowbar
I wanted to understand, what was happening and why, with you explanations I understood so I thank for that.
Then a wanted to have some space inbetween the divs, and testing the sugestion's, and ended using padding;
it was for a bigger projet i just remade the error in the example
13 replies
KPCKevin Powell - Community
•Created by cerstar on 11/4/2023 in #front-end
Margin-top causing vertical scrowbar
maybe doing it with margin is the problem
13 replies
KPCKevin Powell - Community
•Created by cerstar on 11/4/2023 in #front-end
Margin-top causing vertical scrowbar
*, *::before, *::after{
margin: 0;
padding: 0;
box-sizing: border-box;
}
13 replies
KPCKevin Powell - Community
•Created by cerstar on 11/4/2023 in #front-end
Margin-top causing vertical scrowbar
13 replies
KPCKevin Powell - Community
•Created by cerstar on 11/4/2023 in #front-end
Margin-top causing vertical scrowbar
thanks for the explanation I coul understand, i tought that the would only give the space on the tome and not causing Scrow, like the padding
13 replies