Update footer.ejs

This commit is contained in:
tokmak0 2022-09-08 15:07:26 +03:00 committed by GitHub
parent 5e64d2d6e1
commit 18974753e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 6 deletions

View File

@ -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>
</div>
<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>