Skip to content Skip to sidebar Skip to footer

Is It Possible To Make "shortcut Icon" Round Using Css?

Maybe it will sound stupid, i really dont know much, but is it possible to style shortcut icon with for example border-radius to make it round? Or it have to be done before in suc

Solution 1:

If you're referring to favicons, you cannot round the corners using CSS. CSS can only target elements that exist within the DOM.

You can use programs like Photoshop (paid) or GIMP (free) to apply rounding.

Solution 2:

No, shortcut icon is not a DOM html element to style with css; it is just a external resource of the document tree.

Post a Comment for "Is It Possible To Make "shortcut Icon" Round Using Css?"