Flexbox, flexible footer

Developer
Size
1,692 Kb
Views
30,360

How do I make an flexbox, flexible footer?

This is an example from the blog article Playing around with Flexbox at http://www.tipue.com/blog/flexbox/. What is a flexbox, flexible footer? How do you make a flexbox, flexible footer? This script and codes were developed by Steve Pear on 16 September 2022, Friday.

Flexbox, flexible footer Previews

Flexbox, flexible footer - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flexbox, flexible footer </title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"><div class="content">Vero et, ea vel dolore ut feugiat quis ad feugiat feugiat, ut duis lobortis te erat odio</div><div class="footer">Lobortis ea iusto molestie</div></div>
</body>
</html>

Flexbox, flexible footer - Script Codes CSS Codes

body
{ font: 300 16px/1.3 'Helvetica Neue' sans-serif; color: #333; text-align: center;
}
.container
{ display: flex; flex-flow: column; min-height: 100vh;
}
.content
{ flex: 1; padding: 30px;
}
.footer
{ padding: 30px; background-color: #f3f2ef;
}
Flexbox, flexible footer - Script Codes
Flexbox, flexible footer - Script Codes
Home Page Home
Developer Steve Pear
Username Tipue
Uploaded September 16, 2022
Rating 3
Size 1,692 Kb
Views 30,360
Do you need developer help for Flexbox, flexible 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!

Steve Pear (Tipue) 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!