CSS Circle without using background [closed]

Change background-image to background

.myNewClass {
  background: url(http://static4.wikia.nocookie.net/__cb20131121214007/destinypedia/images/7/71/Information_Icon.svg) no-repeat;
  background-size:100%;
}

https://jsfiddle.net/rg991koa/21/

Leave a Comment