Answers for "background image css django"

CSS
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

Browse Popular Code Answers by Language