Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Untitled Document</title>
- <style type="text/css">
- .main {
- font-family: Verdana, Geneva, sans-serif;
- }
- .main-resize {
- margin: auto;
- width: 800px;
- background-color: #818181;
- }
- .clear {
- clear: both;
- width: 100%;
- }
- .header {
- font-family: "Comic Sans MS", cursive;
- font-size: 36px;
- font-weight: bold;
- width: 100%;
- }
- .header-resize {
- height: 150px;
- width: 800px;
- }
- .content {
- width: 100%;
- min-height: 500px;
- background-color: #3C0;
- }
- .sidebar-left {
- float: left;
- width: 200px;
- background-color: #9F0;
- }
- .fotter {
- width: 100%;
- }
- .fotter-resize {
- height: 80px;
- width: 800px;
- background-color: #360;
- }
- .content-right {
- width: 600px;
- float: right;
- }
- .content-right-resize {
- background-color: #03F;
- min-height:450px;
- }
- .header-logo {
- float: left;
- background-color: #F00;
- height: 125px;
- width: 140px;
- padding: 0px;
- margin-left: 25px;
- margin-right: 30px;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .header-title {
- background-color: #003;
- width: 300px;
- line-height: 100px;
- }
- .menu {
- padding: 0px;
- width: 100%;
- height: 50px;
- }
- .sidebar-resize {
- min-height: 450px;
- }
- </style>
- </head>
- <body>
- <div class="main">
- <div class="main-resize">
- <div class="header"><div class="header-resize">
- <div class="header-logo"></div>
- <span class="header-title">ini judul webnya</span>
- <div class="clear"></div>
- </div></div>
- <div class="clear"></div>
- <div class="content">
- <div class="menu">ini menu</div>
- <div class="clear"></div>
- <div class="content-right">
- <div class="content-right-resize">
- isi artikel disini<br />
- asdadasd<br />
- asdasdasd
- asdasda
- asdsad
- <div class="clear"></div>
- </div>
- </div>
- <div class="sidebar-left"><div class="sidebar-resize">
- pasang menu atau winged disini
- <div class="clear"></div>
- </div></div>
- </div>
- <div class="fotter"><div class="fotter-resize">
- footer
- <div class="clear"></div></div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment