sk_76

css background plugged into jinja with HTML

Aug 19th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.21 KB | None | 0 0
  1.  {% block head %}
  2. {{ super() }}
  3. <style type="text/css">
  4. body
  5. {
  6.                 background-image: url("/static/image/donate.jpg");
  7.                 background-size: cover;
  8.             }
  9. </style>
  10.  
  11. {% endblock %}
Add Comment
Please, Sign In to add comment