Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to use rgba in css

<style>
	body {
      background-color:rgba(255,255,255,1)
}
</style>
/*The first number is the red value (from 0 to 255), the second is the green value(from 0 to 255), the
third is the blue value(from 0 to 255), and the last is the opacity (from 0 to 1)
 
PREVIOUS NEXT
Tagged: #rgba #css
ADD COMMENT
Topic
Name
3+9 =