Skip to content
Snippets Groups Projects
Commit 710bd7e4 authored by Rhys Nute's avatar Rhys Nute
Browse files

updated css

parent 3d4a11fd
No related branches found
No related tags found
1 merge request!39Draft: Towns
body{
background-color: rgb(41, 41, 41)
}
h1{
color: wheat;
}
h3{
color: wheat;
}
ul{
list-style: none;
}
ul li{
color: wheat;
list-style: none;
}
\ No newline at end of file
......@@ -3,8 +3,9 @@
<head>
<meta charset="UTF-8">
<title>Towns</title>
<link rel="stylesheet" href="static/css/templatingstyle.css">
<link rel="stylesheet" th:href="@{css/templatingstyle.css}">
</head>
<header th:insert="~{/towns/Templating.html::header}"></header>
<body>
<div id="container1">
<h2>Enter your Local authority</h2>
......@@ -36,6 +37,6 @@
<input type="submit" value="Submit Data">
</form>
</div>
</body>
<footer th:insert="~{/towns/Templating.html::footer}"></footer>
</html>
\ No newline at end of file
......@@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<title>Towns</title>
<link rel="stylesheet" th:href="@{css\templatingstyle.css}">
<link rel="stylesheet" th:href="@{css/addTownsPageStyle.css}">
<link rel="stylesheet" th:href="@{css/templatingstyle.css}">
</head>
<header th:insert="~{/towns/Templating.html::header}"></header>
<body>
......@@ -15,7 +16,7 @@
<li th:text="${towns}"></li>
</ul>
</div>
<button id="submit">Towns log in here</button><a href="towns-data.html"></a>
<button id="submit"><a href="towns-data.html">Towns log in here</button></a>
</body>
<footer th:insert="~{/towns/Templating.html::footer}"></footer>
</html>
\ No newline at end of file
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