generated from Seekra/repository-template
New Style #24
+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">
|
||||||
|
|||||||
@@ -16,18 +16,19 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.global-header h1 {
|
.global-header h1 {
|
||||||
display: inline-block;
|
display: block;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
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;
|
font-size: 6rem;
|
||||||
margin-bottom: 0;
|
padding: 0;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slogan{
|
.slogan{
|
||||||
margin-top: 0;
|
margin: 0;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user