guestbook ip js keyboard

This commit is contained in:
zyqunix 2025-06-12 11:22:40 +02:00
parent 6728ebcfbf
commit eb2229631a
8 changed files with 50 additions and 175 deletions

View file

@ -12,7 +12,7 @@
<h1>Guestbook from <a href="https://users2.smartgb.com/g/g.php?a=s&i=g26-39906-27">SmartGB</a> <h6>(fentseller.lol is not affiliated with SmartGB)</h6> </h1>
<div id="guestbook-container"></div>
<div id="guestbook-container" class="cards"></div>
<div id="error"></div>
<script src="fetch.js"></script>

View file

@ -4,11 +4,20 @@ h6 {
margin-top: -10px;
}
.cards {
margin-bottom: 50px;
}
hr {
background-color: var(--surface2);
color: var(--surface2);
}
.guestbook-entry {
margin-bottom: 20px;
padding: 10px;
border: 2px solid #3f3f3f;
background-color: #2f2f2f;
border: 2px solid var(--surface1);
background-color: var(--surface0);
max-width: 50vw;
text-align: left;
border-radius: 8px;