• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
KHDXS7
Being human totally sucks most of the time. Videogames are the only thing that make life bearable. 月下梦中寻周公,辗转反侧一场空。人已升天鸡未叫,不知何处觅仙踪。
博客园    首页    新随笔    联系   管理    订阅  订阅

HTML——霓虹灯字体设置

HTML——Hyper Text Markup Language


 

字体设置效果图:

效果图

 

 代码部分:

 

<html>
    <head>
        <style>
            .title {
              z-index: 10;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translateX(-50%) translateY(-50%);
              font-family: "Montserrat";
              text-align: center;
              width: 100%;
            }
            .title h1 {
              position: relative;
              color: #FFF;
              font-weight: 100;
              font-size: 90px;
              padding: 0;
              margin: 0;
              line-height: 1;
              text-shadow: 0 0 10px #ff006c, 0 0 20px #ff006c, 0 0 30px #ff006c, 0 0 40px #ff417d, 0 0 70px #ff417d, 0 0 80px #ff417d, 0 0 100px #ff417d, 0 0 150px #ff417d;
            }
            .title h1 span {
              font-weight: 600;
              padding: 0;
              margin: 0;
              color: #FFFFFF;
            }
            .title h3 {
              font-weight: 200;
              font-size: 20px;
              padding: 0;
              margin: 0;
              line-height: 1;
              color: #FFFFFF;
              letter-spacing: 2px;
            }
        </style>
    </head>
    <body style=background-color:black>

        <div class="title">
            <h3>Welcome to my blog</h3>
            <h1>ROSEBUD7</h1>
            <br />
            <br />
            <h3>you are the <strong>B E S T </strong>.</h3>
        </div>
    </body>
</html>

 


 2020-06-06 23:40:47

 

posted @ 2020-06-06 23:38  KHDXS7  阅读(539)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3