Usually what we can find in a web page is some content and menu-bars links etc .Here i have developed a Side Panel of links with some CSS animation on it. The animation for the links is developed using pure CSS.
-No Images
-No JavaScript
-No HTML5
-No Flash
Pure CSS (CSS3)
-No HTML5
-No Flash
Pure CSS (CSS3)
Code of the Snippet
Paste this inside header part or your CSS style sheet<style type="text/css">
/*****************************/
.menu{
position:relative;
left:100px;
top:10px;
margin-bottom:40px;