{"id":150,"date":"2016-03-19T12:47:48","date_gmt":"2016-03-19T11:47:48","guid":{"rendered":"https:\/\/solidt.eu\/blog\/?p=150"},"modified":"2016-03-21T20:59:18","modified_gmt":"2016-03-21T19:59:18","slug":"css-center-floats","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/css-center-floats\/","title":{"rendered":"CSS Center floats"},"content":{"rendered":"<pre lang=\"css\">\r\n.parent-element {\r\n    clear: both;\r\n    float: left;\r\n    overflow: hidden;\r\n    width: 100%;\t\r\n}\r\n\t\r\n.child-element {\r\n    float: left;\r\n    left: 50%;\r\n    position: relative;\r\n}\r\n\t\r\n.child-of-child-element {\r\n    float: left;\r\n    position: relative;\r\n    right: 50%;\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>.parent-element { clear: both; float: left; overflow: hidden; width: 100%; } .child-element { float: left; left: 50%; position: relative; } .child-of-child-element { float: left; position: relative; right: 50%; }<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[7],"tags":[],"class_list":["post-150","post","type-post","status-publish","format-standard","hentry","category-websites"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/150","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=150"}],"version-history":[{"count":3,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/150\/revisions"}],"predecessor-version":[{"id":157,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/150\/revisions\/157"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}