How to Create html/ CSS Text Column on Blog Page or Post

How to Create html/ CSS Text Column on Blog Page or Post



Now go to "HTML" mode in post

Style 1- Text Frames and Borders to Blogger:


<style type="text/css">div.sundaboy1{border-style:solid;border-bottom-width:15px;border-color:#C6FF00;}</style><div class="sundaboy1">Type your text</div>
Note: Replace C6FF00 to border color as you like


Style 2- Create Outline Text in HTML:


<style type="text/css">div.sundaboy2{border-style:solid;border-width:5px;border-color:#FF00C6;}</style><div class="sundaboy2">Type your text</div>
Note: Replace FF00C6 to border color as you like



Style 3- Create HTML Borders Around Text Boxes:


<style type="text/css">div.double {border-style:double;}</style><div class="double">Type your text</div>

Style 4- CSS Borders Around Text Boxes:


<style type="text/css">div.sundaboy3{border-style:solid;border-width: thick ;}</style><div class="sundaboy3">Type your text</div>

Style 5- Put a Border Around Text in HTML:


<style type="text/css">div.dotted {border-style:dotted;}</style><div class="dotted">Type your text</div>


More Code Please Visit 

Comments

Popular posts from this blog

HOW TO ADD ANNOUNCEMENT STICKY NOTIFICATION BAR TO BLOGGER

Hacking அறிந்தும் அறியாமலும் – பாகம் 2