Tweetbot's Icon in Pure CSS
This is the icon of the popular Twitter client for iOS: Tweetbot made only with CSS. I made extensive use of the property broder-radius
and box-shadow
. For the background of the elements I used a lot of gradients
and opacity
with rgba
. To reduce the HTML code I used the CSS pseudo elements :before
and :after
.