Fixed Layout with Float

Developer
Size
1,850 Kb
Views
14,168

How do I make an fixed layout with float?

What is a fixed layout with float? How do you make a fixed layout with float? This script and codes were developed by Jemma Riedel on 20 September 2022, Tuesday.

Fixed Layout with Float Previews

Fixed Layout with Float - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Fixed Layout with Float</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> <main> <header> <h1>My Awesome Site</h1> </header> <!-- main content body --> <article> <section> <h3> Heading</h3> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut omnis inventore praesentium maxime eveniet molestiae veniam magni, quae architecto voluptas repellendus, fugiat consectetur libero accusantium natus, temporibus dolorum, rem assumenda.</p> </section> <aside> <blockquote> "I am no bird; I am a free human being with an independent will" Jane Eyre </blockquote> </aside> </article> <footer> <p>&copy; 2016</p> </footer>
</main>
</body>
</html>

Fixed Layout with Float - Script Codes CSS Codes

/* Main Container */
main{ width: 1000px; margin: 0 auto; background: cadetblue;
}
aside{ background: green; width: 400px; float: left;
}
section{ width: 600px; background: purple; float: left;
}
aside, section{ float: right;
}
footer{ clear: both;
}
Fixed Layout with Float - Script Codes
Fixed Layout with Float - Script Codes
Home Page Home
Developer Jemma Riedel
Username jxqr97
Uploaded September 20, 2022
Rating 3
Size 1,850 Kb
Views 14,168
Do you need developer help for Fixed Layout with Float?

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!

Jemma Riedel (jxqr97) Script Codes
Create amazing SEO content 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!