21 lines
378 B
PHP
21 lines
378 B
PHP
<style>
|
|
.footer{
|
|
margin-top:60px;
|
|
padding:20px;
|
|
text-align:center;
|
|
border-top:1px solid #1e293b;
|
|
color:#94a3b8;
|
|
font-size:13px;
|
|
}
|
|
|
|
.footer span{
|
|
color:#0b8c9f;
|
|
font-weight:bold;
|
|
}
|
|
</style>
|
|
|
|
<div class="footer">
|
|
© <?= date("Y") ?> <span>RS Learning Lab</span> • All rights reserved
|
|
<br>
|
|
Built with ❤️ by Gokula Krishnan
|
|
</div>
|