mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
guestbook ip js keyboard
This commit is contained in:
parent
6728ebcfbf
commit
eb2229631a
8 changed files with 50 additions and 175 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue