Merhabalar,
Footer yapmaya çalışıyorum fakat resimdede görüldüğü gibi yazının altına inemiyorum ve nereye gidersem footer beni takip ediyor ben mobilde aşağıya indiğim zaman footerın çıkmasını istiyorum ama hep sabit ekranda nasıl düzeltebilirim.
<style>
footer {
position: fixed;
width: 100%;
left: 0;
bottom: 0;
background-color: #212121;
color: white;
text-align: center;
}
</style>
<footer>
<p>Copyright © 2020 The Golden Roast.</p>
</footer>