Commit 8aa8cc25 authored by Bryan Carlo Guanlao's avatar Bryan Carlo Guanlao

added background color for announcement form

parent 80da0443
......@@ -4,7 +4,8 @@
<h1>New Announcement</h1>
</div>
<div class="form">
<div class="body2">
<div class="form">
<form method="POST">
{% csrf_token %}
<table border="1">
......@@ -15,8 +16,8 @@
</table>
</form>
<a class="go-back" href="{% url 'announcements:announcement-list' %}"><button>Go back</button></a>
</div>
</div>
{% load static %}
<link rel="stylesheet" href="{% static 'announcements/css/announcement-form.css' %}">
{% endblock content %}
\ No newline at end of file
body {
background-color: bisque;
}
table {
margin-left: auto;
margin-right: auto;
margin-top: 30px;
background-color: rgb(230, 230, 230);
}
.header {
......
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