Search
 
SCRIPT & CODE EXAMPLE
 

CSS

background color with opacity

h1 {background-color:rgba(255,0,0,0.3);}
Comment

background color opacity

rgba(51, 170, 51, .1)    /*  10% opaque green */ 
rgba(51, 170, 51, .4)    /*  40% opaque green */ 
rgba(51, 170, 51, .7)    /*  70% opaque green */ 
rgba(51, 170, 51,  1)    /* full opaque green */ 
Comment

PREVIOUS NEXT
Code Example
Css :: media queries css wit logical operators 
Css :: text shadow 
Css :: add line below text css 
Css :: how to set the scroll in bootstrap4 table body 
Css :: css image hover zoom and rotate 
Css :: Can I use placeholder in <input type="time"/ 
Css :: install webpack encore 
Css :: flex align top css 
Css :: css scrollbar always visible 
Css :: Scroll background still 
Css :: scroll bar on border radius element css 
Css :: how to style multiple elements at once 
Css :: table font size 
Css :: soup css selector 
Css :: how to use the transition left in css 
Css :: center a button wordpress 
Css :: scss !default 
Css :: delete after content css 
Css :: add inner border css 
Css :: inline text and image 
Css :: grid-template-areas css 
Css :: bootstrap 5 sidebar class 
Css :: mettre image in the background 
Css :: space between text css 
Css :: css attribute selector 
Css :: how to underline font in css 
Css :: add css to express app 
Css :: nodelist map 
Css :: how to make a relative div not take up space 
Css :: can i use css in react native 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =