added button to my git.gay and some other shit lmao
This commit is contained in:
parent
c7d5596913
commit
63eab4b973
|
|
@ -164,6 +164,24 @@ body::before {
|
|||
}
|
||||
}
|
||||
|
||||
.gitgay-link {
|
||||
background-color: var(--mauve);
|
||||
border: none;
|
||||
color: black;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 4px 2px;
|
||||
cursor: pointer;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.hub-header, .pfp, .hey, .pronouns, .intro-text, .gitgay-link {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
/* Coffee/index.html */
|
||||
|
||||
.teapot {
|
||||
|
|
|
|||
|
|
@ -55,6 +55,9 @@
|
|||
A 17 Year Old developer from <b>England, United Kingdom</b> who rarely actually does development work,
|
||||
and just tries to help out whenever she can.
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://git.gay/Ari" target="_blank"><button class="gitgay-link">Check out my Git.Gay</button></a>
|
||||
</div>
|
||||
</header>
|
||||
</main>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue