mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Update footer.ejs
This commit is contained in:
parent
5e64d2d6e1
commit
18974753e0
1 changed files with 33 additions and 6 deletions
|
@ -1,12 +1,39 @@
|
|||
<style>
|
||||
select{
|
||||
background: #ebebeb;
|
||||
border: white;
|
||||
padding: 8px 20px;
|
||||
font-size: 16px;
|
||||
font-family: inherit;
|
||||
}
|
||||
select option{
|
||||
font-family: inherit;
|
||||
width:290px;
|
||||
}
|
||||
.footer {
|
||||
width: 100%;
|
||||
background-color: #f5f5f5;
|
||||
color: var(--second);
|
||||
text-align: center;
|
||||
background-color: var(--main);
|
||||
padding: 10px;
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
</style>
|
||||
<br>
|
||||
<div class="footer">
|
||||
<a href="https://github.com/Akif9748/akf-forum"> This website is powered by AKF-Forum </a>
|
||||
<select style="">
|
||||
<option value="tr">TR</option>
|
||||
<option value="eng">ENG</option>
|
||||
</select>
|
||||
<a href="https://github.com/Akif9748/akf-forum" style="color: white;"> This website is powered by
|
||||
<span style="color: #ffbf00;">AKF-Forum </span> </a><div>
|
||||
|
||||
<span style="color:white">Coders</span> <br>
|
||||
<div style="text-align:center;">
|
||||
By <a href="https://github.com/Akif9748/" style="color: #ffbf00;">Akf</a> <br> By <a href="#" style="color:#ffbf00;">Tokmak</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
Loading…
Reference in a new issue