
How To Add CSS3 Rounded Body Corner To Blogger
You can easily add the piece of code in your template. Follow the simple method carefully step by step.
1. Go to Blogger > Template
2. Edit HTML / Now search code ]]></b:skin>
3. Paste the below given code before ]]></b:skin>
Now search <body>#pbtwrap {
background: #Ffffff;
width: 960px;
margin: 10px auto 5px auto;
padding: 0;
position: relative;
border-right: 15px solid #333;
border-left: 15px solid #333;
border-top: 10px solid #333;
border-bottom: 15px solid #333;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
box-shadow: #333 0px 1px 3px;
}
Paste the below given code below <body> tag
<div id='pbtwrap'>Now once again search </body>
Paste the below given code above </body>
</div>
Need Help:
If you still facing any problem to make customize it, Please do not hesitate to ask me in the below comments section, Your comments would be appreciable for us.
0 comments:
Post a Comment