Kamis, 30 Mei 2013

Kotak Di Adobe Dreamweaver CS5

<!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>
<style>
.kotak{
    width:200px;
    height:200px;
    border:2px solid red;
    margin-top:5px;
    margin-bottom:5px;
    background-color:#0F0;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    }
#kotak{
    width:200px;
    height:200px;
    border:2px solid green;
    background-color:#F90;
    cursor: pointer;
    border: groove 1em red; 
      border-radius: 2em;
    }
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>kotak</title>
</head>
<body>
<div style="width:200px;height:200px;border:2px solid blue;
background-color:RED;
cursor:pointer "></div>
<div class="kotak"></div>
<div id="kotak"></div>
<p>&nbsp;</p>
</body>
</html>

Tidak ada komentar:

Posting Komentar