Commit df458c7c authored by Paul Angelo Sy's avatar Paul Angelo Sy

Added CSS styles to assignments

parent 67c4d621
h1 {
color: blue;
font-weight: bold;
}
body {background-color: coral;}
{% extends 'base.html' %}
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static 'assignments/style.css' %}"
{% block content %}
<h1> {{course}} {{course.course_title}}</h1>
<li> Name: {{assignment.name}} </li>
......
{% extends 'base.html' %}
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static 'assignments/style.css' %}"
{% block content %}
<h1> Assignments Per Course </h1>
{% if course_list %}
......
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