fix: css, tor logo add: tprog manifesto and logo
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user