Horje
linear gradient and url css Code Example
background-image linear-gradient url
  body {
    background-image: url("http://www.skrenta.com/images/stackoverflow.jpg"), linear-gradient(red, yellow);
    background-image: url("http://www.skrenta.com/images/stackoverflow.jpg"), -webkit-gradient(linear, left top, left bottom, from(red), to(yellow));
    background-image: url("http://www.skrenta.com/images/stackoverflow.jpg"), -moz-linear-gradient(top, red, yellow);
  }
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




Css

Related
background image react Code Example background image react Code Example
css remove scrollbar from body Code Example css remove scrollbar from body Code Example
can you control another div on hover css Code Example can you control another div on hover css Code Example
css grid auto row Code Example css grid auto row Code Example
what is a max and min width media query Code Example what is a max and min width media query Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8