CSS3 Android Logo

By Ruby On Tails
@ruby_on_tails

View code Play Walkthrough

Android logo made in CSS3 with hover animations using CSS3 transitions. Originally made by Diogo CorrĂȘa.

«
Add New Comment

6 Comments

(close)
Marius

Marius

That’s just amazing. Great job. Working in Chrome, Firefox, Safari. Ok in Opera, only not moving :) Of course, not working in IE :p

Vladimir Starkov

Vladimir Starkov

You are using wrong order of vendor-prefixes:
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

And the right order is:
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

Fransuisse

Fransuisse

Instead create propertie CSS “.l_arm,.r_arm” you can create a class arm applicated in the arm div and remplace “.l_arm,.r_arm” by “.arm”. I think that take less charactere

Ryan

Ryan

I think you just taught me how to draw in CSS :D

hamimferdous

hamimferdous

Great work man! keep it up!

TheCodePlayeralpha

6 Comments

Description

5x 10x 15x 20x