Latar belakang warna semi transparan
.transparent {
background-color: rgba(255, 255, 255, 0.5);
}
.transparent {
opacity: 0.5;
}
Courageous Crab
.transparent {
background-color: rgba(255, 255, 255, 0.5);
}
.transparent {
opacity: 0.5;
}
h1 {background-color:rgba(255,0,0,0.3);}