{"id":253,"date":"2012-02-10T11:39:46","date_gmt":"2012-02-10T11:39:46","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=253"},"modified":"2022-07-14T14:12:17","modified_gmt":"2022-07-14T13:12:17","slug":"rows-of-div-boxes","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/css\/examples\/rows-of-div-boxes","title":{"rendered":"Rows Of DIV Boxes"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">3 DIV boxes aligned in a single row <\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div&gt;\n  &lt;div style=\"width:60px; height:22px; float:left;\"&gt;\n    BOX 1\n  &lt;\/div&gt;\n\n  &lt;div style=\"width:100px; height:22px; float:left;\"&gt;\n    BOX 2\n  &lt;\/div&gt;\n\n  &lt;div style=\"width:60px; height:22px; float:left;\"&gt;\n    BOX 3\n  &lt;\/div&gt;\n&lt;\/div&gt;\n&lt;div style=\"clear:both;\"&gt;&lt;\/div&gt;<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Center align the group of boxes<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"MyButtonsContainer\"&gt;\n  &lt;div class=\"MyButton\"&gt;\n    BOX 1\n  &lt;\/div&gt;\n\n  &lt;div class=\"MyButton\"&gt;\n    BOX 2\n  &lt;\/div&gt;\n\n  &lt;div class=\"MyButton\"&gt;\n    BOX 3\n  &lt;\/div&gt;\n&lt;\/div&gt;\n&lt;div style=\"clear:both;\"&gt;&lt;\/div&gt;\n\n\n.MyButtonsContainer {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n}\n\n.MyButton {\n  display:inline-block;\n  width:60px;\n  height:22px;\n  float:left;\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>3 DIV boxes aligned in a single row Center align the group of boxes<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[57,222],"tags":[],"class_list":["post-253","post","type-post","status-publish","format-standard","hentry","category-examples","category-align"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=253"}],"version-history":[{"count":7,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/253\/revisions"}],"predecessor-version":[{"id":3424,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/253\/revisions\/3424"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=253"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}