背景渐变,及蒙板字体效果中带有背景图使用

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
#yasuo{
width:800px;
height:800px;
margin:0 auto;
text-align:center;
font-weight: bold;
line-height:800px;
font-size:180px;
color: transparent;
background: url('./img/timg.jpg') no-repeat center center;
/* background:linear-gradient(red,yellow); */
-webkit-background-clip: text;
 
}
</style>
</head>
<body>
<div id="yasuo">
blood
</div>
</body>
</html>

 

 

posted @ 2019-01-16 10:00  国服第一李师师  阅读(150)  评论(0编辑  收藏  举报