Skip to content

Commit

Permalink
Optimize assets for faster loading
Browse files Browse the repository at this point in the history
  • Loading branch information
leostudiooo committed Oct 12, 2024
1 parent c44cfbc commit e1243f3
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 177 deletions.
39 changes: 39 additions & 0 deletions source/b707o/css/b707o.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
button {
background-color: #4CAF50;
border: none;
border-radius: 999px;
color: white;
padding: 12px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
cursor: pointer;
transition: ease-in-out 150ms;
}

button:hover {
background-color: #50bb54;
padding: 14px 18px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

button:active {
background-color: #3e8e41;
padding: 10px 14px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

#button-container {
display: flex !important;
flex-wrap: wrap;
justify-content: center !important;
}

.desc {
text-align: center;
font-size: small;
color: #888;
}
177 changes: 0 additions & 177 deletions source/b707o/index.html

This file was deleted.

Loading

0 comments on commit e1243f3

Please sign in to comment.