Skip to content

Instantly share code, notes, and snippets.

View realityexpander's full-sized avatar
🤓
Kotlin Multi-platoform, Android Native, iOS & Web

Chris Athanas realityexpander

🤓
Kotlin Multi-platoform, Android Native, iOS & Web
View GitHub Profile
@realityexpander
realityexpander / masonry-layout-example
Created April 7, 2023 19:50
Improve example of Masonry grid.
<style>
/* CSS Grid Layout */
.grid-container {
width: 600px;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 15px;
-moz-column-gap: 15px;