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

added background color for announcement form

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