Skip to content

Commit

Permalink
BUTTON PLEASE LOOK COOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Nintendoboi22 authored Oct 10, 2024
1 parent 7ec666a commit 94218b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h3 class="title">theres going to be an AD here soon...

<div class="search-bar">
<input type="text" id="search-input" placeholder="Game Name Here" />
<button id="search-button">Search</button>
<button class="button-85" role="button">Search</button>

<h2>Favorites(WIP)</h2>

Expand Down
9 changes: 4 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ a:active {
#search-input {
padding: 10px;
width: 300px;
border: 1px solid #ccc;
border: 1px solid #696969;
border-radius: 5px;
}

.search-button {
.button-85 {
padding: 0.6em 2em;
border: none;
outline: none;
Expand All @@ -58,7 +58,7 @@ a:active {
touch-action: manipulation;
}

.search-button:before {
.button-85:before {
content: "";
background: linear-gradient(
45deg,
Expand Down Expand Up @@ -98,7 +98,7 @@ a:active {
}
}

.search-button:after {
.button-85:after {
z-index: -1;
content: "";
position: absolute;
Expand All @@ -109,5 +109,4 @@ a:active {
top: 0;
border-radius: 10px;
}

/* By CSS Scan */

0 comments on commit 94218b6

Please sign in to comment.