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.
Post a Comment for "Is It Possible To Make "shortcut Icon" Round Using Css?"