Sticky footer

Developer
Size
1,498 Kb
Views
46,552

How do I make an sticky footer?

Solution number 3. What is a sticky footer? How do you make a sticky footer? This script and codes were developed by Serluck on 02 September 2022, Friday.

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> <head> <title></title>
</head>
<body> <nav></nav> <article>Lorem ipsum...</article> <footer>blbl</footer>
</body>
</html>
</body>
</html>

Sticky footer - Script Codes CSS Codes

html { position: relative; min-height: 100%;
}
body { margin: 0 0 100px; /* bottom = footer height */
}
footer { background: #ddd; position: absolute; left: 0; bottom: 0; height: 100px; width: 100%;
}
Sticky footer - Script Codes
Sticky footer - Script Codes
Home Page Home
Developer Serluck
Username serluk
Uploaded September 02, 2022
Rating 3
Size 1,498 Kb
Views 46,552
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!

Serluck (serluk) 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!