Commit 00746cff authored by Jayson Lim's avatar Jayson Lim

Finalized the css styling to the pages

parent 511c3046
......@@ -5,7 +5,10 @@
<style>
h3 {
border-bottom: 2px solid black;
border-bottom: 2px solid white;
}
h3, h1, ul, a, p {
color: white;
}
</style>
<h3>{{ object }}</h3>
......
......@@ -4,7 +4,10 @@
{% block content %}
<style>
h3 {
border-bottom: 2px solid black;
border-bottom: 2px solid white;
}
h3, h1, ul, a {
color: white;
}
</style>
<h3>My Favourite Authors</h3>
......
......@@ -4,7 +4,10 @@
{% block content %}
<style>
h3 {
border-bottom: 2px solid black;
border-bottom: 2px solid white;
}
h3, h1, ul, a, p {
color: white;
}
</style>
<h3>{{ object.title }}</h3>
......
......@@ -4,8 +4,12 @@
{% block content %}
<style>
h3 {
border-bottom: 2px solid black;
border-bottom: 2px solid white;
}
h3, h1, ul, a {
color: white;
}
</style>
</style>
<h3>My Favourite Books & Authors</h3>
<h1>Jayson's Favorite Books:</h1>
......
......@@ -5,7 +5,10 @@
<style>
h3 {
border-bottom: 2px solid black;
border-bottom: 2px solid white;
}
h3, h1, h2, p, a {
color: white;
}
</style>
<h3>My Favourite Books & Authors</h3>
......
......@@ -4,7 +4,7 @@
<title>{% block title %}My amazing site{% endblock %}</title>
{% block styles %}{% endblock %}
</head>
<body>
<body style="background-color: 2c2d35;">
<div id="content">
{% block content %}{% endblock %}
</div>
......
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