Biology, asked by londan4737, 1 year ago

Missing a colon (' ') between the property and value in the (property) (value) declaration

Answers

Answered by Anonymous
0
Missing a closing quote for the string value.
Missing a colon (':') between the property and value in the "(property) : (value)" declaration.
The CSS looks like this

div.master-page
{
padding: 10px;
}

div.master-page div.master-page
{
position: relative;
margin: -20px;
}
Here is an image of the error
Attachments:
Similar questions