Commit fead5323 authored by Sharmaine Chua's avatar Sharmaine Chua

created dashboardv2 branch, populated the models, initialized the templates

parent e2296d6f
h1 {
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
color: #112f4d;
}
h2 {
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
h3 {
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
p {
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
title {
min-width: 100px;
margin-top: 25px;
margin-left: 135px;
margin-bottom: 20px;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
{% load static %}
<head>
<link rel="stylesheet" href=" {% static '/css/style.css' %}">
</head>
<body style ="background-color: #8ecced;" >
<div class="home-container">
<div id="content">
{% block content %}{% endblock %}
</div>
</div>
</body>
</html>
\ 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