I have a div with this class:
<div class="hero-section width-80%"> A Hero Image </div>
CSS:
<style>
.width-80%{
max-width: 80%;
}
</style>
Does a percent sign allowed to use in class value ? If I want to use any percent class with "%" symbol, How can I use a percent sign in css?