Skip to content
Snippets Groups Projects
Commit 453cd5e8 authored by Rhiannon Austin's avatar Rhiannon Austin
Browse files

Finished css

parent 47b8f6c5
No related branches found
No related tags found
1 merge request!18Login
No preview for this file type
......@@ -67,6 +67,9 @@ nav ul {
background-color: black;
}
form{
text-align: center;
}
nav li a {
display: block;
......@@ -75,6 +78,13 @@ nav li a {
padding: 14px 16px;
text-decoration: none;
}
nav ul p {
display: block;
color: white;
float: left;
padding: 18px 20px;
text-decoration: none;
}
nav li a:hover {
......
......@@ -13,6 +13,14 @@
<title>{% block title %}{% endblock %} - Tramshed Workspaces</title>
</head>
<body class="body">
<header><img src="/static/Tramshed_Logo.jpg" alt="Logo" height="50" width="100" >Login</header>
<nav>
<ul>
<p></p>
</ul>
</nav>
<!-- <div class="parallax">
<body class="body">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment