Skip to content

Commit

Permalink
button woke up and chose not to work
Browse files Browse the repository at this point in the history
  • Loading branch information
cobblesteve01 authored Jun 10, 2024
1 parent 1bf9162 commit 84d0521
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 41 deletions.
38 changes: 1 addition & 37 deletions home.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,40 +226,4 @@ ul {
}
.status.unknown span {
color: orange;
}

.skin-button {
text-align: center;
border-radius: 25px;
height: 375px;
width: 300px;
font-size: 30px;
font-family: inter-semibold;
color: white;
background-color: rgb(29, 29, 29);
border-color: white;
border-width: 0.5px;
box-shadow: none;
outline: none;
border-style: solid;
cursor: pointer;
transition: 0.3s;
margin: 5px;
}

.skin {
height: 150px;
margin-top: 15px;
margin: 10px;
}

.download {
text-decoration: none;
color: white;
border-radius: 12.5px;
background-color: dodgerblue;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 15px;
padding-left: 15px;
}
}
8 changes: 4 additions & 4 deletions skins.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ <h1 align="center" style="font-size: 54px; margin-bottom: -10px;">Skins</h1>
<br><br>

<div class="container">
<button class="skin-button">cobblesteve01
<img class='skin' src="skins/images/cobblesteve-front.webp" alt="cobblesteve-front">
<img class="skin" src="skins/images/cobblesteve-back.webp" alt="cobblesteve-back"><br><br>
<a href="skins/cobblesteve01.png" download="" class="download"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 160%;'>file_download</span>&nbsp;&nbsp;Download</a>
<button class="skin-button" style="text-align: center; border-radius: 25px; height: 375px; width: 300px; font-size: 30px; font-family: inter-semibold; color: white; background-color: rgb(29, 29, 29); border-color: white; border-width: 0.5px; box-shadow: none; outline: none; border-style: solid; cursor: pointer; transition: 0.3s; margin: 5px;">cobblesteve01
<img class='skin' src="skins/images/cobblesteve-front.webp" alt="cobblesteve-front" style="height: 150px; margin-top: 15px; margin: 10px;">
<img class="skin" src="skins/images/cobblesteve-back.webp" alt="cobblesteve-back" style="height: 150px; margin-top: 15px; margin: 10px;"><br><br>
<a href="skins/cobblesteve01.png" download="" class="download" style="text-decoration: none; color: white; border-radius: 12.5px; background-color: dodgerblue; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 160%;'>file_download</span>&nbsp;&nbsp;Download</a>
</button>
</div>

Expand Down

0 comments on commit 84d0521

Please sign in to comment.