generated from Seekra/repository-template
Compare commits
4 Commits
5696c0f992
...
5f7838ebbb
| Author | SHA1 | Date | |
|---|---|---|---|
|
5f7838ebbb
|
|||
|
8d4ef81b0f
|
|||
|
4d78a742e1
|
|||
|
ddad350e6d
|
+2
-2
@@ -36,9 +36,9 @@ limitations under the License.
|
|||||||
<div class="content-background">
|
<div class="content-background">
|
||||||
<header class="global-header">
|
<header class="global-header">
|
||||||
<h1>Seekra</h1>
|
<h1>Seekra</h1>
|
||||||
<p class="slogan">
|
<span class="slogan">
|
||||||
Built to search.
|
Built to search.
|
||||||
</p>
|
</span>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<form id="search-form">
|
<form id="search-form">
|
||||||
|
|||||||
+11
-4
@@ -6,26 +6,33 @@ body {
|
|||||||
background:
|
background:
|
||||||
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
|
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
|
||||||
linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8);
|
linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8);
|
||||||
height: 300px;
|
height: 400px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.global-header {
|
.global-header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
padding-top: 40px; /* ← Abstand nach oben */
|
||||||
}
|
}
|
||||||
|
|
||||||
.global-header h1 {
|
.global-header h1 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: 0;
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
line-height: 1;
|
||||||
background: linear-gradient(to right, #689BDB, #5F8DDC, #5077C7, #4562BE, #374FA5, #22298F);
|
background: linear-gradient(to right, #689BDB, #5F8DDC, #5077C7, #4562BE, #374FA5, #22298F);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
|
font-size: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slogan{
|
.slogan {
|
||||||
margin-top: 0;
|
margin: 0;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.global-nav ul a:hover{
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.global-nav ul {
|
.global-nav ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user