Friday 23 September 2016

How to hide border of overlapping div using css

Just use below mentioned code to hide overlapping border of two div. 


.class_name + .class_name {
border-top: none;
}

No comments:

Post a Comment