Fixed Grid

Developer
Size
1,688 Kb
Views
52,624

How do I make an fixed grid?

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

Fixed Grid Previews

Fixed Grid - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Fixed 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> <div class="container"> <section>Section</section> <aside>Aside</aside>
</div>
</body>
</html>

Fixed Grid - Script Codes CSS Codes

body { color: #fff; font: 600 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
}
.container:before,
.container:after { content: ""; display: table;
}
.container:after { clear: both;
}
.container { background: #eaeaed; width: 538px; *zoom: 1;
}
.container,
section,
aside { border-radius: 6px;
}
section,
aside { background: #2db34a; margin: 10px; padding: 20px 0; text-align: center;
}
section { float: left; width: 340px;
}
aside { float: right; width: 158px;
}
Fixed Grid - Script Codes
Fixed Grid - Script Codes
Home Page Home
Developer Shay Howe
Username shayhowe
Uploaded July 12, 2022
Rating 3
Size 1,688 Kb
Views 52,624
Do you need developer help for Fixed 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 video scripts 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!