Search
 
SCRIPT & CODE EXAMPLE
 

CSS

glassmorphism in css

.card {
	/* other styles */
	background: rgba(255, 255, 255, .7);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
Comment

form layout with glassmorphism css

.login {
 background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  border-radius: 3px;

}
Comment

PREVIOUS NEXT
Code Example
Css :: css style placeholder 
Css :: css no wrap 
Css :: how to underline text in css 
Css :: what port does wss use 
Css :: css center table on page 
Css :: html file upload without browse button 
Css :: css background offset 
Css :: background image 
Css :: text-overflow: ellipsis 2 lines 
Css :: media screen hp 
Css :: how to install tailwind css in html 
Css :: css tbody full width 
Css :: change svg color css 
Css :: h2 in px css 
Css :: &:disabled not working sass 
Css :: css animation linear 
Css :: css flip animation 
Css :: absolute center css 
Css :: animation fade in css 
Css :: css color black 
Css :: selecting last child css 
Css :: show icon on hover css 
Css :: padding css 
Css :: where css 
Css :: css break after 2 words 
Css :: btn glow on hover 
Css :: background position 
Css :: css grid auto row 
Css :: line height tailwind 
Css :: cypress element css 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =