RGBA Color Format
By Forrest Smith - Drempd.com
Just a sample RGBA color format. This will make a black line (rgb 0, 0, 0), but with .3 opacity:
.sample-class{
border-right: 1px solid rgba(0,0,0,0.3);
}
Just a sample RGBA color format. This will make a black line (rgb 0, 0, 0), but with .3 opacity:
.sample-class{
border-right: 1px solid rgba(0,0,0,0.3);
}