triangle with css

PHOTO EMBED

Tue May 27 2025 12:25:53 GMT+0000 (Coordinated Universal Time)

Saved by @Sebhart #css #ui

.triangle {
	border-color: yellow blue red green;
	border-style: solid;
	border-width: 0px 200px 200px 200px;
	height: 0px;
	width: 0px;
}
content_copyCOPY