MissDaphne

Styling your description box

Nov 5th, 2014
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .description{
  2. width:auto;
  3. height:auto;
  4. padding:10px;
  5. text-align:center;
  6. border:3px solid #dddddd; /*you change the color, solid to double or dashed*/
  7. margin-top:5px;
  8. margin-bottom:5px;
  9. background-image:url(http://oi51.tinypic.com/11brui1.jpg); /*you can change the img url*/
  10. border-radius:0px; /*change the number if you want round corners*/
  11. }
Advertisement
Add Comment
Please, Sign In to add comment