{"id":338,"date":"2012-02-24T17:00:45","date_gmt":"2012-02-24T17:00:45","guid":{"rendered":"https:\/\/theextremewebdesigns.com\/blog\/?p=338"},"modified":"2012-02-24T17:00:45","modified_gmt":"2012-02-24T17:00:45","slug":"how-to-create-stitched-look-using-css3","status":"publish","type":"post","link":"https:\/\/theextremewebdesigns.com\/blog\/how-to-create-stitched-look-using-css3\/","title":{"rendered":"How to create &#8220;Stitched&#8221; look using CSS3"},"content":{"rendered":"<p>Ever wanted to create a <em><strong>Stitched look using CSS<\/strong><\/em> only without using any graphic tools? Here&#8217;s a little snippet of code that lets you achieve exactly that.<!--more--><\/p>\n<h2>Example to Create &#8220;Stitched&#8221; look using CSS3<\/h2>\n<div class=\"make_demo\">\r\n\r\n\t<form action=\"https:\/\/theextremewebdesigns.com\/blog\/wp-content\/themes\/ewd_blog_2017\/try_demo.php?post_id=338\" method=\"post\" name=\"form1\" target=\"_blank\" id=\"form1\">\r\n\r\n\r\n\t<input type=\"hidden\" name=\"shortcode_content\" id=\"shortcode_content\" value=\"\" \/>\r\n\r\n        <div class=\"try_demo_btn_container\">\r\n\r\n\r\n            <button type=\"submit\" name=\"sbt_make_demo\" id=\"sbt_make_demo\" class=\"btn-primary btn-try-demo\">\r\n                Try Demo\r\n            <\/button>\r\n\r\n\r\n        <\/div><!-- .try_demo_btn_container -->\r\n\r\n    <\/form>\r\n    <\/div>\r\n    \n<p>Here is what we are going to create:<\/p>\n<p><a href=\"https:\/\/theextremewebdesigns.com\/blog\/wp-content\/uploads\/2012\/02\/stitched_box.png\" class=\"broken_link\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-339\" title=\"Stitched look CSS\" alt=\"Stitched look CSS\" src=\"https:\/\/theextremewebdesigns.com\/blog\/wp-content\/uploads\/2012\/02\/stitched_box.png\" width=\"161\" height=\"159\" \/><\/a><\/p>\n<pre class=\"lang:xhtml decode:true\">&lt;style type=\"text\/css\"&gt;\n.stitched_bg {\nbackground-color: #356A00;\npadding: 5px;\nwidth: 145px;\nheight: 145px;\nmargin-left: auto;\nmargin-right: auto;\n}\n.stitched {\nborder:2px dashed #ffffff;\nbox-shadow: 0 0 0 8px #356A00;\ncolor: #FFF;\nheight: 140px;\n}\n&lt;\/style&gt;\n&lt;div class=\"stitched_bg\"&gt;\n&lt;div class=\"stitched\"&gt;&lt;\/div&gt;\n&lt;\/div&gt;<\/pre>\n<p>That&#8217;s it! Isn&#8217;t that simple?<\/p>\n<div class=\"make_demo\">\r\n\r\n\t<form action=\"https:\/\/theextremewebdesigns.com\/blog\/wp-content\/themes\/ewd_blog_2017\/try_demo.php?post_id=338\" method=\"post\" name=\"form1\" target=\"_blank\" id=\"form1\">\r\n\r\n\r\n\t<input type=\"hidden\" name=\"shortcode_content\" id=\"shortcode_content\" value=\"\" \/>\r\n\r\n        <div class=\"try_demo_btn_container\">\r\n\r\n\r\n            <button type=\"submit\" name=\"sbt_make_demo\" id=\"sbt_make_demo\" class=\"btn-primary btn-try-demo\">\r\n                Try Demo\r\n            <\/button>\r\n\r\n\r\n        <\/div><!-- .try_demo_btn_container -->\r\n\r\n    <\/form>\r\n    <\/div>\r\n    \n<h5>Your turn!<\/h5>\n<p>Do you know of any other ways to <em><strong>create stitched effecting using only CSS<\/strong><\/em>? If yes, please feel free to share with us by commenting below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ever wanted to create a Stitched look using CSS only without using any graphic tools? Here&#8217;s a little snippet of code that lets you achieve exactly that.<\/p>\n","protected":false},"author":1,"featured_media":276,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[18,6,13],"tags":[51,52],"class_list":["post-338","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-css-tips-and-tricks","category-snippets","category-tips-and-tricks","tag-css-snippets","tag-css-tips"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/paBnQX-5s","jetpack_sharing_enabled":true,"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/posts\/338","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/comments?post=338"}],"version-history":[{"count":0,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/posts\/338\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/media?parent=338"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/categories?post=338"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/tags?post=338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}