Sticky Footer

Size
1,922 Kb
Views
68,816

How do I make an sticky footer?

Http://codepen.io/chriscoyier/pen/uwJjr. What is a sticky footer? How do you make a sticky footer? This script and codes were developed by Boost New Media on 12 June 2022, Sunday.

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="wrap"> <div class="contentWrap"> <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p> <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p> </div>
</div>
<footer class="site-footer"> <p>I'm the Sticky Footer.</p>
</footer>
</body>
</html>

Sticky Footer - Script Codes CSS Codes

/*================================= http://codepen.io/chriscoyier/pen/uwJjr
=================================*/
* { margin: 0; box-sizing: border-box;
}
html, body { height: 100%; font-size: 1.35rem; line-height: 1.5;
}
.wrap { min-height: 100%; /* equal to footer height */ margin-bottom: -142px;
}
.wrap:after { content: ""; display: block;
}
p { margin-bottom: 40px;
}
.site-footer, .wrap:after { /* .push must be the same height as footer */ height: 142px;
}
.site-footer { background: #B72039;
}
/*=================================
Cosmetic Layout
=================================*/
.contentWrap { width: 600px; margin: 40px auto;
}
.site-footer { text-align: center;
}
.site-footer p { line-height: 142px; margin-bottom: 0; font-size: 1rem; color: white
}
Sticky Footer - Script Codes
Sticky Footer - Script Codes
Home Page Home
Developer Boost New Media
Username boostnewmedia
Uploaded June 12, 2022
Rating 3
Size 1,922 Kb
Views 68,816
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!

Boost New Media (boostnewmedia) Script Codes
Create amazing blog posts 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!