Desain CSS

on Minggu, 15 September 2013


Laporan pemblajaran

Hari/Tanggal : Selasa, 10 September 2013
Hal                : Latihan Desain CSS

<html>
<style type="text/css">
.pembungkus {
height: auto;
width : 900px;
padding:10px;
border : 2px solid #000;
margin : auto ;
}

.header {
background-color:#33C;
background:url('hotel.jpg');
height:138px;
width:900px;
}
.navigasi {
float:left;
width:100px;
background-color:#6FF;
min-height:500px;
}
.widget {
float:right;
width:100px;
background-color:#6FF;
min-height:500px;
min-right:200px;
}
.kontent {
background-color:#0F0;
width:auto ;
margin :auto;
height:500px;
}
</style>

<div class="pembungkus" name"pembungkus">
<table width="900" border="1">
  <tr>
    <th scope="col"><a href="home.html" title="home">Home</a></th>
    <th scope="col"><a href="about.html" title="About">About</a></th>
    <th scope="col"><a href="Fasilitas.html" title="fasilitas">Fasilitas</a></th>
    <th scope="col"><a href="contact.html" title="contact">Contact</a></th>
    <th scope="col"><a href="photogallery.html" title="photogallery">Photo Gallery</a></th>
  </tr>
</table>

<div class="header" name"header"></div>
    <div class="navigasi" name"navigasi">navigasi</div>
<div class="widget" name"widget">widget</div>
    <div class="kontent" name"kontent">kontent</div>
    
</div>
</body>
</html> 
jadinya seperti ini :






0 komentar:

Posting Komentar