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
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);
}
Code Example |
---|
Css :: image with background color css |
Css :: position absolute |
Css :: make image background of div |
Css :: how to create a shape in css |
Css :: background image path |
Css :: how to center horizontally and vertically block div |
Css :: not focus css |
Css :: scss extend |
Css :: css good border color |
Css :: box-shadow in css |
Css :: line cap css |
Css :: how to center a div with position absolute |
Css :: how to css in jquery |
Css :: how to make a flex container full page |
Css :: pure css tabs |
Css :: overflow-y scroll not working in chrome |
Css :: css transparent color |
Css :: css flex bottom |
Css :: css td vertical align |
Css :: css coor background |
Css :: bootstrap popover style width |
Css :: why margin is not working on label css |
Css :: css calc vw minus px |
Css :: mapping and each in sass |
Css :: css minmax |
Css :: how to make the select box font size small in css |
Css :: apply margin to all child elements |
Css :: padding css shorthand |
Css :: css set text color |
Css :: subtract height css |