Adding own CSS to Blogger
For Begineers
- Click on Template
- When it loads, you will see 'Live on blog'. Now click on Customize
- On the top left hand corner, you will see few options. Click on Advanced
- Once you have done that, few options appears. Scroll down to the end and you will find Add CSS
For Advanced Users
- Click on Template
- When it loads, you will see 'Live on blog'. Now click on Edit HTML
- Once you have done that, You will see HTML/CSS code. Scroll down to find |b:skin| ... |/b:skin|
- Click anywhere in the line so that it expands. Paste you'r code at the end of the declerations (Just before ]]>|/b:skin| )
----------------------------------------------- */
#blockquote
{
margin:1em 20px;
border: 1px solid #619644;
padding: 10px;
background-color: #b1d2a3;
}
/* CSS OF MY OWN DECLERATION ENDS HERE ----------------------------------------------- */
]]> |/b:skin| NOTE: REPLACE all "|" before and after b:skin and /b:skin with "<" and ">"I will leave an example of CSS and how i used it in my blog in the next post.
I hope that this post helped you in some way :)
Comments
Post a Comment