
Membuat Tulisan Koran
body {
font-family: roboto;
}
h1{
text-align: center;
}
h2{
text-align: center;
}
.kotak{
width: 500px;
height: auto;
margin: 10px auto;
}
.kotak2{
font-family: "verdana";
color: white;
background-color: #26c98e;
text-align: center;
...