generated from Seekra/repository-template
29 lines
349 B
CSS
29 lines
349 B
CSS
body{
|
|
margin: 0;
|
|
}
|
|
header{
|
|
text-align: center;
|
|
}
|
|
|
|
h1{
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
h3{
|
|
margin-top: 0;
|
|
}
|
|
|
|
#searchbar{
|
|
text-align: center;
|
|
}
|
|
#searchbar input[type="search"]{
|
|
width: 60%;
|
|
margin-bottom: 10px;
|
|
}
|
|
footer{
|
|
justify-content: center;
|
|
margin-top: 100px;
|
|
display: flex;
|
|
gap: 20px;
|
|
border-top: 1px solid;
|
|
} |