Html:
Kod:
<div class="footer">Burası Sitenin Footerı - <a href="https://www.webailesi.com/yonlendir.php?link=https%3A%2F%2Ftahakocak.com.tr">Taha KOÇAK</a></div>Kod:
.footer {
position:absolute;
bottom: 0;
right: 0;
left :0;
text-align: center;
padding : 1rem;
background : #efefef;
font-size : 19px
}
)


