When we try to get style for font or background, It's can do nicely using CSS code. In this reason CSS is very important for us when the blogging.
In this lesson i used 3D font style CSS code and add it to blogger. That example CSS code is given below-
.Three-Dee{
font-family: Verdana, sans-serif;
line-height: 1em;
color: #aaadb3;
font-size: 32px;
text-shadow:0px 0px 0 rgb(157,160,166),1px 0px 0 rgb(144,147,153),2px 0px 0 rgb(131,134,140),3px 0px 0 rgb(117,120,126),4px 0px 0 rgb(104,107,113),5px 0px 0 rgb(91,94,100), 6px 0px 0 rgb(78,81,87),7px 0px 6px rgba(0,0,0,0.95),7px 0px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);}
This CSS code's Font Sytle is look Like This
How to add CSS code to Blogger blog?
1) Go to blogger dashboard.
2) Go to Blogger Template Designer in dashboard. It Represent by arrow in above picture.
3) Then go to Advance tab in Template Designer.
4) Scroll down the advance menu and then select Add CSS tab in that menu. It's point using arrow in above picture.
5) Copy and past the CSS code .Three-Dee{....}. Finally CSS code is ok press Apply to Blog button.
Now we are added css code successfully. Then you can use it your Article or Template.
If have any question under this lesson, put a comment below. Thank you......
No comments:
Post a Comment