前端-网站主页上面头部的内容居中

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>Title</title>
 6 </head>
 7 <body>
 8     <div class = 'pg-header'>
 9         <div style="width:980px;margin: 0 auto;">
10             内容自动居中,主要用于网站主页上面头部的内容居中
11         </div>
12     </div>
13     <div class = 'pg-content'></div>
14     <div class = 'pg-footer'></div>
15 </body>
16 </html>

 

posted @ 2020-05-04 06:14  白月如初12138  阅读(710)  评论(0)    收藏  举报