Add Random button

This commit is contained in:
Jordan Eldredge 2018-12-01 20:01:19 -08:00
parent e083150e33
commit 7825367fa4
5 changed files with 53 additions and 2 deletions

View file

@ -24,6 +24,27 @@ a {
text-decoration: none;
}
button {
border: none;
padding: 0;
margin: 0;
background-color: rgba(247, 181, 76, 1);
margin-right: 25px;
border: none;
font-size: 100%;
box-sizing: border-box;
border-width: 0.125rem;
line-height: 1.15;
height: 100%;
padding-left: 1rem;
padding-right: 1rem;
border-radius: 9999px;
outline: none;
color: #4e4102;
font-weight: 550;
cursor: pointer;
}
#search {
width: 100%;
position: fixed;
@ -49,6 +70,7 @@ a {
#search input {
margin-right: 25px;
max-width: 400px;
min-width: 100px;
border: none;
font-size: 100%;
box-sizing: border-box;