Added css styling

parent 87051825
Pipeline #3103 canceled with stages
...@@ -2,6 +2,29 @@ ...@@ -2,6 +2,29 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>{% block title %}{% endblock %}</title> <title>{% block title %}{% endblock %}</title>
<style>
h1{
border: 2px solid black;
padding: 10px;
background-color: #add8e6;
font-family: Century Gothic;
}
a:link {
padding: 20px;
background-color: #c1e3ed;
font-family: Century Gothic;
text-decoration: none;
margin-top: 30px;
border-radius: 25px;
display: block;
}
a:hover {
background-color: #aac9dd;
}
a:active{
color: #3c6b64;
}
</style>
</head> </head>
<body> <body>
......
...@@ -11,5 +11,6 @@ My Favourite Books ...@@ -11,5 +11,6 @@ My Favourite Books
{% block body %} {% block body %}
{% endblock %} {% endblock %}
</ul> </ul>
<a href="/home/">Home</a>
<a href="/authors/">Authors</a>
{% endblock %} {% 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