Friday 12 April 2013

How to Add Design Labels Buttons For Blogger with CSS3


How to Add Design Labels Buttons For Blogger with CSS3





    login blogger account

    Go to Template / HTML /  Proceed

    By using (CTRL+F) key find this code ]]></b:skin>


 Now just above/before the code you've found at step 3 paste the following CSS3 codes.



.cloud-label-widget-content span a{margin:0 2px 6px 0;padding: 3px;text-transform: uppercase;border: solid 1px #C6C6C6;border-radius: 3px;float:left;text-decoration: none;font-size:10px;}.cloud-label-widget-content span a:hover {border:1px solid #6BB5FF;text-decoration: none;-moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; transition: all 0.5s ease-out;-moz-transform: rotate(7deg); -o-transform: rotate(7deg); -webkit-transform: rotate(7deg); -ms-transform: rotate(7deg); transform: rotate(7deg); }





How to Add a Label Widget



No comments:

Post a Comment