Foundation Full Width Rows

Developer
Size
2,548 Kb
Views
42,504

How do I make an foundation full width rows?

Playing with full width rows.. What is a foundation full width rows? How do you make a foundation full width rows? This script and codes were developed by Brad Bodine on 11 August 2022, Thursday.

Foundation Full Width Rows Previews

Foundation Full Width Rows - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Foundation Full Width Rows</title> <link href='http://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdn.jsdelivr.net/foundation/5.0.2/css/foundation.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="row full-width"> <div class="columns"> <h2>This is a full page width row that will allow all objects inside to span the entire width.</h2> </div>
</div>
<div class="row full-width diff"> <div class="columns"> <div class="row" style="background: #E74C3C;"> <div class="columns"> <h4>This is a row the respects the grid even with a full width background row.</h4> </div> </div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/foundation/5.0.2/js/foundation.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Foundation Full Width Rows - Script Codes CSS Codes

body, html { background: #007bff; height: 100%;
}
body h1, body h2, body h3, body h4, body h6, html h1, html h2, html h3, html h4, html h6 { color: #fff; text-align: center; font-family: 'Raleway', sans-serif;
}
.row { background: #e74c3c;
}
.row.full-width { background: #27ae60; max-width: 100% !important;
}
.row.full-width.diff { background: #40DBE5;
}
.row.full-width .row { margin: 0 auto; max-width: 62.5rem; background: inherit;
}

Foundation Full Width Rows - Script Codes JS Codes

// Include Foundation 5.0.2 & Jquery
// Initialize Foundation
$(document).foundation();
Foundation Full Width Rows - Script Codes
Foundation Full Width Rows - Script Codes
Home Page Home
Developer Brad Bodine
Username bbodine1
Uploaded August 11, 2022
Rating 3.5
Size 2,548 Kb
Views 42,504
Do you need developer help for Foundation Full Width Rows?

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!

Brad Bodine (bbodine1) 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!