This is default featured slide 1 title

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

Cool Blue Outer Glow Pointer

Selasa, 23 Agustus 2016

Latihan CSS

Pertama kita buat dulu file css nya dengan mengetikan coding dibawah ini body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {    margin: 0; padding: 0; border: 0;}body {    background: #fff;    font-family: Helvetica, sans-serif; font-size: 18px; line-height: 24px;}nav {    margin: 100px auto;     text-align: center;}nav ul ul {    display: none;}    nav ul li:hover > ul {   ...