{"id":1189,"date":"2020-10-23T20:58:52","date_gmt":"2020-10-23T11:58:52","guid":{"rendered":"http:\/\/meeny.com\/?p=1189"},"modified":"2020-10-23T20:59:04","modified_gmt":"2020-10-23T11:59:04","slug":"css-custome-properties","status":"publish","type":"post","link":"https:\/\/meeny.com\/?p=1189","title":{"rendered":"CSS Custome Properties"},"content":{"rendered":"\n<p>CSS Animation Effect with CSS Custome Properties. (&#8211;css:variables)<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"CSS Custome Properties - CSS Animation Effect \/ --css:variables\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/hHqEdpbTcrI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">HTML<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html lang=\"en\">\n&lt;head>\n    &lt;meta charset=\"UTF-8\">\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    &lt;title>cssCustomProperties&lt;\/title>\n    &lt;link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/css\/bootstrap.min.css\" integrity=\"sha384-TX8t27EcRE3e\/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2\" crossorigin=\"anonymous\">\n    &lt;link rel=\"stylesheet\" href=\"main.css\">\n    &lt;script src=\"https:\/\/code.jquery.com\/jquery-3.5.1.slim.min.js\" integrity=\"sha384-DfXdz2htPH0lsSSs5nCTpuj\/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj\" crossorigin=\"anonymous\">&lt;\/script>\n    &lt;script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/js\/bootstrap.bundle.min.js\" integrity=\"sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ\/JpcUGGOn+Y7RsweNrtN\/tE3MoK7ZeZDyx\" crossorigin=\"anonymous\">&lt;\/script>\n&lt;\/head>\n\n&lt;div class=\"contents bg-primary overflow-hidden\">\n    &lt;div class=\"container d-flex justify-content-center align-items-center h-100\">\n        &lt;div class=\"section1 display-4 font-weight-bolder text-success\">\n            &lt;span style=\"--Mdelay : 1\">c&lt;\/span>\n            &lt;span style=\"--Mdelay : 2\">s&lt;\/span>\n            &lt;span style=\"--Mdelay : 3\">s&lt;\/span>\n            &lt;span style=\"--Mdelay : 4\">C&lt;\/span>\n            &lt;span style=\"--Mdelay : 5\">u&lt;\/span>\n            &lt;span style=\"--Mdelay : 6\">s&lt;\/span>\n            &lt;span style=\"--Mdelay : 7\">t&lt;\/span>\n            &lt;span style=\"--Mdelay : 8\">o&lt;\/span>\n            &lt;span style=\"--Mdelay : 9\">m&lt;\/span>\n            &lt;span style=\"--Mdelay : 10\">P&lt;\/span>\n            &lt;span style=\"--Mdelay : 11\">r&lt;\/span>\n            &lt;span style=\"--Mdelay : 12\">o&lt;\/span>\n            &lt;span style=\"--Mdelay : 13\">p&lt;\/span>\n            &lt;span style=\"--Mdelay : 14\">e&lt;\/span>\n            &lt;span style=\"--Mdelay : 15\">r&lt;\/span>\n            &lt;span style=\"--Mdelay : 16\">t&lt;\/span>\n            &lt;span style=\"--Mdelay : 17\">i&lt;\/span>\n            &lt;span style=\"--Mdelay : 18\">e&lt;\/span>\n            &lt;span style=\"--Mdelay : 19\">s&lt;\/span>\n        &lt;\/div>\n    &lt;\/div>\n&lt;\/div>\n\n\n\n&lt;body>\n    \n&lt;\/body>\n&lt;\/html><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">scss<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>html{\n    font-size: 18px;\n    letter-spacing: -0.4em;\n    word-spacing: 0.05em;\n}\n\n.contents{\n    height : 100vh;\n    background: linear-gradient(to top, darken($primary,50%), $primary);\n    .section1{\n        transform-style: preserve-3d;\n        transform: perspective(600px) rotateX(0deg) rotateY(60deg);\n        -webkit-box-reflect: below -10px linear-gradient(transparent, rgba(23,35,58,0.2));\n        span{\n            display: inline-block;\n            animation: ani2 3s infinite cubic-bezier(0.53, 0.02, 0.22, 1.01);\n            animation-delay: calc(0.04s * var(--Mdelay));\n        }\n    }\n}\n\n\n@keyframes ani1 {\n    0%{\n        transform: translateY(0px);\n    }\n    50%{\n        transform: translateY(-40PX) scale(1.4);\n        filter:blur(4px);\n    }\n}\n\n@keyframes ani2 {\n    0%{\n        transform: translate3d(0,0,0);\n    }\n    50%{\n        transform: translate3d(20px,0,0) scale(1.6) rotateY(360deg);\n        filter: blur(2px);\n        color: $yellow;\n        padding: 2px;\n    }\n}<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-meeny\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"dEEjIx3QNR\"><a href=\"https:\/\/meeny.com\/2020\/06\/20\/bootstrap4-theming-ep01\/\">Bootstrap4 theming ep01<\/a><\/blockquote><iframe title=\"&#8220;Bootstrap4 theming ep01&#8221; &#8212; Meeny\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https:\/\/meeny.com\/2020\/06\/20\/bootstrap4-theming-ep01\/embed\/#?secret=dEEjIx3QNR\" data-secret=\"dEEjIx3QNR\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-meeny\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"gL2mE0oymi\"><a href=\"https:\/\/meeny.com\/2020\/06\/22\/bootstrap4-theming-ep02\/\">Bootstrap4 theming ep02<\/a><\/blockquote><iframe title=\"&#8220;Bootstrap4 theming ep02&#8221; &#8212; Meeny\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https:\/\/meeny.com\/2020\/06\/22\/bootstrap4-theming-ep02\/embed\/#?secret=gL2mE0oymi\" data-secret=\"gL2mE0oymi\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>CSS Animation Effect with CSS Custome Properties. (&#8211;css:variables) HTML scss<\/p>\n","protected":false},"author":1,"featured_media":1190,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","footnotes":""},"categories":[62],"tags":[415,410,411,444,443,442,396,762,397,395,394,398,422,438,439,441],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>CSS Custome Properties - Meeny<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/meeny.com\/?p=1189\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CSS Custome Properties - Meeny\" \/>\n<meta property=\"og:description\" content=\"CSS Animation Effect with CSS Custome Properties. (&#8211;css:variables) HTML scss\" \/>\n<meta property=\"og:url\" content=\"https:\/\/meeny.com\/?p=1189\" \/>\n<meta property=\"og:site_name\" content=\"Meeny\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-23T11:58:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-23T11:59:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/10\/011CssCustomProperties.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Meeny\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Meeny\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/meeny.com\/?p=1189#article\",\"isPartOf\":{\"@id\":\"https:\/\/meeny.com\/?p=1189\"},\"author\":{\"name\":\"Meeny\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9\"},\"headline\":\"CSS Custome Properties\",\"datePublished\":\"2020-10-23T11:58:52+00:00\",\"dateModified\":\"2020-10-23T11:59:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/meeny.com\/?p=1189\"},\"wordCount\":28,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization\"},\"image\":{\"@id\":\"https:\/\/meeny.com\/?p=1189#primaryimage\"},\"thumbnailUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/10\/011CssCustomProperties.jpg\",\"keywords\":[\"bootstrap\",\"bootstrap css\",\"bootstrap html\",\"bootstrap theme fonts\",\"Bootstrap4 primary color change\",\"Bootstrap4 theming\",\"css\",\"Css Custom Properties\",\"html\",\"html code\",\"html css\",\"javascript\",\"responsive design\",\"sticky-top\",\"template\",\"theming\"],\"articleSection\":[\"HTML &amp; CSS\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/meeny.com\/?p=1189#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/meeny.com\/?p=1189\",\"url\":\"https:\/\/meeny.com\/?p=1189\",\"name\":\"CSS Custome Properties - Meeny\",\"isPartOf\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/meeny.com\/?p=1189#primaryimage\"},\"image\":{\"@id\":\"https:\/\/meeny.com\/?p=1189#primaryimage\"},\"thumbnailUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/10\/011CssCustomProperties.jpg\",\"datePublished\":\"2020-10-23T11:58:52+00:00\",\"dateModified\":\"2020-10-23T11:59:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/meeny.com\/?p=1189#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/meeny.com\/?p=1189\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/meeny.com\/?p=1189#primaryimage\",\"url\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/10\/011CssCustomProperties.jpg\",\"contentUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/10\/011CssCustomProperties.jpg\",\"width\":1920,\"height\":1080,\"caption\":\"Css Custom Properties\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/meeny.com\/?p=1189#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/meeny.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CSS Custome Properties\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website\",\"url\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/\",\"name\":\"Meeny\",\"description\":\"Issues &amp; News\",\"publisher\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization\",\"name\":\"Meeny\",\"url\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png\",\"contentUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png\",\"width\":180,\"height\":41,\"caption\":\"Meeny\"},\"image\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9\",\"name\":\"Meeny\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g\",\"caption\":\"Meeny\"},\"sameAs\":[\"http:\/\/blog.epart.kr\"],\"url\":\"https:\/\/meeny.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CSS Custome Properties - Meeny","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/meeny.com\/?p=1189","og_locale":"ko_KR","og_type":"article","og_title":"CSS Custome Properties - Meeny","og_description":"CSS Animation Effect with CSS Custome Properties. (&#8211;css:variables) HTML scss","og_url":"https:\/\/meeny.com\/?p=1189","og_site_name":"Meeny","article_published_time":"2020-10-23T11:58:52+00:00","article_modified_time":"2020-10-23T11:59:04+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/10\/011CssCustomProperties.jpg","type":"image\/jpeg"}],"author":"Meeny","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Meeny","Est. reading time":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/meeny.com\/?p=1189#article","isPartOf":{"@id":"https:\/\/meeny.com\/?p=1189"},"author":{"name":"Meeny","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9"},"headline":"CSS Custome Properties","datePublished":"2020-10-23T11:58:52+00:00","dateModified":"2020-10-23T11:59:04+00:00","mainEntityOfPage":{"@id":"https:\/\/meeny.com\/?p=1189"},"wordCount":28,"commentCount":0,"publisher":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization"},"image":{"@id":"https:\/\/meeny.com\/?p=1189#primaryimage"},"thumbnailUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/10\/011CssCustomProperties.jpg","keywords":["bootstrap","bootstrap css","bootstrap html","bootstrap theme fonts","Bootstrap4 primary color change","Bootstrap4 theming","css","Css Custom Properties","html","html code","html css","javascript","responsive design","sticky-top","template","theming"],"articleSection":["HTML &amp; CSS"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/meeny.com\/?p=1189#respond"]}]},{"@type":"WebPage","@id":"https:\/\/meeny.com\/?p=1189","url":"https:\/\/meeny.com\/?p=1189","name":"CSS Custome Properties - Meeny","isPartOf":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website"},"primaryImageOfPage":{"@id":"https:\/\/meeny.com\/?p=1189#primaryimage"},"image":{"@id":"https:\/\/meeny.com\/?p=1189#primaryimage"},"thumbnailUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/10\/011CssCustomProperties.jpg","datePublished":"2020-10-23T11:58:52+00:00","dateModified":"2020-10-23T11:59:04+00:00","breadcrumb":{"@id":"https:\/\/meeny.com\/?p=1189#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/meeny.com\/?p=1189"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/meeny.com\/?p=1189#primaryimage","url":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/10\/011CssCustomProperties.jpg","contentUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/10\/011CssCustomProperties.jpg","width":1920,"height":1080,"caption":"Css Custom Properties"},{"@type":"BreadcrumbList","@id":"https:\/\/meeny.com\/?p=1189#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/meeny.com\/"},{"@type":"ListItem","position":2,"name":"CSS Custome Properties"}]},{"@type":"WebSite","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website","url":"https:\/\/meeny.com\/?tag=ios-13-4-5\/","name":"Meeny","description":"Issues &amp; News","publisher":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/meeny.com\/?tag=ios-13-4-5\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization","name":"Meeny","url":"https:\/\/meeny.com\/?tag=ios-13-4-5\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/","url":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png","contentUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png","width":180,"height":41,"caption":"Meeny"},"image":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9","name":"Meeny","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g","caption":"Meeny"},"sameAs":["http:\/\/blog.epart.kr"],"url":"https:\/\/meeny.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts\/1189"}],"collection":[{"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1189"}],"version-history":[{"count":1,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts\/1189\/revisions"}],"predecessor-version":[{"id":1191,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts\/1189\/revisions\/1191"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/media\/1190"}],"wp:attachment":[{"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}