CSS Studio
Interactive Learning
Pro Tip
Use the Inspector tool to debug your layouts visually.
Advanced Effects
Glass Properties
16px
0.7
180%
0.4
CSS Output
.glass-panel {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
border: 1px solid rgba(209, 213, 219, 0.4);
}