Closed SuWeipeng closed 6 years ago
I've always used classes:
.slideclass {
/* Custom CSS here */
}
And I mark the slide with the relevant classes:
----
:class: slideclass anotherclass
Example slide
=============
----
But your version should work as well.
div#the-slide-id { / Custom CSS here / }