Home > Software design >  Bootstrap circle not round
Bootstrap circle not round

Time:08-10

I can't figure out what to do with the style, for it to display a really round circle instead of the elongated one.

Pretty new to HTML and bootstrap, don't rage at me.

Picture of the circle

<span data-mdb-toggle="tooltip" title="unread" style="cursor: default">&nbsp;</span>

CodePudding user response:

you need to add the same width and height, so you get a completely round circle.

see this picture for more clarity

  • Related