You are on page 1of 1

<html>

<head><title>Latihan Manipulasi DIV</title>


<style type="text/css" media="screen">
h2 {
color:gray;
font-family:Arial;
text-decoration: underline;
font-size:16px;
text-align: center;
}
#box1{
width:200px;
height:200px;
/*background-color:blue;*/
margin: 0 auto;
box-shadow:#000 4px 4px 4px;
text-shadow:#000 1px 1px 3px;
text-align: center;
font-family:Arial;
font-size:19px;
font-weight:bold;
color: blue;
background: -moz-linear-gradient(-90deg, #2E9AFE, #0404B4);
-moz-transform:scale(1,1)
}
</style>
</head>
<body>
<h2>Latihan Manipulasi DIV</h2>
<div id="box1">Box.com
</div>
</body>
</html>

You might also like