CSS特效(6)——使用 mix-blend-mode 製作文字背景圖

來源:互聯網
上載者:User

標籤:height   auto   port   position   body   set   enter   document   osi   

使用 mix-blend-mode 製作文字背景圖
<!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>/* .container {    position: relative;    width: 500px;    height: 300px;    margin: auto;} */.pic {    position: relative;    width: 500px;    height: 300px;    margin: auto;    /* width: 100%;    height: 100%; */    background: url("https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1493353832&di=c063b6b9c89082e96ffee0766112ffec&imgtype=jpg&er=1&src=http%3A%2F%2Fpic2016.5442.com%3A82%2F2016%2F0111%2F07%2F3.jpg%21960.jpg");    background-repeat: no-repeat;    background-size: cover;}.text {    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    font-size:140px;    line-height:320px;    width:100%;    height:100%;    font-weight:bold;    text-align:center;    color: #000;    mix-blend-mode: lighten;    z-index: 99;    background-color: #fff;}  </style></head><body>    <div class="container">        <div class="pic"> <div class="text">IMAGE</div></div>           </div></body></html>

CSS特效(6)——使用 mix-blend-mode 製作文字背景圖

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.