fix: 🐛 fixing some features

This commit is contained in:
Arek 2022-06-19 13:33:34 +02:00
parent 63aa19863f
commit 26eb6da790
3 changed files with 16 additions and 3 deletions

View File

@ -51,6 +51,19 @@ header {
margin-left: 10%;
}
.header-link {
text-align: center;
line-height: 2;
font-family: Montserrat, serif;
font-style: bold;
font-size: 18px;
color: #828282;
float: right;
margin-left: 10%;
}
.loginButton {
/*Alignment*/
float: right;

View File

@ -46,7 +46,7 @@
<button class="loginButton" type="submit" onclick="window.location.href='../logowanie/index.html'"
id="login">LOGOWANIE</button>
<button class="loginButton" id="logout" onclick="logout()">Wyloguj</button>
<a class="header_link" href="/index.html">Kontakt</a>
<a class="header-link" href="#">Kontakt</a>
<a class="header_link" href="../ranking/index.html">Ranking</a>
<a class="header_link" href="../index.html">Kalendarz turniejów</a>
</div>

View File

@ -46,8 +46,8 @@
id="login">LOGOWANIE</button>
<button class="loginButton" id="logout" onclick="logout()">Wyloguj</button>
<a class="header_link" href="../kontakt/index.html">Kontakt</a>
<a class="header_link" href="/index.html">Ranking</a>
<a class="header_link" href="../index.html">Kalendarz turniejów</a>
<a class="header-link " href="#"">Ranking</a>
<a class=" header_link" href="../index.html">Kalendarz turniejów</a>
</div>
</header>