Script Program
<!DOCTYPE html>
<html lang="en">
<head>
<title>Study Kasus</title>
<style type="text/css">
<!--
.round {
margin-top: 10px;
margin-left: 10px;
width: 200px;
height: 200px;
background: #ff33ff;
border: 4px solid #ffff00;
-moz-border-radius : 200px;
-moz-border-radius : 200px;
padding : 35px 35px 35px 35px;
}
.box2 {
margin-top: 10px;
margin-left: 10px;
background-color :#f5f805;
padding: 5px;
width: 400px;
height: 120px;
border: 3px solid #3aea0b;
-moz-border-radius-topleft : 39px;
-moz-border-radius-bottomright : 39px;
-web-kid-radius : 200 px;
}
.shadow{
margin: 10px;
padding: 10px;
width: 400px;
height: 90px;
border: 3px solid #ba05e1;
-moz-box-shadow : 5px 5px 2px rgba(200, 200, 50, 10);
-web-box-shadow : 1x 1px 2px rgba(200, 200, 50, 10);
}
-->
</style>
</head>
<body>
<div class="round" align="center">
<div>
<font color = "#ffffff">
I spent so many nights thinking about you,
my heart spent to many hours missing you,
I wasted my time being with you, and now it's time to move on.
</font>
</div>
</div>
<div class="box2" align="center">
<div>
I spent so many nights thinking about you,
my heart spent to many hours missing you,
I wasted my time being with you, and now it's time to move on.
</div>
</div>
<div class="shadow" align="center">
I spent so many nights thinking about you,
my heart spent to many hours missing you,
I wasted my time being with you, and now it's time to move on.
</div>
</body>
</html>
printscreen

Tidak ada komentar:
Posting Komentar