Answers for "django html background image"

3

background image css django

#third{
     background: url("/static/img/sample.jpeg") 50% 0 no-repeat fixed;
     color: white;
     height: 650px;
     padding: 100px 0 0 0;   
     }
Posted by: Guest on July-10-2020
0

django template tags background-image

<div style="background-image: url({% static 'images/slide10.jpg' %})">
Posted by: Guest on June-16-2021

Code answers related to "django html background image"

Browse Popular Code Answers by Language