On http://ossianenterprisepark.com/BusinessParkOptions.html
can someone please explain why there is a white outline to the right of each square and how to get rid of it?
Hi, I suggest by removing the 1px border here:
.flip-card {
background-color: transparent;
width: 300px;
height: 200px;
border: 1px solid #f1f1f1;
perspective: 1000px;
padding-right: 3%;
float: left;
margin-left: auto;
margin-right: auto;
}
2 Likes
That did the trick, thanks!
1 Like
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.