Skip to content

Commit

Permalink
Finished styling button base
Browse files Browse the repository at this point in the history
	modified:   index.css
	modified:   index.html
  • Loading branch information
popdxo committed May 9, 2024
1 parent 36a84e0 commit fb09a00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 4 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ h1 {
.linkbutton {
font-family: "Comfortaa", sans-serif;
color:aqua;
text-decoration: none;
text-align: center;
font-size: 2.5vw;
margin: .4vw;
padding:.78vw;
display:block;
flex-grow: 1;
flex:1;
}
.linkicon{
vertical-align: middle;
Expand All @@ -50,7 +51,7 @@ h1 {
}
.flex{
display:flex;
align-items: center;
align-items: stretch;
justify-content: center;
}
/* styling this made me actually want to end it */
/* styling this made me actually want to end it*/
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ <h1>popd</h1>
<a href="https://github.com/popdxo/popd.site" class="frostedglass linkbutton">GitHub
<img src="images/github-mark-white.svg" class="linkicon">
<a>
<a href="https://github.com/popdxo/popd.site" class="frostedglass linkbutton">Discord
<a href="https://discordapp.com/users/445022016060260358/" class="frostedglass linkbutton">Discord
<img src="images/discord-mark-white.svg" class="linkicon">
<a>
<a href="https://github.com/popdxo/popd.site" class="frostedglass linkbutton">Discord
<img src="images/github-mark-white.svg" class="linkicon">
<a>
<a href="" class="frostedglass linkbutton" style="color: gray;">Carrd (TBA)<a>
</div>
</div>
</div>
Expand Down

0 comments on commit fb09a00

Please sign in to comment.