-1

enter image description here

I am unable to figure out the reason for the lines appearing on the spinner. what css changes should I have to do in order to remove those lines?

I am using clarity ui framework for the spinner.

<img src="asyncImag|async" class="spinner spinner-lg full-media-image-shadow">
AdityaSrivast
  • 1,028
  • 1
  • 10
  • 16
ark
  • 3,707
  • 5
  • 21
  • 36

1 Answers1

1

Try that then. Put it in a span. Always helps to read the documentation. Not sure that will solve your issue, but seems to work in Fiddle.

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/clarity-ui/0.10.28/clarity-ui.min.css" integrity="sha256-02co5CslX9xVo7lEtk1q9KPFqZoZo4Jvcb+XeQmQb+Y=" crossorigin="anonymous" />
<span  class="spinner spinner-lg full-media-image-shadow"></span>
SScotti
  • 2,158
  • 4
  • 23
  • 41