I want to turn a regular icon (like this: http://a1075.phobos.apple.com/us/r30/Purple/v4/db/4a/c3/db4ac3d6-64ef-1bea-9c2e-f48e5b29022b/mzl.itlrenhu.png ) into one with iOS app borders in HTML (like this: http://upload.wikimedia.org/wikipedia/en/3/35/Geometry_Dash_Logo.PNG ) but I can't find out how websites like iTunes make these images into app icons without using transparency. Any help? :/
Asked
Active
Viewed 117 times
-1
-
And why do you think transparency isn't involved? – ceejayoz Jan 27 '15 at 20:08
-
It isn't ALWAYS involved. In sites like iTunes, the app icon appears to have app borders, but going into the site's html shows that the real file is a full icon, like the first link I posted. – Lane B. Jan 28 '15 at 21:20
1 Answers
0
Try this (css):
border-radius: 8px;

glyuck
- 3,367
- 18
- 14
-
Well, it should be something like `border-radius: 200px;` for this large image you provided in your question. – glyuck Jan 27 '15 at 20:11