Skip to content
Snippets Groups Projects
Commit 769cca5e authored by Rhys Evans's avatar Rhys Evans
Browse files

Moved style to stylesheet

parent e16260a4
1 merge request!42Resolve "As a site administrator I want to be able to review submitted trail checkpoints by business owners, so that they might be added to the existing trails
body{
background: rgb(41, 41, 41);
color: wheat;
}
main {
background-color: rgb(206, 153, 253);
color: black;
border-color: white;
align-content: center;
text-align: center;
border-radius: 25px;
max-width: 620px;
margin: 0 auto
}
#formHeader{
padding-top: 10px;
color:white;
text-align: center;}
table, th,tr{
margin: 0 auto;
border: white 2px solid;
align-content: center;
text-align: center;
}
......@@ -5,37 +5,10 @@
<title>Title</title>
<link rel="stylesheet" th:href="@{css/templatingstyle.css}">
<link rel="stylesheet" th:href="@{css/locationApprovalFormStyle.css}">
<script src="/scripts/locationApprovalForm.js"></script>
<style>
body{
background: rgb(41, 41, 41);
color: wheat;
}
main {
background-color: rgb(206, 153, 253);
color: black;
border-color: white;
align-content: center;
text-align: center;
border-radius: 25px;
max-width: 620px;
margin: 0 auto
}
#formHeader{
padding-top: 10px;
color:white;
text-align: center;}
table, th,tr{
margin: 0 auto;
border: white 2px solid;
align-content: center;
text-align: center;
}
</style>
</head>
<body>
<header th:insert="~{/fragments/Templating.html :: header}"></header>
......
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