CSS Grid Headings

This commit is contained in:
Drew
2022-11-01 16:59:48 +01:00
parent 470e85bd91
commit 4acd8acc8f
2 changed files with 27 additions and 2 deletions

View File

@@ -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: ;
}