{"id":311,"date":"2021-08-02T14:59:41","date_gmt":"2021-08-02T05:59:41","guid":{"rendered":"https:\/\/blog.mydepot.kr\/?p=311"},"modified":"2021-08-02T14:59:41","modified_gmt":"2021-08-02T05:59:41","slug":"css-%ea%b8%80%ec%9e%90-%ec%88%98-%ec%a0%9c%ed%95%9c-%eb%b0%8f-%ec%9e%98%eb%a6%b0-%ea%b8%80%ec%9e%90-%ec%9c%bc%eb%a1%9c-%eb%a7%88%eb%ac%b4%eb%a6%ac-%ec%b2%98%eb%a6%ac","status":"publish","type":"post","link":"https:\/\/blog.mydepot.kr\/?p=311","title":{"rendered":"[CSS] \uae00\uc790 \uc218 \uc81c\ud55c \ubc0f \uc798\ub9b0 \uae00\uc790 &#8230; \uc73c\ub85c \ub9c8\ubb34\ub9ac \ucc98\ub9ac"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>\ub2e8\uc77c\ub77c\uc778 \ucc98\ub9ac<\/li><\/ul>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: css; title: ; notranslate\" title=\"\">\n.elemClass {\n      display: block;\n      overflow: hidden;\n      text-overflow: ellipsis;\n      white-space: nowrap;\n}\n<\/pre><\/div>\n\n\n<ul class=\"wp-block-list\"><li>\uba40\ud2f0\ub77c\uc778 \ucc98\ub9ac<\/li><\/ul>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: css; title: ; notranslate\" title=\"\">\n@mixin cutMultiLines($lineCnt, $lineHeight) {\n      overflow: hidden;\n      text-overflow: ellipsis;\n      display: -webkit-box;\n      -webkit-line-clamp: $lineCnt; \/\/ \ucd5c\ub300 \uc904 \uc218\n      -webkit-box-orient: vertical;\n      word-wrap: break-word; \n      line-height: $lineHeight;\n      height: $lineHeight * $lineCnt;\n}\n\n.elemClass {\n      @include cutMultiLines(\ucd5c\ub300 \uc904 \uc218, \ud55c \uc904 \ub192\uc774); \n}\n<\/pre><\/div>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ub2e8\uc77c\ub77c\uc778 \ucc98\ub9ac \uba40\ud2f0\ub77c\uc778 \ucc98\ub9ac<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[133],"tags":[137,134,135,136],"class_list":["post-311","post","type-post","status-publish","format-standard","hentry","category-css","tag-eclipsis","tag-css","tag-scss","tag-136"],"modified_by":"\ucc38\ube5b\ubc14\ub2e4","_links":{"self":[{"href":"https:\/\/blog.mydepot.kr\/index.php?rest_route=\/wp\/v2\/posts\/311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mydepot.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mydepot.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mydepot.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mydepot.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=311"}],"version-history":[{"count":1,"href":"https:\/\/blog.mydepot.kr\/index.php?rest_route=\/wp\/v2\/posts\/311\/revisions"}],"predecessor-version":[{"id":312,"href":"https:\/\/blog.mydepot.kr\/index.php?rest_route=\/wp\/v2\/posts\/311\/revisions\/312"}],"wp:attachment":[{"href":"https:\/\/blog.mydepot.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mydepot.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mydepot.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}