{"id":394,"date":"2021-02-28T16:05:28","date_gmt":"2021-02-28T16:05:28","guid":{"rendered":"https:\/\/codeflarelimited.com\/blog\/?p=394"},"modified":"2021-05-20T11:17:44","modified_gmt":"2021-05-20T10:17:44","slug":"create-diagonal-stripes-in-css","status":"publish","type":"post","link":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/","title":{"rendered":"Create Diagonal Stripes in CSS"},"content":{"rendered":"\n<p>We generally encounter striped design in most websites, magazines and flyers. But a diagonal stripe in CSS? How is that even possible?<\/p>\n\n\n\n<p>Yes, it is possible and we are not using a bitmap image or an SVG. We would just rely on CSS&#8217;s linear gradient and background-size property.<\/p>\n\n\n\n<p>So let&#8217;s begin.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\">&lt;body style=\"background: repeating-linear-gradient(45deg,\ngreen 0, green 25%, #58a 0, #58a 50%);\nbackground-size: 42.426406871px 42.426406871px;\"&gt;\n&lt;p&gt;Your text here &lt;\/p&gt;\n&lt;\/body&gt;<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"589\" src=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53-1024x589.png\" alt=\"\" class=\"wp-image-395\" srcset=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53-1024x589.png 1024w, https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53-300x173.png 300w, https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53-768x442.png 768w, https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53-1200x690.png 1200w, https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53.png 1440w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Let&#8217;s understand how this worked out.<\/p>\n\n\n\n<p>To understand how we were able to create the diagonal stripe, we need to remember the <em><a href=\"https:\/\/byjus.com\/maths\/pythagoras-theorem\/\" target=\"_blank\" rel=\"noreferrer noopener\">Pythagorean theorem<\/a> <\/em>we learned at school about calculating the lengths of the sides of right triangles. <\/p>\n\n\n\n<p>The theorem states that the hypotenuse (the longest, diagonal side of the triangle) is equal to <em>a<\/em>2 + <em>b<\/em>2 where <em>a <\/em>and <em>b <\/em>are the lengths of its legs. On a 45\u00b0 right triangle, both its legs are of the same length, so the formula becomes 2<em>a<\/em>2 = <em>a <\/em>2. <\/p>\n\n\n\n<p>In our diagonal stripes, the background size specifies the length of the hypotenuse, but the stripe width is actually the length of the leg.  <\/p>\n\n\n\n<p>This means that to get our original stripe width of <strong>15px<\/strong>, we need to specify a background size of 2 \u00d7 15 2 \u2248 42 . 426406871 pixels, which we can safely round off to 42px.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/codeflarelimited.com\" target=\"_blank\" rel=\"noreferrer noopener\">Begin your software development training<\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We generally encounter striped design in most websites, magazines and flyers. But a diagonal stripe in CSS? How<\/p>\n","protected":false},"author":1,"featured_media":395,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[32],"tags":[],"class_list":["post-394","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cascading-style-sheet"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Create Diagonal Stripes in CSS<\/title>\n<meta name=\"description\" content=\"We generally encounter striped design in most websites, magazines and flyers. But a diagonal stripe in CSS? How is that even possible?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create Diagonal Stripes in CSS\" \/>\n<meta property=\"og:description\" content=\"We generally encounter striped design in most websites, magazines and flyers. But a diagonal stripe in CSS? How is that even possible?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/codeflretech\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-28T16:05:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-20T10:17:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"828\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"codeflare\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codeflaretech\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/\"},\"author\":{\"name\":\"codeflare\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\"},\"headline\":\"Create Diagonal Stripes in CSS\",\"datePublished\":\"2021-02-28T16:05:28+00:00\",\"dateModified\":\"2021-05-20T10:17:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/\"},\"wordCount\":197,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Screenshot-2021-02-28-at-16.45.53.png\",\"articleSection\":[\"Cascading style sheet\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/\",\"name\":\"Create Diagonal Stripes in CSS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Screenshot-2021-02-28-at-16.45.53.png\",\"datePublished\":\"2021-02-28T16:05:28+00:00\",\"dateModified\":\"2021-05-20T10:17:44+00:00\",\"description\":\"We generally encounter striped design in most websites, magazines and flyers. But a diagonal stripe in CSS? How is that even possible?\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Screenshot-2021-02-28-at-16.45.53.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Screenshot-2021-02-28-at-16.45.53.png\",\"width\":1440,\"height\":828,\"caption\":\"software development training in abuja\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/create-diagonal-stripes-in-css\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cascading style sheet\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/cascading-style-sheet\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Create Diagonal Stripes in CSS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"name\":\"\",\"description\":\"Sustainable solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\",\"name\":\"Codeflare Limited\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"width\":1040,\"height\":263,\"caption\":\"Codeflare Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\",\"name\":\"codeflare\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"caption\":\"codeflare\"},\"description\":\"Latest tech news and coding tips.\",\"sameAs\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\",\"https:\\\/\\\/facebook.com\\\/codeflretech\",\"https:\\\/\\\/instagram.com\\\/codeflaretech\",\"https:\\\/\\\/x.com\\\/codeflaretech\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1\"],\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/author\\\/watcher\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create Diagonal Stripes in CSS","description":"We generally encounter striped design in most websites, magazines and flyers. But a diagonal stripe in CSS? How is that even possible?","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:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/","og_locale":"en_US","og_type":"article","og_title":"Create Diagonal Stripes in CSS","og_description":"We generally encounter striped design in most websites, magazines and flyers. But a diagonal stripe in CSS? How is that even possible?","og_url":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/","article_author":"https:\/\/facebook.com\/codeflretech","article_published_time":"2021-02-28T16:05:28+00:00","article_modified_time":"2021-05-20T10:17:44+00:00","og_image":[{"width":1440,"height":828,"url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53.png","type":"image\/png"}],"author":"codeflare","twitter_card":"summary_large_image","twitter_creator":"@codeflaretech","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/#article","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/"},"author":{"name":"codeflare","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a"},"headline":"Create Diagonal Stripes in CSS","datePublished":"2021-02-28T16:05:28+00:00","dateModified":"2021-05-20T10:17:44+00:00","mainEntityOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/"},"wordCount":197,"commentCount":0,"publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53.png","articleSection":["Cascading style sheet"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/","url":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/","name":"Create Diagonal Stripes in CSS","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/#primaryimage"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53.png","datePublished":"2021-02-28T16:05:28+00:00","dateModified":"2021-05-20T10:17:44+00:00","description":"We generally encounter striped design in most websites, magazines and flyers. But a diagonal stripe in CSS? How is that even possible?","breadcrumb":{"@id":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/#primaryimage","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53.png","width":1440,"height":828,"caption":"software development training in abuja"},{"@type":"BreadcrumbList","@id":"https:\/\/codeflarelimited.com\/blog\/create-diagonal-stripes-in-css\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codeflarelimited.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Cascading style sheet","item":"https:\/\/codeflarelimited.com\/blog\/cascading-style-sheet\/"},{"@type":"ListItem","position":3,"name":"Create Diagonal Stripes in CSS"}]},{"@type":"WebSite","@id":"https:\/\/codeflarelimited.com\/blog\/#website","url":"https:\/\/codeflarelimited.com\/blog\/","name":"","description":"Sustainable solutions","publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codeflarelimited.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codeflarelimited.com\/blog\/#organization","name":"Codeflare Limited","url":"https:\/\/codeflarelimited.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","width":1040,"height":263,"caption":"Codeflare Limited"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a","name":"codeflare","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","caption":"codeflare"},"description":"Latest tech news and coding tips.","sameAs":["https:\/\/codeflarelimited.com\/blog","https:\/\/facebook.com\/codeflretech","https:\/\/instagram.com\/codeflaretech","https:\/\/x.com\/codeflaretech","https:\/\/www.youtube.com\/channel\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1"],"url":"https:\/\/codeflarelimited.com\/blog\/author\/watcher\/"}]}},"jetpack_featured_media_url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/02\/Screenshot-2021-02-28-at-16.45.53.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/394","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/comments?post=394"}],"version-history":[{"count":2,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/394\/revisions"}],"predecessor-version":[{"id":613,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/394\/revisions\/613"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media\/395"}],"wp:attachment":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media?parent=394"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/categories?post=394"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/tags?post=394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}