
效果图:
图片资源地址:
https://raw.githubusercontent.com/mrslimslim/code-magic/master/text-background-01/bg.jpg
https://raw.githubusercontent.com/mrslimslim/code-magic/master/text-background-01/water.png
html页面代码:
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <title></title>
- <link rel="stylesheet" type="text/css" href="css/index.css"/>
- </head>
- <body>
- <div class="loading">
- <p>tnblog</p>
- </div>
- </body>
- </html>
css样式:
- body{
- padding: 0;
- margin: 0;
- width: 100%;
- height: 100vh;
- position: relative;
- background: url(../img/bg.jpg);
- background-size: cover;
- background-repeat:no-repeat;
- }
- .loading{
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%,-50%);
- }
- .loading p{
- font-size: 6em;
- color: rgba(255,255,255,0.3);
- background-image: url(../img/water.png);
- /*字体大写*/
- text-transform: uppercase;
- /*字中间的间距*/
- letter-spacing: 8px;
- -webkit-background-clip:text;
- font-weight: 500;
- animation: wave 30s linear infinite;
- }
- @keyframes wave{
- from{
- background-position: 0 0;
- }
- to{
- background-position: 1000px 0;
- }
- }
欢迎加群讨论技术,1群:677373950(满了,可以加,但通过不了),2群:656732739
评价
排名
2
文章
634
粉丝
44
评论
93
docker中Sware集群与service
尘叶心繁 : 想学呀!我教你呀
一个bug让程序员走上法庭 索赔金额达400亿日元
叼着奶瓶逛酒吧 : 所以说做程序员也要懂点法律知识
.net core 塑形资源
剑轩 : 收藏收藏
映射AutoMapper
剑轩 :
好是好,这个对效率影响大不大哇,效率高不高
一个bug让程序员走上法庭 索赔金额达400亿日元
剑轩 : 有点可怕
ASP.NET Core 服务注册生命周期
剑轩 :
http://www.tnblog.net/aojiancc2/article/details/167
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2025TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
公网安备:
50010702506256


欢迎加群交流技术