Www-styles: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
Line 5: Line 5:
.type-hdsc2024,
.type-hdsc2024,
.type-hdsc2024 img {
.type-hdsc2024 img {
filter: drop-shadow(0 0 100px hsl(305, 90%, 74%));
filter: drop-shadow(0 0 25px hsl(305, 90%, 74%));
}
}

Revision as of 12:20, 1 July 2024

html {
	/* background-color: yellow; */
}

.type-hdsc2024,
.type-hdsc2024 img {
	filter: drop-shadow(0 0 25px hsl(305, 90%, 74%));	
}