generated from Seekra/repository-template
New Style #24
+1
-1
@@ -33,7 +33,7 @@ limitations under the License.
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div
|
<div>
|
||||||
<header class="global-header">
|
<header class="global-header">
|
||||||
<h1>Seekra</h1>
|
<h1>Seekra</h1>
|
||||||
<span class="slogan">
|
<span class="slogan">
|
||||||
|
|||||||
@@ -1,8 +1,13 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
min-height: 100vh;
|
||||||
background: linear-gradient(135deg, #ffffff 0%, #E6F3FC 100%);
|
background: linear-gradient(135deg, #ffffff 0%, #E6F3FC 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.global-header {
|
.global-header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user