<button class="btn my-style">My button</button>

	/* Custom class styling */
	<style>
	    .my-style{
	    			color : black;
	                background-color : yellow; 
	    		}
	</style>