Commit d1ee4ac9 authored by Mario Franco C. Deuna's avatar Mario Franco C. Deuna

Added background image and animations to template files

parent bb95ae15
<h1 style="background-color:DodgerBlue;">
{{post.post_title}}
</h1>
<<<<<<< HEAD
<h4 style="background-color:Aquamarine;">
=======
<h4>
>>>>>>> master
{{post.author.first_name}} {{post.author.last_name}}, {{post.pub_date.day}}/{{post.pub_date.month}}/{{post.pub_date.year}}
</h4>
<h3 style="background-color:Aquamarine;">
{{post.post_body}}
</h3>
......@@ -37,10 +31,6 @@
{% endfor %}
{% load static %}
<<<<<<< HEAD
<marquee behavior="alternate" scrollamount="200"><img src="{% static 'forum/hypers.jpg' %}" alt="image">
=======
<img src="{% static 'forum/hypers.jpg' %}" alt="image">
>>>>>>> master
</ul>
{% extends 'base.html' %}
{% block content %}
<body style="background-image:url('https://emoji.gg/assets/emoji/7346-pepe-hmmm.png');">
<h1 style="background-color:DodgerBlue;"><center>Welcome to the Widget's Forum!</center></h1>
{% if object_list %}
......@@ -28,5 +29,5 @@
{% endif %}
<h1 style="background-color:Aquamarine;"><center><a href="{% url 'forum:post-add' %}"><button style="background-color:Tomato;"><h1>New Forum Post</button></a></h1>
</body>
{% endblock content %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment