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>
|
<style>
|
||||||
|
select{
|
||||||
|
background: #ebebeb;
|
||||||
|
border: white;
|
||||||
|
padding: 8px 20px;
|
||||||
|
font-size: 16px;
|
||||||
|
font-family: inherit;
|
||||||
|
}
|
||||||
|
select option{
|
||||||
|
font-family: inherit;
|
||||||
|
width:290px;
|
||||||
|
}
|
||||||
.footer {
|
.footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #f5f5f5;
|
background-color: var(--main);
|
||||||
color: var(--second);
|
padding: 10px;
|
||||||
text-align: center;
|
color: white;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<br>
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a href="https://github.com/Akif9748/akf-forum"> This website is powered by AKF-Forum </a>
|
<select style="">
|
||||||
</div>
|
<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