Search
 
SCRIPT & CODE EXAMPLE
 

CSS

background color semi transparent

.transparent {
    background-color: rgba(255, 255, 255, 0.5);
}
.transparent {
    opacity: 0.5;
}
Comment

PREVIOUS NEXT
Code Example
Css :: set scrollbar width css 
Css :: hiden file upload button css 
Css :: how to put element in center in html 
Css :: center text 
Css :: use text-align to justify the paragraph style 
Css :: jquery css 
Css :: css change text 
Css :: bootstrap media queries 
Css :: background image stretch to fill 
Css :: css detect if input has value 
Css :: how to apply outline to text in html css 
Css :: button on top right corner css 
Css :: background overlay css 
Css :: how to change the page background in css 
Css :: flex center 
Css :: css stop scrollbar 
Css :: how to hide scrollbar css 
Css :: how to write text on video in html 
Css :: hex code for khaki 
Css :: jquery .css multiple 
Css :: css opacity background color 
Css :: hiding button border when clicked 
Css :: flex max slang meaning 
Css :: css hover transition 
Css :: clamp margin 
Css :: a tag taking up all the width of the page 
Css :: putting label on top of input css 
Css :: how to increase height of input box in css 
Css :: button onclick open video in new window 
Css :: change scrollbar color 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =