Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
:root {
font-size: 24pt;
}
.box {
background:
linear-gradient(rgba(0, 128, 0, 0.2), rgba(128, 0, 0, 0.2)) border-box,
linear-gradient(green, yellow) text;
color: transparent;
display: inline-block;
font-weight: bold;
padding: 1px;
}
</style>
</head>
<body>
<div class="box">Text</div>
</body>
</html>