<html>

<head>

<title>Teks Bayangan 2</title>

<style type="text/css">

 h3.a {text-shadow: 0.1em 0.1em 0.05em #333}

 h3.b {text-shadow: 0.1em 0.1em 0.2em black}

</style>

</head>

<body>

 <h3 class="a">CSS - 101 Tips & Trik</h3>

 <h3 class="b">CSS - 101 Tips & Trik</h3>

</body>

</html>