Ads Header

Selamat

Pages

Minggu, 20 Februari 2011

KOTAK SHADOW


 Sekali lagi,demi kemaslahatan umat manusia.Amiiieeen















CODE HTML:



<!DOCTYPE html>
<html lang="en">
<title>Demo objek</title>
<style type="text/css">
<!--
.lingkaran{
background-color:Green;
-moz-border-radius: 280px;
-webkit-border-radius: 3px;
border : 3px Dodgerblue;
padding : 40px;
width : 100px;
height : 120px;
}
-->
<!--
.kotak{
background-color:Green;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-radius: 10px;
border : 5px Dodgerblue;
padding : 10px;
width : 200px;
height : 100px;
}
-->
<!--
.shadow{
background-color:Green;
-moz-border-radius-topleft: 0px;
-moz-box-shadow: 10px 10px 5px;
-webkit-border-radius: 10px;
border : 3px Dodgerblue;
padding : 10px;
width : 200px;
height : 100px;
}
-->
</style>
</head>

<body>
<div class="lingkaran" align="center">
Lebih lonjong
lebih
NIKMAT
</div>
<br />

<div class="kotak">
Ndek mbiyen wes tak tukokne
wujud tali sak KOTAK'e
</div>

<br />

<div class="shadow" align="center">
Sdahow koyok lgune niji ae
</div>

</body>

</html>

0 komentar:

Posting Komentar