Lives Matter Astrokitty911 Official Website(Raka): How to make CSS - part 2

Rabu, 09 November 2016

How to make CSS - part 2

We are back to another tutorial, so let's do it

so first, to edit your HTML through css link it first. second, type the part that you want to edit for example : 

body {
    background-color: lightblue;
}

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

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

Further informations will be informed later in the next tutorial. Bye!

Tidak ada komentar:

Posting Komentar