How To Have Keyboard Like Text Effect In Blogger Post
Paste this CSS above that line
/*******************************************
Keyboard Style CSS www.tricksisland.com
********************************************/
kbd{
border:1px solid gray;
font-size:1.2em;
box-shadow:1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #444;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
margin:2px 3px;
padding:1px 5px;
}
Using Them On Posts:
For their right implementation on blogger posts, follow these steps carefully.
- Type your entire post
- After completing the post, add this code before and after the text you want to add the effect.
- A simple example looks like this.
- Add Your Word Text To Give Effect
Text To Give Effect
Your are done!If you have any doubts regarding this post,Please them via comments.Do not forget to share this with your friends!
Comments
Post a Comment