{"id":31373,"date":"2016-01-13T17:53:18","date_gmt":"2016-01-13T12:23:18","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=31373"},"modified":"2016-12-19T15:37:04","modified_gmt":"2016-12-19T10:07:04","slug":"how-to-create-button-in-3d-effect-with-the-help-of-css3","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/","title":{"rendered":"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3"},"content":{"rendered":"<p>How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is being push down.<\/p>\n<p>To achieve this look we are use the <a href=\"http:\/\/www.w3.org\/TR\/CSS2\/selector.html#dynamic-pseudo-classes\">CSS active selector<\/a> which becomes active when the visitor click on the attached element.<\/p>\n<p>We can change effect according us.<\/p>\n<p><strong>{HTML}<\/strong><br \/>\n<code><br \/>\n&lt;p&gt;Click to activate.&lt;\/p&gt;<br \/>\n&lt;p&gt;&amp;nbsp&lt;\/p&gt;<br \/>\n&lt;p&gt;<br \/>\n&lt;button class=\"bt-facebook\"&gt;&lt;\/button&gt;<br \/>\n&lt;button class=\"bt-twitter\"&gt;&lt;\/button&gt;<br \/>\n&lt;button class=\"bt-in\"&gt;&lt;\/button&gt;<br \/>\n&lt;button class=\"bt-vimeo\"&gt;&lt;\/button&gt;<br \/>\n&lt;\/p&gt;<br \/>\n  <\/code><\/p>\n<p><strong>{CSS}<\/strong><\/p>\n<p><code><br \/>\n@font-face {<br \/>\nfont-family: 'socialfont';<br \/>\nsrc: url('http:\/\/mediaashley.com\/MyFont.ttf') format('truetype');<br \/>\nfont-weight: normal;<br \/>\nfont-style: normal;<br \/>\n&nbsp;<br \/>\n}<br \/>\n<\/code><br \/>\n&nbsp;<br \/>\n<code>body<br \/>\nbackground: #ddd;<br \/>\nwidth: 100%;<br \/>\nmargin: 72px;<br \/>\n} <\/code><br \/>\n<code><br \/>\nbutton {x<br \/>\nwidth:102px;<br \/>\nheight:102px;<br \/>\ndisplay:inline-block;<br \/>\nfont-family: Helvetica;<br \/>\nfont-size: 15px;<br \/>\nfont-weight: bold;<br \/>\ncolor:#fff;<br \/>\ntext-decoration: none;<br \/>\ntext-transform: uppercase;<br \/>\ntext-align: center;<br \/>\ntext-shadow:2px 2px 0px #000fff;<br \/>\npadding-top:7px;<br \/>\nmargin-left: auto;<br \/>\nmargin-right: auto;<br \/>\nleft:30px;<br \/>\nposition:relative;<br \/>\ncursor:pointer;<br \/>\nborder: none;<br \/>\nbackground: #444ddd;<br \/>\nbackground-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);<br \/>\nborder-radius: 6px;<br \/>\nbox-shadow: inset 0px 2px 0px #8389e1, 0px 6px 0px 0px #000fff, 0px 10px 5px #999;<br \/>\n} <\/code><br \/>\n<code>button:active {<br \/>\ntop:3px;<br \/>\nbox-shadow: inset 0px 1px 0px #000fff, 0px 2px 0px 0px #000fff, 0px 5px 3px #000fff;<br \/>\n}<\/code><br \/>\n<code>button:before {<br \/>\nfont-family: 'socialfont';<br \/>\nfont-size: 52px;<br \/>\nline-height: 1em;<br \/>\nfont-weight: normal;<br \/>\ncolor: #fff;<br \/>\ncontent:\"\\F020\";<br \/>\nwidth:86px;<br \/>\nheight:92px;<br \/>\ndisplay:block;<br \/>\nposition:absolute;<br \/>\npadding-top:11px;<br \/>\ntop:10px;<br \/>\ntext-shadow: 1px 1px 3px #000fff;<br \/>\n&nbsp;<br \/>\n}<\/code><br \/>\n&nbsp;<br \/>\n<code>button:active:before {<br \/>\ntop: 8px;<br \/>\nfont-size: 52px;<br \/>\ntext-shadow: 0px 4px 0px #000fff, 0px 6px 1px #000fff\/*, 3px 0px 1px #000fff, 3px 3px 1px #000fff, -2px 0px 1px #68cff2*\/;<br \/>\n}<\/code><br \/>\n&nbsp;<br \/>\n<code>.bt-twitter:before {<br \/>\ncontent:\"\\F021\";<br \/>\n}<\/code><br \/>\n<code>.bt-in:before {<br \/>\ncontent:\"\\F022\";<br \/>\n}<\/code><br \/>\n<code>.bt-vimeo:before{<br \/>\ncontent:\"\\F024\";<br \/>\n}<\/code><\/p>\n<p><code><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-31374\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/01\/3dEffectbuttonimg.jpg\" alt=\"3dEffectbuttonimg\" width=\"518\" height=\"233\" \/><\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is [&hellip;]<\/p>\n","protected":false},"author":773,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":25,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-31373","post","type-post","status-publish","format-standard","hentry","category-technology"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Vinay Verma\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3 | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3 | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/#article\",\"name\":\"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3 | TO THE NEW Blog\",\"headline\":\"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vinay-2\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2016\\\/01\\\/3dEffectbuttonimg.jpg\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/#articleImage\"},\"datePublished\":\"2016-01-13T17:53:18+05:30\",\"dateModified\":\"2016-12-19T15:37:04+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/#webpage\"},\"articleSection\":\"Technology\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/#listItem\",\"name\":\"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/#listItem\",\"position\":3,\"name\":\"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vinay-2\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vinay-2\\\/\",\"name\":\"Vinay Verma\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/e1463a08-064a-4349-b6d9-287fcf27cb4f_vinay.verma@tothenew.com.jpg\",\"width\":96,\"height\":96,\"caption\":\"Vinay Verma\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/\",\"name\":\"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3 | TO THE NEW Blog\",\"description\":\"How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-create-button-in-3d-effect-with-the-help-of-css3\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vinay-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vinay-2\\\/#author\"},\"datePublished\":\"2016-01-13T17:53:18+05:30\",\"dateModified\":\"2016-12-19T15:37:04+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3 | TO THE NEW Blog","description":"How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is","canonical_url":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/#article","name":"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3 | TO THE NEW Blog","headline":"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/vinay-2\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2016\/01\/3dEffectbuttonimg.jpg","@id":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/#articleImage"},"datePublished":"2016-01-13T17:53:18+05:30","dateModified":"2016-12-19T15:37:04+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/#webpage"},"articleSection":"Technology"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.xyz\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/#listItem","name":"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/#listItem","position":3,"name":"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/vinay-2\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/vinay-2\/","name":"Vinay Verma","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/e1463a08-064a-4349-b6d9-287fcf27cb4f_vinay.verma@tothenew.com.jpg","width":96,"height":96,"caption":"Vinay Verma"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/","name":"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3 | TO THE NEW Blog","description":"How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/vinay-2\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/vinay-2\/#author"},"datePublished":"2016-01-13T17:53:18+05:30","dateModified":"2016-12-19T15:37:04+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3 | TO THE NEW Blog","og:description":"How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is","og:url":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3 | TO THE NEW Blog","twitter:description":"How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"31373","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 15:27:51","updated":"2024-02-29 09:26:53","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Technology","link":"https:\/\/2thenew.xyz\/blog\/category\/technology\/"},{"label":"HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3","link":"https:\/\/2thenew.xyz\/blog\/how-to-create-button-in-3d-effect-with-the-help-of-css3\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/31373","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/773"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=31373"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/31373\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=31373"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=31373"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=31373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}