Skip to content

Instantly share code, notes, and snippets.

@mkhuda
Created May 7, 2013 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkhuda/5528245ee7de588e0dd9 to your computer and use it in GitHub Desktop.
Save mkhuda/5528245ee7de588e0dd9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Icon Smartphone dengan CSS3</title>
<link rel="stylesheet" type="text/css" href="smartphone.css" media="screen">
</head>
<body>
<div class="kotak"> <!-- membuat selector class kotak -->
<div class="speaker"></div> <!-- menyisipkan 3 selector lagi yaitu speaker -->
<div class="layar"></div> <!-- selector untuk layar -->
<div class="tombol"></div> <!-- dan selector untuk tombol -->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment