WeCodeThings Library
Library of code bits
Glossary    Contact Us
Need a web designer? visit WeCodeThings.Com for more details
Search  
   
Browse by Category

WeCodeThings Library .: CSS .: Create a nice white border around your text using css



Create a nice white border around your text using css

Heres how to put a nice white border around around your text using css.

  1. #more-info p.text{
  2.  width:90%;
  3.  font:normal 13px/18px  "Trebuchet MS", Arial, Helvetica, sans-serif;
  4.  color:#BEBEBE;
  5.  background-color:#4D4D4D;
  6.  margin:0;
  7.  float:left;
  8.  border-style: solid;
  9.  border:thin;
  10.  border-color:#999;
  11.  padding:15px;
  12. }

Heres what it looks like.

Text with White Border using CSS



How helpful was this article to you?

Related Articles

article ColdFusion Create Unknown Amount of TextBoxes, or Radio buttons Dynamically by using Evaluate
I was tasked with having to create an...

(No rating)  8-19-2009    Views: 442   
article Change Font | Text color based on winning number or percentage using cfif ColdFusion
I just wanted to change the font or text...

(No rating)  4-19-2009    Views: 766   
article Javascript Inline Clear a Text Box With a Button Onclick
I find myself needing a way to clear a text...

  6-11-2009    Views: 1171   

User Comments

Add Comment
No comments have been posted.




.: Powered by Lore .:Code by WeCodeThings Website Design and Development