Selasa, 09 Oktober 2012

Efek Teks Dengan CSS


Ketiklah Kode Seperti Berikut ini :


<html>
<head>
<style type="text/css">
h2 {
  background:#3e6a06;
  color:#3e6a06;
  text-shadow:
    -1px -1px 1px #528e06,
    -1px -1px 3px #528e06,
    1px 1px 1px #243d05,
    1px 1px 3px #243d05,
    1px -1px 1px #eafed2,
    -1px 1px 1px #eafed2;
}
</style>
</head>
<body>
<h2>Teks Cembung</h2>
</body>
</html>



Dan jadinya Seperti ini:





Tutorial CSS




Tidak ada komentar:

Posting Komentar