Flexible Grid

Developer
Size
1,815 Kb
Views
50,600

How do I make an flexible grid?

What is a flexible grid? How do you make a flexible grid? This script and codes were developed by Shay Howe on 12 July 2022, Tuesday.

Flexible Grid Previews

Flexible Grid - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flexible Grid</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>100% Wide Container</h1>
<div class="container"> <section>Section</section> <aside>Aside</aside>
</div>
<h1>75% Wide Container</h1>
<div class="container container-75"> <section>Section</section> <aside>Aside</aside>
</div>
<h1>50% Wide Container</h1>
<div class="container container-50"> <section>Section</section> <aside>Aside</aside>
</div>
</body>
</html>

Flexible Grid - Script Codes CSS Codes

body { font: 600 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
}
h1 { color: #9799a7; font-size: 14px; font-weight: bold; margin-bottom: 6px;
}
.container:before,
.container:after { content: ""; display: table;
}
.container:after { clear: both;
}
.container { background: #eaeaed; margin-bottom: 24px; *zoom: 1;
}
.container-75 { width: 75%;
}
.container-50 { margin-bottom: 0; width: 50%;
}
.container,
section,
aside { border-radius: 6px;
}
section,
aside { background: #2db34a; color: #fff; margin: 1.858736059%; padding: 20px 0; text-align: center;
}
section { float: left; width: 63.197026%;
}
aside { float: right; width: 29.3680297%;
}
Flexible Grid - Script Codes
Flexible Grid - Script Codes
Home Page Home
Developer Shay Howe
Username shayhowe
Uploaded July 12, 2022
Rating 3
Size 1,815 Kb
Views 50,600
Do you need developer help for Flexible Grid?

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!

Shay Howe (shayhowe) 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!