| <!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> |