CSS / Background-Image / conic-gradient();



conic-gradient():


CSS:
.demo-conic-gradient{
	width:110px;
	height:110px;
	background-image:conic-gradient(blue, yellow, rgba(112, 175, 4, 1));
	border:1px solid white;
}

HTML: <div class="demo-conic-gradient"></div>


Wenn Ihr Anregungen oder Kommentare habt, seit so nett und kontaktiert mich unter: Kontakt