generated from nathanwoodburn/python-webserver-template
feat: Update some styling
All checks were successful
Build Docker / BuildImage (push) Successful in 28s
All checks were successful
Build Docker / BuildImage (push) Successful in 28s
This commit is contained in:
@@ -17,4 +17,27 @@ a {
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
input {
|
||||
padding: 10px;
|
||||
|
||||
border-radius: 5px;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
button {
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
button:hover {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
@@ -10,6 +10,12 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<div class="logo">
|
||||
<img src="/assets/img/favicon.png" alt="Woodburn" width="50" height="50">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<div class="centre">
|
||||
<h2 style="color: red;">{{error}}</h2>
|
||||
@@ -23,6 +29,9 @@
|
||||
<button type="submit">Renew</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<a href="https://nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user