CSS Grid Headings
This commit is contained in:
@@ -150,7 +150,7 @@ body {
|
||||
grid-row: 1/ -1;
|
||||
}
|
||||
|
||||
.searchbar {
|
||||
.searchcontainer {
|
||||
background-color: blue;
|
||||
height: 400px;
|
||||
}
|
||||
@@ -163,4 +163,24 @@ body {
|
||||
.colheader {
|
||||
font-size: 38px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.searchbar {
|
||||
width: 500px;
|
||||
}
|
||||
.searchbar, .button {
|
||||
font-weight: bold;
|
||||
font-size: 32px;
|
||||
border-radius: 50px;
|
||||
padding: 10px;
|
||||
margin: 16px;
|
||||
}
|
||||
|
||||
.button {
|
||||
border-radius: 50px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: ;
|
||||
}
|
||||
Reference in New Issue
Block a user