{"id":4786,"date":"2021-03-26T17:18:20","date_gmt":"2021-03-26T16:18:20","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=4786"},"modified":"2021-03-26T17:18:20","modified_gmt":"2021-03-26T16:18:20","slug":"css-centering-horizontal-vertical-in-grid-with-scrolling-support","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/css-centering-horizontal-vertical-in-grid-with-scrolling-support\/","title":{"rendered":"CSS Centering Horizontal + Vertical in Grid with scrolling support"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"css\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">.parent {\n    display: grid;\n    overflow: auto;\n    \/* optional *\/\n    position:absolute;\n    top:0;\n    left:0;\n    width:100%;\n    height: 100%;\n}\n\n.parent>.child{\n    justify-self: center;\n    align-self: center;\n    \/* optional *\/\n    padding: 15px;\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4786","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/4786","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=4786"}],"version-history":[{"count":1,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/4786\/revisions"}],"predecessor-version":[{"id":4787,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/4786\/revisions\/4787"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=4786"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=4786"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=4786"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}