You are on page 1of 1

CSS

COLOR DI CSS
BISA MEN SET LATAR BELAKANG DR HTML
SEPERTI: <H1 STLE=" BACKGROUND-COLOR: BLUE;"
membat class box:
box{
background-color: grey;
width: 500px;
height: 70px;
}

membuat contant class:


contant{
backround-clor:"light blue";
width: 500px;
height: 300px;
}

membuat footer class:


footer{
backround-clor:"light blue";
width: 500px;
height: 50px;
}

cara memangil msing" kelas diatas ni bisa pakai


div
ul: ordering list
displing

<html>
<head>
<tittle></tittle>
<link rel="stysheet" href="namafile.css">
<head>
<body>
<div class="box">
</div>
<div class="content">
</div>
<div class="footer">
</div>
</bod>
<html>

You might also like