Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

linear gradient and url css

body {
  background: url('http://www.skrenta.com/images/stackoverflow.jpg') no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 1)));
}
 Run code snippet
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #linear #gradient #url #css
ADD COMMENT
Topic
Name
3+8 =