css 在背景圖上加漸變


<html>

<head>
<title>我的第一個 HTML 頁面</title>
<style>
    .banner {
        width: 100%;
        background: linear-gradient(to right bottom,rgba(0,0,0,0.9),rgba(0,0,0,0)),url(2.jpg) no-repeat center;
        height: 300px;
        color:white;
    }
  .center{
      width:1200px;
      margin:0 auto;
  }
</style>
</head>

<body>
 
    <div class="banner">
        <div class="center">
            <hgroup>
                <h2>開發者文檔</h2>
                <h3>開發者在創建公眾號、獲得接口權限后,可閱讀開發者文檔幫助完成接入及功能開發。</h3>
            </hgroup>
        </div>
    </div>
    
</body>

</html>

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM