CSS Opacity RGBa

  • Post category:CSS

Get the code of CSS Opacity RGBa and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.

<h1>Hello Guys!</h1>
h1 {
  background: rgba(255,0,255,1);
  padding: 20px;
}