Commit 4317a5cc authored by Sharmaine Chua's avatar Sharmaine Chua

changed the background of the app and added some css

parent 3d6f35bc
......@@ -15,6 +15,12 @@ p {
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
body {
background-image: url(cavy.jpg);
background-position: right;
background-size: 20%;
background-repeat: repeat-y;
}
title {
min-width: 100px;
margin-top: 25px;
......
......@@ -4,7 +4,7 @@
<head>
<link rel="stylesheet" href=" {% static '/css/style.css' %}">
</head>
<body style ="background-color: #8ecced;" >
<body style ="background-color: #afcaff;" >
<div class="home-container">
<div id="content">
{% block content %}{% endblock %}
......
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