2019-09-06 23:53:10 +08:00

25 lines
513 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<style type="text/css">
.text-gradient {
display: inline-block;
color: green;
font-size: 8em;
font-family: ;
background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 128, 0, 1)), to(rgba(511, 511, 51, 1)));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
};
</style>
<h2 class="text-gradient">简明现代魔法</h2>
</body>
</html>