Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background in css

.card {
	/* other styles */
	background: rgba(255, 255, 255, .7);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
Source by www.freecodecamp.org #
 
PREVIOUS NEXT
Tagged: #background #css
ADD COMMENT
Topic
Name
2+5 =