blob: 9947c461935d0338f76cd4e831eabed66bbe3067 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
:root {
font-size: 52pt;
text-align: center;
font-family: ahem;
}
.box {
opacity: 0.5;
width: 500px;
padding: 20px;
color: transparent;
background-color: green;
background-clip: text;
}
</style>
</head>
<body>
<div class="box">AAA</div>
</body>
</html>