Changed the image in the announcements app and added a border for the announcement body

parent 9a3f0881
h1 {
font-family: verdana;
}
body {
font-family: verdana;
background-color: hotpink;
}
\ No newline at end of file
{% extends "announcements/base.html" %}
{% load static %}
{% block styles %}
<link rel="stylesheet" href="{% static 'css/style.css' %}">
{% endblock %}
{% block content %}
<h1>
......@@ -10,12 +15,12 @@
{{announcement_details.author.last_name}}
dated {{announcement_details.pub_date|date:"d/m/Y"}}
</h2>
<p>
<p style="border:white; border-width:5px; border-style:dotted; border-radius: 10px">
{{announcement_details.announcement_body}}
</p>
<li>Like: {{like}}</li>
<li>Love: {{love}}</li>
<li>Angry: {{angry}}</li>
<img src=http://images.gmanews.tv/webpics/2021/11/rastaman_2021_11_07_16_56_21.png>
<img src=https://cdn.w600.comps.canstockphoto.com/announcement-red-vintage-isolated-seal-drawings_csp24798234.jpg>
{% endblock %}
\ No newline at end of file
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