Ungrid with gutters

Developer
Size
1,644 Kb
Views
4,048

How do I make an ungrid with gutters?

What is a ungrid with gutters? How do you make a ungrid with gutters? This script and codes were developed by Jelmer on 17 January 2023, Tuesday.

Ungrid with gutters Previews

Ungrid with gutters - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Ungrid with gutters</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> <p>These all need to be the same size:</p>
<div class="row"> <div class="col">1. I must be aligned left</div> <div class="col">2. We all need in-between gutters</div> <div class="col">3. We all need in-between gutters</div> <div class="col">4. I must be aligned right</div>
</div>
</body>
</html>

Ungrid with gutters - Script Codes CSS Codes

.col { background: #FCAB2C; padding: 10px; margin-left: 20px; /* doesn't work */
}
/* ungrid.css (97 bytes minified) */
@media (min-width: 30em) { .row { width: 100%; display: table; table-layout: fixed; } .col { display: table-cell; }
}
Ungrid with gutters - Script Codes
Ungrid with gutters - Script Codes
Home Page Home
Developer Jelmer
Username jelmerdemaat
Uploaded January 17, 2023
Rating 3
Size 1,644 Kb
Views 4,048
Do you need developer help for Ungrid with gutters?

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!

Jelmer (jelmerdemaat) Script Codes
Create amazing marketing copy 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!