Update CSS.

This commit is contained in:
Darren 'Tadgy' Austin 2025-10-06 18:00:15 +01:00
commit 9a745b7632
2 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,5 @@
/* HTML elements */
a:link {
color: #4255ff;
text-decoration: none;
@ -16,6 +18,10 @@ body {
background-color: #000000;
background-image: url("/html/circuit-dark.png");
color: #aeaeae;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-top: 15px;
}
@ -60,6 +66,8 @@ td {
}
/* Classes */
.bold {
font-weight: bold;
}
@ -85,6 +93,10 @@ td {
margin-right: 100px;
}
.centre {
text-align: center;
}
.heading {
font-size: 200%;
}
@ -142,6 +154,8 @@ td {
}
/* IDs */
#breadcrumbs {
align-self: end;
display: flex;
@ -184,6 +198,7 @@ td {
justify-content: center;
margin-bottom: 10px;
margin-top: 20px;
text-align: center;
}
#footer {