Sticky Footer

Developer
Size
1,697 Kb
Views
6,072

How do I make an sticky footer?

What is a sticky footer? How do you make a sticky footer? This script and codes were developed by Miro Olma on 26 November 2022, Saturday.

Sticky Footer Previews

Sticky Footer - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sticky Footer</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="page"> <header class="page-row"> <h1>Im top</h1> </header> <main class="page-row page-row-expanded"> <div class="page-cell"><p class="middle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet totam enim consequuntur quidem esse. Quae accusamus delectus impedit cum unde! lorem9000</p></div> </main> <footer class="page-row"> <p>Copyright, Lorem ipsum dolor sit amet, consetetur sadipscing elitr, [...] Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p> </footer>
</div>
</body>
</html>

Sticky Footer - Script Codes CSS Codes

html,
body { height: 100%; }
.page { display: table; margin:0; padding:0; width: 100%; height: 100%;
}
.page-row { display: table-row; vertical-align: middle;
}
.page-cell { vertical-align: middle; display: table-cell;
}
.page-row-expanded { height: 100%; }
Sticky Footer - Script Codes
Sticky Footer - Script Codes
Home Page Home
Developer Miro Olma
Username programiro
Uploaded November 26, 2022
Rating 3
Size 1,697 Kb
Views 6,072
Do you need developer help for Sticky Footer?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Miro Olma (programiro) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!