Apologies if this question can easily be answered with a Google search, but I am having trouble finding the right keywords to use. While I have a decent grasp of CSS, I feel like there is still much more potential to explore and improve my code efficiency.
I have encountered similar snippets of code multiple times:
<p class="comment smallertext center-align">
Can someone explain what specific CSS properties would apply to this combination of classes - comment, smallertext, and center-align - all spaced out as shown above?
Thank you in advance for any responses and guidance!