Merge branch 'main' into ResponsiveCSS
This commit is contained in:
@@ -185,7 +185,7 @@ body {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.searchbar {
|
||||
.searchcontainer {
|
||||
background-color: blue;
|
||||
/* height: 400px; */
|
||||
}
|
||||
@@ -200,4 +200,23 @@ body {
|
||||
font-weight: 500;
|
||||
font-size: 40px;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
font-size: 38px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.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