css opacity

<style>
div {
	opacity: 0.95;
	background-color: rgba(150, 100, 50, 0.4);
}
</style>

Leave a Reply

Your email address will not be published. Required fields are marked *