{"id":108,"date":"2019-03-27T07:59:00","date_gmt":"2019-03-26T22:59:00","guid":{"rendered":"https:\/\/trret.com\/?p=108"},"modified":"2021-03-19T23:40:40","modified_gmt":"2021-03-19T14:40:40","slug":"css-%eb%b9%84%ec%9c%a8%ec%9d%b4-%ed%95%ad%ec%83%81-%ec%9d%bc%ec%a0%95%ed%95%98%ea%b2%8c-%ec%9c%a0%ec%a7%80%eb%90%98%eb%8a%94-box-%ec%a0%95%ec%82%ac%ea%b0%81%ed%98%95-div","status":"publish","type":"post","link":"https:\/\/trret.com\/?p=108","title":{"rendered":"CSS \ube44\uc728\uc774 \ud56d\uc0c1 \uc77c\uc815\ud558\uac8c \uc720\uc9c0\ub418\ub294 BOX (\uc815\uc0ac\uac01\ud615 DIV)"},"content":{"rendered":"\n<p>\ubc18\uc751\ud615\uc73c\ub85c \ub9cc\ub4e4\ub2e4\ubcf4\uba74 \uc774\ubbf8\uc9c0\uac00 \uac00\ub85c\ub85c \ucb48\uae00\uc5b4\ub4dc\ub294 \uacbd\uc6b0\uac00 \uc788\ub2e4. \uc77c\uc815 \ube44\uc728\ub85c \uace0\uc815\ud558\ub294 \ubc29\ubc95<\/p>\n\n\n\n<p>\ubcf5\uc7a1\ud558\uba74 \ud50c\ub7ec\uadf8\uc778\uc4f0\ub294\uac8c \ub098\uc744\uc218\ub3c4..<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html>\n&lt;head>\n&lt;meta charset=\"utf-8\">\n\n&lt;title>\uc608\uc81c&lt;\/title>\n&lt;style>\n.box {\n    position: relative;\n    width: 50%; \/* \uc6d0\ud558\ub294 \ub108\ube44 *\/\n}\n \n.box:before {\n    content: \"\";\n    display: block;\n    padding-top: 100%; \/* 1:1 \ube44\uc728 *\/\n}\n \n.content {\n    position: absolute;\n    top: 0;\n    right: 0;\n    bottom: 0;\n    left: 0;\n    background:blue;\n}\n&lt;\/style>\n&lt;\/head>\n&lt;body>\n    &lt;div class=\"box\">\n        &lt;div class=\"content\">1:1 \ube44\uc728&lt;\/div>\n    &lt;\/div>\n&lt;\/body>\n&lt;\/html><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\ubc18\uc751\ud615\uc73c\ub85c \ub9cc\ub4e4\ub2e4\ubcf4\uba74 \uc774\ubbf8\uc9c0\uac00 \uac00\ub85c\ub85c \ucb48\uae00\uc5b4\ub4dc\ub294 \uacbd\uc6b0\uac00 \uc788\ub2e4. \uc77c\uc815 \ube44\uc728\ub85c \uace0\uc815\ud558\ub294 \ubc29\ubc95 \ubcf5\uc7a1\ud558\uba74 \ud50c\ub7ec\uadf8\uc778\uc4f0\ub294\uac8c \ub098\uc744\uc218\ub3c4..<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[37],"tags":[],"_links":{"self":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/108"}],"collection":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=108"}],"version-history":[{"count":1,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/108\/revisions"}],"predecessor-version":[{"id":109,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/108\/revisions\/109"}],"wp:attachment":[{"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=108"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=108"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}