Hey...
I am relearning HTML and building a site with my wife. We are using an external CSS and using that to set our header <hx> styles etc.
I was wondering, I found mention of setting paragraph styles...and how would I do it?
Here is an example of what I am trying to do.
This on works:
h1 {font-weight: bolder;
font-size: 40pt;
color: #115ffd;
}
This one doesn't:
p1 {color: #115ffd;
text-align: justify;
font-size: 13pt;
}
Can it even be done? Am I repeating a post from earlier...I browsed them all, but couldn't find anything regarding this.
I am relearning HTML and building a site with my wife. We are using an external CSS and using that to set our header <hx> styles etc.
I was wondering, I found mention of setting paragraph styles...and how would I do it?
Here is an example of what I am trying to do.
This on works:
h1 {font-weight: bolder;
font-size: 40pt;
color: #115ffd;
}
This one doesn't:
p1 {color: #115ffd;
text-align: justify;
font-size: 13pt;
}
Can it even be done? Am I repeating a post from earlier...I browsed them all, but couldn't find anything regarding this.
Comment