mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-06-16 15:17:15 +00:00
fixed header
This commit is contained in:
parent
0381ccebfa
commit
143169a69b
@ -6,14 +6,11 @@
|
|||||||
|
|
||||||
nav {
|
nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: center;
|
width: 90%;
|
||||||
|
margin: auto;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a {
|
|
||||||
margin: auto;
|
|
||||||
vertical-align: middle;
|
|
||||||
justify-self: space-between;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
margin: 20vh 5% 20vh 5%;
|
margin: 20vh 5% 20vh 5%;
|
||||||
|
@ -38,7 +38,10 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="https://simple-stock-bots.gitlab.io/site/">Documentation</a>
|
<button onclick="window.location.href='https://simple-stock-bots.gitlab.io/site/';">
|
||||||
|
Documentation
|
||||||
|
</button>
|
||||||
|
<!-- <a href="https://simple-stock-bots.gitlab.io/site/">Documentation</a> -->
|
||||||
<!-- <a href="https://gitlab.com/simple-stock-bots" target="_blank"
|
<!-- <a href="https://gitlab.com/simple-stock-bots" target="_blank"
|
||||||
><img
|
><img
|
||||||
src="assets/img/gitlab-icon.svg"
|
src="assets/img/gitlab-icon.svg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user