Columns Mixin

Developer
Size
2,367 Kb
Views
24,288

How do I make an columns mixin?

What is a columns mixin? How do you make a columns mixin? This script and codes were developed by Daniel Ilse on 01 November 2022, Tuesday.

Columns Mixin Previews

Columns Mixin - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Columns Mixin</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> <div class="intro"> <h1 class="title">Simple Mixin for CSS Columns</h1> <p class="text">This mixin uses default values, and allows you to override them individually as in the example.</p>
</div>
<ul class="list"> <li class="item">Item 1</li> <li class="item">Item 2</li> <li class="item">Item 3</li> <li class="item">Item 4</li>
</ul> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
</body>
</html>

Columns Mixin - Script Codes CSS Codes

.list { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 1em; -moz-column-gap: 1em; column-gap: 1em; -webkit-column-width: 250px; -moz-column-width: 250px; column-width: 250px;
}
.list > li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid;
}
body { min-width: 320px; color: #333333;
}
.intro { padding: 2em; text-align: center; background: #cccccc;
}
.title { margin-top: 0; margin-bottom: 0;
}
.text { margin-bottom: 0;
}
.list { list-style: none; padding: 2em 2em 1.5em; margin: 0; background: #e6e6e6;
}
.list .item { padding: 0.5em; margin-bottom: 0.5em; background: #cccccc;
}
Columns Mixin - Script Codes
Columns Mixin - Script Codes
Home Page Home
Developer Daniel Ilse
Username dantilse
Uploaded November 01, 2022
Rating 3
Size 2,367 Kb
Views 24,288
Do you need developer help for Columns Mixin?

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!

Daniel Ilse (dantilse) Script Codes
Create amazing art & images 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!