mirror of
https://gitlab.com/2-chainz/2-chainz-rest-site.git
synced 2025-06-16 15:17:24 +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"
|
content="https://api.chainz.rest/static/apple-icon.png"
|
||||||
/>
|
/>
|
||||||
<style>
|
<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) {
|
@media screen and (max-width: 700px) {
|
||||||
ion-icon {
|
ion-icon {
|
||||||
display: none;
|
display: none;
|
||||||
@ -57,8 +75,18 @@
|
|||||||
</blockquote>
|
</blockquote>
|
||||||
</section>
|
</section>
|
||||||
<p>
|
<p>
|
||||||
<a onclick="getQuote()" href="#"><b>New Quote 🔃</b></a>
|
<a onclick="getQuote()" href="#"
|
||||||
<a id="tweet" href="#"><b>Tweet Quote 🐦</b></a>
|
><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>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
<header style="height: 30vh;">
|
<header style="height: 30vh;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user