Home › Forums › CSS › CSS : space between h2 and ul › Re: CSS : space between h2 and ul
December 4, 2012 at 7:37 am
#116272
Member
I have cleaned up your code a little and added a little of my own, here take a look;
http://codepen.io/Watson90/full/IwACk
Makes these changes in your CSS;
.img_showcase {
overflow: hidden;
}
Let me know if this is kinda what you’re after?