Cascading Style Sheet

HTML | HOME | CSS

CSS : Cascading Style Sheet

  • Contoh Penulisan CSS :

      body {
        background-color: lightblue;
    }

  • Penulisan teks warna pada CSS :

    h1 {
        color: white;
        text-align: center;
    }

  • bentuk teks yang akan terlihat dari CSS :

    p {
        font-family: verdana;
        font-size: 20px;
    }

Copyright @ 2017 Cibeber Cimahi download Full Code HTML css

Design Code is edited by. M2010
Font Awesome Icons