fix: css, tor logo add: tprog manifesto and logo

This commit is contained in:
2024-08-07 17:46:02 +02:00
parent 3ece163bb2
commit 45dbb44d31
8 changed files with 587 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
/* centers the website */
html {
background: rgb(18,24,217);
background-color: rgba(18,24,217);
background: url(../images/bg.gif) repeat 0 0;
max-width: 1200px;
margin: auto;
}
#spike {
float: left;
border-style:solid;
@@ -8,15 +17,6 @@
object-fit: cover;
}
/* centers the website */
html {
background: rgb(18,24,217);
background-color: rgba(18,24,217);
background: url(../images/bg.gif) repeat 0 0;
max-width: 1200px;
margin: auto;
}
#guestbook_table {
width: 100%;
height: auto;
@@ -66,6 +66,7 @@ a:active {
display: flex;
font-weight: bold;
margin-top: 6.4%;
margin-left: 10%;
}
/* Add spacing between child elements using margins */