This is my code in css
background-image: url(${imgTitle});
background-size: 100% 30px;
padding-left: 10px;
margin: 10px;
How to make it work?
@media print{...}
or
Code.css
This is my code in css
background-image: url(${imgTitle});
background-size: 100% 30px;
padding-left: 10px;
margin: 10px;
How to make it work?
@media print{...}
or
Code.css