generated from Seekra/repository-template
Add Style - Align Items in Center - Make Searchbar widther
This commit is contained in:
@@ -20,6 +20,7 @@ limitations under the License.
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="The Seekra search engine">
|
<meta name="description" content="The Seekra search engine">
|
||||||
<title>Seekra</title>
|
<title>Seekra</title>
|
||||||
|
<link rel="stylesheet" href="style/main.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user