Commit 166187c4 authored by kylemendozaa's avatar kylemendozaa

made new assignments button

parent 3603601f
...@@ -24,5 +24,5 @@ ...@@ -24,5 +24,5 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
<a class="assignment-button" href="/assignment/add">New Assignment</a>
{% endblock %} {% endblock %}
\ No newline at end of file
...@@ -18,4 +18,11 @@ img { ...@@ -18,4 +18,11 @@ img {
display: block; display: block;
margin: 0 auto; margin: 0 auto;
max-width: 500px; max-width: 500px;
}
.assignment-button {
background-color: #3b3a81;
color: white;
padding: 8px 24px;
text-decoration: none;
} }
\ 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