Computer Science, asked by aahanas957, 7 months ago

Form a CSS code within the .... for the following specifications: Background colour : blue For the paragraph, font family is Dotum and colour of the text is red

Answers

Answered by manaskhandelwal00
1

p {

background-color: blue;

font-family: Dotum;

color: red;

}

Hope this helps you :)

Similar questions