buttons
This commit is contained in:
@@ -187,12 +187,14 @@ body {
|
||||
|
||||
.searchcontainer {
|
||||
background-color: blue;
|
||||
/* height: 400px; */
|
||||
padding: 8px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.popchart {
|
||||
background-color: rgba(255, 0, 255, 0.344);
|
||||
/* height: 400px; */
|
||||
}
|
||||
|
||||
.colheader {
|
||||
@@ -204,12 +206,18 @@ body {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
|
||||
.searchbar {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.searchbar, .button {
|
||||
font-weight: bold;
|
||||
font-size: 32px;
|
||||
font-size: 24px;
|
||||
border-radius: 50px;
|
||||
padding: 10px;
|
||||
margin: 16px;
|
||||
margin: 4px 8px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
||||
Reference in New Issue
Block a user