web-html5-scripts/css-effects/frosted-glass/index.html

16 lines
262 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CSS - Frosted Glass</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="drop-shadow">
<div class="glass"></div>
<span>GLASS</span>
</div>
</body>
</html>