Skip to content

Instantly share code, notes, and snippets.

View andimariadi's full-sized avatar

Andi Mariadi andimariadi

  • Anak Magang Developers
View GitHub Profile
@andimariadi
andimariadi / class-contoh.css
Created May 29, 2017 06:45
Contoh menggunakan class
.nama_class {
color: #333 /* untuk warna teks*/
background-color: #333 /* untuk warna background*/
}
@andimariadi
andimariadi / index.html
Last active May 29, 2017 06:31
Belajar HTM & PHP – Membuat Website
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title>Ayo Membuat website pemulabelajar.com</title>
</head>
<body>