You are on page 1of 1

<html> <head> <title>berbayang</title> <style type="text/css"> .

level1 { position: relative; top: 15px; left: 30px; zindex: 10px; color: #ADADAD; font-family: Arial; font-size: 25pt; } .level2 { position: relative; top: -32px; left: 25px; zindex: 10px; color: #00000; font-family: Arial; font-size: 25pt; } .level3 { position: relative; top: -67px; left: 30px; zindex: 10px; 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> </body> </html>

You might also like