Add Style - Align Items in Center - Make Searchbar widther

This commit is contained in:
2026-05-02 17:19:20 +02:00
parent 80ca6dcb5d
commit 36d584f238
2 changed files with 27 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ limitations under the License.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Seekra search engine">
<title>Seekra</title>
<link rel="stylesheet" href="style/main.css" />
</head>
<body>
<header>
+26
View File
@@ -0,0 +1,26 @@
body{
margin: 0;
}
header{
text-align: center;
}
header h1{
margin-bottom: 0;
}
form{
display: flex;
justify-content: center;
margin-top: 20px;
width: 100%;
}
form button{
margin-left: 10px;
}
form input{
width: 80%;
}
footer{
text-align: center;
margin-top: 20px;
}