Hi,歡迎訪問前端老白
CSS中的
在CSS中,
使用
<!DOCTYPE html> <html> <head> <style> #wrapper { width: 800px; margin: 0 auto; } #header { background-color: #ccc; height: 100px; } #nav { background-color: #999; height: 50px; } #content { background-color: #fff; height: 500px; float: left; width: 600px; } #sidebar { background-color: #eee; height: 500px; float: right; width: 200px; } #footer { background-color: #ccc; height: 50px; clear: both; } </style> </head> <body> <div id="wrapper"> <div id="header"></div> <div id="nav"></div> <div id="content"></div> <div id="sidebar"></div> <div id="footer"></div> </div> </body> </html>
上面的示例代碼演示了如何使用
總之,
老白網絡 (http://www.lofty888.cn/) 前端 后端 zblog主題.網站地圖xml