Answer to Question #265937 in Web Development for alpha

Question #265937

Create an external CSS file for this form. This CSS file should select the font size of 20 points for all the labels; font colour should be dark blue for the headings and black for normal text. The background colour of the form should be light yellow.


1
Expert's answer
2021-11-15T00:23:26-0500
html {
    color: black;
}
form {
    background-color: lightyellow;
}
/* Give the labels a class named labels */
.labels {
    font-size: 20pt;
}
h1,h2,h3,h4,h5,h6 {
    color: darkblue;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS