generated from Seekra/repository-template
Add hero for Gradient in Background
This commit is contained in:
+14
-13
@@ -32,20 +32,21 @@ limitations under the License.
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<header>
|
||||
<h1>seekra</h1>
|
||||
<p>
|
||||
Built to search.
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<form id="search-form">
|
||||
<div class="search-wrapper">
|
||||
<input type="search" name="search" placeholder="Search..." required />
|
||||
<button type="submit">Search</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="hero">
|
||||
<header>
|
||||
<h1>seekra</h1>
|
||||
<p>
|
||||
Built to search.
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<form id="search-form">
|
||||
<div class="search-wrapper">
|
||||
<input type="search" name="search" placeholder="Search..." required />
|
||||
<button type="submit">Search</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<footer>
|
||||
<p>© 2026 seekra.</p>
|
||||
</footer>
|
||||
|
||||
@@ -2,6 +2,12 @@ body {
|
||||
margin: 0;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.hero {
|
||||
background:
|
||||
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
|
||||
linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8);
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
@@ -59,8 +65,6 @@ form {
|
||||
background: #374FA5;
|
||||
}
|
||||
|
||||
|
||||
|
||||
footer{
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user