how can I remove gaps between these two elements
1 Like
You should set images to display as a block element:
.workp {
display: block;
...
}
1 Like
thanks jenovs you helped me a lot today!