CSS Steering Wheel
A first try to draw a simple steering wheel using only CSS. So, basic techniques have been used in drawing this like transforms, border-radius and linear-gradients. Pseudo elements (:after and :before) are also used to keep the markup less and clean.