mirror of
https://gitlab.com/2-chainz/2-chainz-rest-site.git
synced 2025-06-15 22:56:45 +00:00
all gold everythang
This commit is contained in:
parent
c8a95dbd8c
commit
853b49eb1d
32
index.html
32
index.html
@ -31,6 +31,24 @@
|
||||
content="https://api.chainz.rest/static/apple-icon.png"
|
||||
/>
|
||||
<style>
|
||||
body {
|
||||
background-color: #d9c06e;
|
||||
color: #03252a;
|
||||
}
|
||||
hr {
|
||||
background-color: #03252a;
|
||||
}
|
||||
|
||||
section aside {
|
||||
border: 1px solid black;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
:root {
|
||||
--color: darkviolet;
|
||||
--color-bg-secondary: black;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
ion-icon {
|
||||
display: none;
|
||||
@ -57,8 +75,18 @@
|
||||
</blockquote>
|
||||
</section>
|
||||
<p>
|
||||
<a onclick="getQuote()" href="#"><b>New Quote 🔃</b></a>
|
||||
<a id="tweet" href="#"><b>Tweet Quote 🐦</b></a>
|
||||
<a onclick="getQuote()" href="#"
|
||||
><b>
|
||||
<ion-icon size="large" name="refresh-circle"></ion-icon><br />
|
||||
New Quote</b
|
||||
></a
|
||||
>
|
||||
<a id="tweet" href="#"
|
||||
><b
|
||||
><ion-icon size="large" name="logo-twitter"></ion-icon> <br />
|
||||
Tweet Quote
|
||||
</b></a
|
||||
>
|
||||
</p>
|
||||
</header>
|
||||
<header style="height: 30vh;">
|
||||
|
Loading…
x
Reference in New Issue
Block a user