gap here
this is a <div> (light yellow area) that contain an <span> (yellow area)
and a border on the left side (dark yellow)
span exceeded the area by padding
and the div has an overflow hidden
any idea?
the weird thing is it change in different screen sizes
<div class="color"> <span>Yelow</span> </div> .color { overflow:hidden; }
this is what I did...the border is mess up
Checkout the Dev tools , you can see clearly what is happening
it doesn't help in this case
Обсуждают сегодня