added gif
This commit is contained in:
parent
06e215ee53
commit
1d608202e2
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
|
@ -1,4 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}Page not found{% endblock %}
|
||||
|
||||
|
@ -24,7 +25,8 @@
|
|||
|
||||
.four_zero_four_bg{
|
||||
|
||||
background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
|
||||
/* background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); */
|
||||
background-image: url("{% static 'images/404-1.gif' %}");
|
||||
height: 400px;
|
||||
background-position: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue