Is it possible to apply custom formatting to an h1
tag using CSS for a specific section of the webpage?
For example, instead of just using:
h1{
}
I am looking to do something like this:
.specific.h1{
}
Any suggestions on how to achieve this?