Hello,
I am trying to create a round circle with css with an image inside the circle. Yet, when I try to do so the circle turns out not perfectly round. I wonder why that happen?
Check this out: www.fresway.com
See the facebook button. This is the codes:
#circle1
{
background-color: #{{ \DB::table('menu')->where('menu_id', 1)->first()->menu_color }};
<!-- background-color: #9f7bfc; -->
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
}
<div id="circle1"><div style="margin: 0 0 0 3px; "><img src="{{url("")}}/images/add/icons10.png" width="40px" /></div></div>