.2nd-section-wrapper {
background: #5E9ED6;
}
Color code won’t work
.2nd-section-wrapper {
background: #5E9ED6;
}
Color code won’t work
Could you post the whole code, please?
Without being able to tell why your code doesn’t work as it is not possible without seeing the html, too, as @codeneutrino states, this much can be said:
Class names starting with a digit is not valid CSS.
Yes this works well, thank you! only problem is the digit in classname
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.