aku akan selalu melangkahkan kaki mencari apapun yang ada pada dunia ini aku tak punya tujuan pasti aku hanya beserah pada ilahi
Tuesday, February 15, 2011
tugas modu 3
<!DOCTYPE html>
<html lang="en">
<head>
<title>Demo Ukuran Division</title>
<style type="text/css">
<!--
.round {
margin-top: 10px;
margin-left: 10px;
width: 100px;
height: 100px;
background: green ;
text-align: center;
border: 10px solid blue;
-moz-border-radius : 2000px;
-web-kid-radius : 200 px;
padding : 23px;
}
.box2 {
margin-top: 10px;
margin-left: 10px;
padding: 10px;
width: 200px;
height: 50px;
border: 2px solid blue;
-moz-border-radius-topleft : 100px;
-moz-border-radius-bottomright : 100px;
-web-kid-radius : 200 px;
}
.bayangan {
margin: 10px;
padding: 10px;
width: 400px;
height: 100px;
border: 5px solid blue;
-moz-box-shadow : 5px 5px 2px rgba(1, 255, 255, 3);
-web-box-shadow : 200 px;
}
-->
</style>
</head>
<body>
<div class="round" align="center">
lingkaran
</div>
<div class="box2" align="center" >
bentuk daun
</div>
<div class="bayangan" align="center">
bayangan
</div>
</body>
</html>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment