CSS mengubah warna
p {
color: blue;
}
Inquisitive Impala
p {
color: blue;
}
<style>
.dabutton:focus {
background-color:yellow;
}
</style>
<button class="dabutton"></button> // <-- usage
p{
color: White;
}