You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
24
hyhproject/mobile2/view/default/demo.html
Executable file
24
hyhproject/mobile2/view/default/demo.html
Executable file
@ -0,0 +1,24 @@
|
||||
<!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>
|
Reference in New Issue
Block a user