Quote:
Originally Posted by Ralob
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;}
|
I tried using this basic style, but it seems to be ignored.
I'm sure my ignorance. In particular I would like to increase space between lines of text.
I would appreciate it if someone could point me in a direction on how to implement the style and make the reader pay attention.
thx,
.