Add guestbook to index aside, add template for widgets, add more 88x31.
This commit is contained in:
parent
338bdadd76
commit
c929984d81
24 changed files with 113 additions and 15 deletions
|
|
@ -40,6 +40,7 @@ a:hover {
|
|||
|
||||
li {
|
||||
list-style-type: none;
|
||||
margin-bottom: .4em;
|
||||
}
|
||||
|
||||
dt::before {
|
||||
|
|
@ -919,10 +920,11 @@ header div:first-child {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.centeredItemsBox {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.hotlinks88x31 {
|
||||
display: grid;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
.internetometerAside img {
|
||||
|
|
@ -1159,6 +1161,20 @@ header div:first-child {
|
|||
transition: .4s;
|
||||
}
|
||||
|
||||
#chattable {
|
||||
background-color: black;
|
||||
border: medium solid rgb(255, 255, 255, 0.2);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iframe {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.iframe p {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
|
||||
@keyframes ellipsis-loader {
|
||||
|
|
|
|||
Loading…
Reference in a new issue