Snippets tagged “rgba”
3 snippets use this tag.
- How to Create an Image with Transparent Text with CSSCSS
How to Create an Image with Transparent Text Using CSS. Learn about the methods that can be used to overlay text on images. Try examples.
- How to Make a Semi-Transparent Background with CSSCSS
One design feature that can cause difficulty is a semi-transparent background. We’ll show how to make a transparent background with an opaque text on it.
- How to Set Border Opacity with CSSCSS
You can set the border opacity using a RGBA color as a value for the CSS border property. In this snippet, we’re going to demonstrate how it can be done.