Render the first paragraph as Arial in a shade of blue also via the imported style sheet.
Finally, render the 2nd paragraph as Times New Roman in a shade of green and a font size of 20 pts via Inline Style Sheet.
HINT: imported stylesheet and external stylesheet are different
So my question is, how do you change the color of paragraphs. I am supposed to have one paragraph font color navy and another paragraph color green. But i try my imported style sheet it only gives me the one color to come out.I need two colors for 2 paragraphs and the style too.
Thank you to anyone that can help me
imported style sheet:
h1
{
color:red;
text-align:center;
font-family:"Courier New"
}
p {
color:navy;
}
p
{
font-family:"Times New Roman";
font-size:20px;
color: green;
}
This post has been edited by Dormilich: 10 October 2012 - 10:50 PM
Reason for edit:: please use [code] [/code] tags when posting code

New Topic/Question
Reply


MultiQuote







|