fix: 🐛 fixing some features
This commit is contained in:
parent
63aa19863f
commit
26eb6da790
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user