This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Rabu, 23 Oktober 2019

Membuat Koran HTML

Belajar CSS .header { font-family: "verdana"; color: white; background-color: #57BFE3; text-align: center; padding: 40px; } body{ background: grey; font-family: roboto; color: #fff; } div { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-rule: 5px double black; -moz-column-rule: 5px double black; column-rule: 5px double black; } DUNIA KAMERA Cara Menggunakan...

Senin, 21 Oktober 2019

Membuat Kalender

Layout Kalender 16 MEI 2002 IBNU AZIZ MUZAKI XII MULTIMEDIA 1 .container{width: 400px; margin:auto;} th{padding: 10px; background-color: blue; color:white; font-family: calibri} td{text-align: center; padding: 10px 0; background-color: #fbf7f7} #red{color:red;} #row{color:black; background-color: #403e3d} h1{text-align: center; ...

Membuat kuis

var waktu = 180; setInterval(function() { waktu--; if(waktu 0) { window.location = '1.html'; }else{ document.getElementById("countdown").innerHTML = waktu; } }, 1000); 10) { alert("Anda mendapatkan nilai SEMPURNA !"); } if (score >= 7 && score body { background: #a8dcff; margin:50; font-family: 'Open Sans', sans-serif; } .tombol{ background: #46de4b; color: white; font-size: 11pt; width: 20%; border: none; border-radius: 10px; ...