View Single Post
Old 06-15-2012, 04:49 AM   #131
vicissitudes
Junior Member
vicissitudes began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2012
Device: laptop
Smile you bailed me out!

Quote:
Originally Posted by Ralob View Post
My personal CSS style is extremely basic, but it does exactly what I want- proper indentation for all paragraphs, adequate spacing between lines, background color that is easy on the eyes, and centered headings. Very basic but it does its job.

body {color:rgb(0,0,0);
background-color:rgb(174,174,174);
text-align:justify;
line-spacing:1.8;
margin-top:0px;
margin-bottom:4px;
margin-right:50px;
margin-left:50px;
text-indent:3em;}
h1, h2, h3, h4, h5, h6
{color:black;
text-align:center;
font-style:italic;
font-weight:bold;}


really thanks!
vicissitudes is offline   Reply With Quote