{"id":120,"date":"2020-05-18T20:07:00","date_gmt":"2020-05-18T11:07:00","guid":{"rendered":"https:\/\/trret.com\/?p=120"},"modified":"2021-03-19T23:39:27","modified_gmt":"2021-03-19T14:39:27","slug":"css-border%ec%97%90-gradient%ec%a3%bc%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/trret.com\/?p=120","title":{"rendered":"CSS border\uc5d0 gradient\uc8fc\uae30"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;style>\n.gradient-border {\n  box-sizing: border-box;\n  display: inline-block;\n  margin: 10px;\n  width: 150px;\n  height: 150px;\n  border-style: solid;\n  border-image: linear-gradient(to right, #01c9ca 0%, #3886FF 100%);\n  border-image-slice: 1;\n  background: #f7f7f7;\n}\n\n.top { border-image-width: 20px 0 0 0; }\n.bottom { border-image-width: 0 0 0 20px; }\n.left { border-image-width: 0 0 20px 0; }\n.right { border-image-width: 0 20px 0 0; }\n.all { border-image-width: 20px; }\n&lt;\/style>\n\n&lt;div class=\"gradient-border top\">&lt;\/div>\n&lt;div class=\"gradient-border bottom\">&lt;\/div>\n&lt;div class=\"gradient-border left\">&lt;\/div>\n&lt;div class=\"gradient-border right\">&lt;\/div>\n&lt;div class=\"gradient-border all\">&lt;\/div>\n\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","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\/120"}],"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=120"}],"version-history":[{"count":1,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/120\/revisions"}],"predecessor-version":[{"id":121,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/120\/revisions\/121"}],"wp:attachment":[{"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=120"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=120"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}