Missing a colon (' ') between the property and value in the (property) (value) declaration
Answers
Answered by
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
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
English,
6 months ago
Social Sciences,
6 months ago
Math,
1 year ago
Science,
1 year ago
Physics,
1 year ago