Background image gradient overlay in css
How to give position absolute
content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(to bottom right,#0f2f4b,#dc4205);
How to give position absolute
content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(to bottom right,#0f2f4b,#dc4205);