Sorry for such a simple question but I am still learning CSS code, now I know what CSS class is and how to use it more or less but how do I assign more than one class to an element in this case I am trying to add class to div?
multiple class is where I need to add more than one class!
PHP Code:
<div class="container">
<div class="multiple class">My HTML code</div>
</div>
multiple class is where I need to add more than one class!