How to add two classes in a same css line
All you need to do is put a space between each of the class names.
Example:
<h1 class="class1 class2"></h1>
Just in case you meant it the other way, I’ll add to @MCRBLX
All you have to do is comma seperate it like this
class1,
class2 {
/* some CSS */
}
Oh wait I didn’t read the word “CSS”. My bad! ![]()