<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>