mirror of
https://gitlab.com/nekoya/web.git
synced 2025-02-16 18:31:58 +01:00
payment.html - Changed page name to just Payment
This commit is contained in:
parent
3254298632
commit
83dc5e073b
1 changed files with 2 additions and 5 deletions
|
@ -31,10 +31,7 @@
|
|||
position: center;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
border-top-left-radius: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
border-radius: 20px;
|
||||
background-color: #212226;
|
||||
}
|
||||
|
||||
|
@ -130,7 +127,7 @@
|
|||
<img alt="Banner" class="navbar-brand" src="assets/logo_transparent.webp" style="margin-top: 0%;" width="5%">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a style="color: white; font-size: 16pt;">Payment Page</a>
|
||||
<a style="color: white; font-size: 16pt;">Payment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue