{"id":3569,"date":"2014-08-13T17:21:34","date_gmt":"2014-08-13T17:21:34","guid":{"rendered":"http:\/\/webninjataylor.com\/library\/?p=3569"},"modified":"2014-08-13T17:21:34","modified_gmt":"2014-08-13T17:21:34","slug":"css-responsive-columns","status":"publish","type":"post","link":"https:\/\/webninjataylor.com\/library\/css-responsive-columns\/","title":{"rendered":"CSS Responsive Columns"},"content":{"rendered":"<pre>&lt;style&gt;\r\n    .myColumns {\r\n        column-count: 2;\r\n            -webkit-column-count: 2;\r\n            -moz-column-count: 2;\r\n        column-width: 250px; \/* MINIMUM WIDTH *\/\r\n            -webkit-column-width: 250px;\r\n            -moz-column-width: 250px;\r\n\r\n        \/* ...or use COLUMNS shorthand... *\/\r\n        columns: 4 250px;\r\n            -webkit-columns: 4 250px;\r\n            -moz-columns: 4 250px;\r\n\r\n        column-gap: 4em; \/* Default is 1em *\/ \r\n            -webkit-column-gap: 4em;\r\n            -moz-column-gap: 4em;\r\n        column-rule: 1px dotted #ddd;\r\n            -webkit-column-rule: 1px dotted #ddd;\r\n            -moz-column-rule: 1px dotted #ddd;\r\n    }\r\n&lt;\/style&gt;\r\n\r\n...\r\n\r\n&lt;div class=\"myColumns\"&gt;\r\n    &lt;p&gt;Lorem ipsum...&lt;\/p&gt;\r\n&lt;\/div&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&lt;style&gt; .myColumns { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; column-width: 250px; \/* MINIMUM WIDTH *\/ -webkit-column-width: 250px; -moz-column-width: 250px; \/* &#8230;or use COLUMNS shorthand&#8230; *\/ columns: 4 250px; -webkit-columns: 4 250px; -moz-columns: 4 250px; column-gap: 4em; \/* Default is 1em *\/ -webkit-column-gap: 4em; -moz-column-gap: 4em; column-rule: 1px dotted #ddd; -webkit-column-rule: 1px dotted #ddd; -moz-column-rule: 1px [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[144],"tags":[19,40,145],"class_list":["post-3569","post","type-post","status-publish","format-standard","hentry","category-web-shots","tag-css","tag-html","tag-mobile"],"_links":{"self":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3569","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/comments?post=3569"}],"version-history":[{"count":1,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3569\/revisions"}],"predecessor-version":[{"id":3570,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3569\/revisions\/3570"}],"wp:attachment":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/media?parent=3569"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/categories?post=3569"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/tags?post=3569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}