custom style

PHOTO EMBED

Sun Feb 13 2022 10:12:27 GMT+0000 (Coordinated Universal Time)

Saved by @srishti

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

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