Minggu, 22 April 2012

Tugas 2 Praktikum Pemrograman Web

Source Code:

<html>
<head>
<style type="text/css">
.level1 {position: relative; top: 15; left: 25; z-index: 10; color: #00000;
    font-family: Arial; font-size: 25pt}
.level2 {position: relative; top: -22; left: 28; z-index: 6; color: #ADADAD;
    font-family: Arial; font-size: 25pt}
.level3 {position: relative; top: -59; left: 29; z-index: 3; color: #ADADAD;
    font-family: Arial; font-size: 25pt}
</style>
</head>
<body>
<div class="level1">Apakah Berbayang, huh?</div>
<div class="level2">Apakah Berbayang, huh?</div>
<div class="level3">Apakah Berbayang, huh?</div>
</body>
</html>



Output/SS:


Tidak ada komentar:

Posting Komentar