{"id":1172,"date":"2010-07-02T20:01:45","date_gmt":"2010-07-02T14:31:45","guid":{"rendered":"http:\/\/www.tothenew.com\/blog\/?p=1172"},"modified":"2016-12-19T15:16:58","modified_gmt":"2016-12-19T09:46:58","slug":"rounded-corner-and-css3-gradient-with-border","status":"publish","type":"post","link":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/","title":{"rendered":"Rounded corner and CSS3 Gradient with border"},"content":{"rendered":"<p>First download these files:<br \/>\n<a href=\"http:\/\/code.jquery.com\/jquery-1.4.2.min.js\" target=\"_blank\"> http:\/\/code.jquery.com\/jquery-1.4.2.min.js<\/a><\/p>\n<p>You can round corner DIV, LI  tags and others<br \/>\nYou add a class where you want round corner<\/p>\n<p>Add this CSS:<\/p>\n<blockquote>\n<pre lang=\"groovy\">\r\n.cornerBox ul li.corner{zoom:1;border:0;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#1f858f',EndColorstr='#329ba6');background:-webkit-gradient(linear, left top, left bottom, from(#1f858f), to(#329ba6));background:-moz-linear-gradient(top, #1f858f, #329ba6);background:#1f858f;}\r\n.cornerBox ul div.outer {background:#fff;padding:0;margin-top:15px;}<\/pre>\n<\/blockquote>\n<p>Add this jQuery code:<\/p>\n<blockquote>\n<pre lang=\"javascript\"> $(function(){\r\n\t\t $('.corner').wrap('\r\n\r\n');\r\n\t\t$('.corner').corner(\"round 3px\").parent().css('padding', '1px').corner(\"round 3px\")\r\n\t\t    });<\/pre>\n<\/blockquote>\n<p>Hope this helps !!<\/p>\n<p>Umar Pahat<br \/>\numar@intelligrape.com<br \/>\nhttp:\/\/www.tothenew.com<\/p>\n","protected":false},"excerpt":{"rendered":"<p>First download these files: http:\/\/code.jquery.com\/jquery-1.4.2.min.js You can round corner DIV, LI tags and others You add a class where you want round corner Add this CSS: .cornerBox ul li.corner{zoom:1;border:0;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=&#8217;#1f858f&#8217;,EndColorstr=&#8217;#329ba6&#8242;);background:-webkit-gradient(linear, left top, left bottom, from(#1f858f), to(#329ba6));background:-moz-linear-gradient(top, #1f858f, #329ba6);background:#1f858f;} .cornerBox ul div.outer {background:#fff;padding:0;margin-top:15px;} Add this jQuery code: $(function(){ $(&#8216;.corner&#8217;).wrap(&#8216; &#8216;); $(&#8216;.corner&#8217;).corner(&#8220;round 3px&#8221;).parent().css(&#8216;padding&#8217;, &#8216;1px&#8217;).corner(&#8220;round 3px&#8221;) }); Hope this [&hellip;]<\/p>\n","protected":false},"author":23,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":12,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1172","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=\"First download these files: http:\/\/code.jquery.com\/jquery-1.4.2.min.js You can round corner DIV, LI tags and others You add a class where you want round corner Add this CSS: .cornerBox ul li.corner{zoom:1;border:0;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=&#039;#1f858f&#039;,EndColorstr=&#039;#329ba6&#039;);background:-webkit-gradient(linear, left top, left bottom, from(#1f858f), to(#329ba6));background:-moz-linear-gradient(top, #1f858f, #329ba6);background:#1f858f;} .cornerBox ul div.outer {background:#fff;padding:0;margin-top:15px;} Add this jQuery code: $(function(){ $(&#039;.corner&#039;).wrap(&#039; &#039;); $(&#039;.corner&#039;).corner(&quot;round 3px&quot;).parent().css(&#039;padding&#039;, &#039;1px&#039;).corner(&quot;round 3px&quot;) }); Hope this\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Umar\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/\" \/>\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=\"Rounded corner and CSS3 Gradient with border | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"First download these files: http:\/\/code.jquery.com\/jquery-1.4.2.min.js You can round corner DIV, LI tags and others You add a class where you want round corner Add this CSS: .cornerBox ul li.corner{zoom:1;border:0;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=&#039;#1f858f&#039;,EndColorstr=&#039;#329ba6&#039;);background:-webkit-gradient(linear, left top, left bottom, from(#1f858f), to(#329ba6));background:-moz-linear-gradient(top, #1f858f, #329ba6);background:#1f858f;} .cornerBox ul div.outer {background:#fff;padding:0;margin-top:15px;} Add this jQuery code: $(function(){ $(&#039;.corner&#039;).wrap(&#039; &#039;); $(&#039;.corner&#039;).corner(&quot;round 3px&quot;).parent().css(&#039;padding&#039;, &#039;1px&#039;).corner(&quot;round 3px&quot;) }); Hope this\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.tothenew.com\/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=\"Rounded corner and CSS3 Gradient with border | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"First download these files: http:\/\/code.jquery.com\/jquery-1.4.2.min.js You can round corner DIV, LI tags and others You add a class where you want round corner Add this CSS: .cornerBox ul li.corner{zoom:1;border:0;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=&#039;#1f858f&#039;,EndColorstr=&#039;#329ba6&#039;);background:-webkit-gradient(linear, left top, left bottom, from(#1f858f), to(#329ba6));background:-moz-linear-gradient(top, #1f858f, #329ba6);background:#1f858f;} .cornerBox ul div.outer {background:#fff;padding:0;margin-top:15px;} Add this jQuery code: $(function(){ $(&#039;.corner&#039;).wrap(&#039; &#039;); $(&#039;.corner&#039;).corner(&quot;round 3px&quot;).parent().css(&#039;padding&#039;, &#039;1px&#039;).corner(&quot;round 3px&quot;) }); Hope this\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.tothenew.com\/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\\\/rounded-corner-and-css3-gradient-with-border\\\/#article\",\"name\":\"Rounded corner and CSS3 Gradient with border | TO THE NEW Blog\",\"headline\":\"Rounded corner and CSS3 Gradient with border\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2010-07-02T20:01:45+05:30\",\"dateModified\":\"2016-12-19T15:16:58+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/rounded-corner-and-css3-gradient-with-border\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/rounded-corner-and-css3-gradient-with-border\\\/#webpage\"},\"articleSection\":\"Technology\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/rounded-corner-and-css3-gradient-with-border\\\/#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\\\/rounded-corner-and-css3-gradient-with-border\\\/#listItem\",\"name\":\"Rounded corner and CSS3 Gradient with border\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/rounded-corner-and-css3-gradient-with-border\\\/#listItem\",\"position\":3,\"name\":\"Rounded corner and CSS3 Gradient with border\",\"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\\\/umar\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/\",\"name\":\"Umar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/rounded-corner-and-css3-gradient-with-border\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1af3e1b09bea6a0bd4d1bbf4ff4a2fa0596c2ddbb67b3a28a8b8803738d855e7?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Umar\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/rounded-corner-and-css3-gradient-with-border\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/rounded-corner-and-css3-gradient-with-border\\\/\",\"name\":\"Rounded corner and CSS3 Gradient with border | TO THE NEW Blog\",\"description\":\"First download these files: http:\\\/\\\/code.jquery.com\\\/jquery-1.4.2.min.js You can round corner DIV, LI tags and others You add a class where you want round corner Add this CSS: .cornerBox ul li.corner{zoom:1;border:0;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#1f858f',EndColorstr='#329ba6');background:-webkit-gradient(linear, left top, left bottom, from(#1f858f), to(#329ba6));background:-moz-linear-gradient(top, #1f858f, #329ba6);background:#1f858f;} .cornerBox ul div.outer {background:#fff;padding:0;margin-top:15px;} Add this jQuery code: $(function(){ $('.corner').wrap(' '); $('.corner').corner(\\\"round 3px\\\").parent().css('padding', '1px').corner(\\\"round 3px\\\") }); Hope this\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/rounded-corner-and-css3-gradient-with-border\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\"},\"datePublished\":\"2010-07-02T20:01:45+05:30\",\"dateModified\":\"2016-12-19T15:16:58+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":"Rounded corner and CSS3 Gradient with border | TO THE NEW Blog","description":"First download these files: http:\/\/code.jquery.com\/jquery-1.4.2.min.js You can round corner DIV, LI tags and others You add a class where you want round corner Add this CSS: .cornerBox ul li.corner{zoom:1;border:0;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#1f858f',EndColorstr='#329ba6');background:-webkit-gradient(linear, left top, left bottom, from(#1f858f), to(#329ba6));background:-moz-linear-gradient(top, #1f858f, #329ba6);background:#1f858f;} .cornerBox ul div.outer {background:#fff;padding:0;margin-top:15px;} Add this jQuery code: $(function(){ $('.corner').wrap(' '); $('.corner').corner(\"round 3px\").parent().css('padding', '1px').corner(\"round 3px\") }); Hope this","canonical_url":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/#article","name":"Rounded corner and CSS3 Gradient with border | TO THE NEW Blog","headline":"Rounded corner and CSS3 Gradient with border","author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/umar\/#author"},"publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"},"datePublished":"2010-07-02T20:01:45+05:30","dateModified":"2016-12-19T15:16:58+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/#webpage"},"isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/#webpage"},"articleSection":"Technology"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/#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\/rounded-corner-and-css3-gradient-with-border\/#listItem","name":"Rounded corner and CSS3 Gradient with border"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/#listItem","position":3,"name":"Rounded corner and CSS3 Gradient with border","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\/umar\/#author","url":"https:\/\/www.tothenew.com\/blog\/author\/umar\/","name":"Umar","image":{"@type":"ImageObject","@id":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1af3e1b09bea6a0bd4d1bbf4ff4a2fa0596c2ddbb67b3a28a8b8803738d855e7?s=96&d=mm&r=g","width":96,"height":96,"caption":"Umar"}},{"@type":"WebPage","@id":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/#webpage","url":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/","name":"Rounded corner and CSS3 Gradient with border | TO THE NEW Blog","description":"First download these files: http:\/\/code.jquery.com\/jquery-1.4.2.min.js You can round corner DIV, LI tags and others You add a class where you want round corner Add this CSS: .cornerBox ul li.corner{zoom:1;border:0;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#1f858f',EndColorstr='#329ba6');background:-webkit-gradient(linear, left top, left bottom, from(#1f858f), to(#329ba6));background:-moz-linear-gradient(top, #1f858f, #329ba6);background:#1f858f;} .cornerBox ul div.outer {background:#fff;padding:0;margin-top:15px;} Add this jQuery code: $(function(){ $('.corner').wrap(' '); $('.corner').corner(\"round 3px\").parent().css('padding', '1px').corner(\"round 3px\") }); Hope this","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/#breadcrumblist"},"author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/umar\/#author"},"creator":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/umar\/#author"},"datePublished":"2010-07-02T20:01:45+05:30","dateModified":"2016-12-19T15:16:58+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"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Rounded corner and CSS3 Gradient with border | TO THE NEW Blog","og:description":"First download these files: http:\/\/code.jquery.com\/jquery-1.4.2.min.js You can round corner DIV, LI tags and others You add a class where you want round corner Add this CSS: .cornerBox ul li.corner{zoom:1;border:0;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#1f858f',EndColorstr='#329ba6');background:-webkit-gradient(linear, left top, left bottom, from(#1f858f), to(#329ba6));background:-moz-linear-gradient(top, #1f858f, #329ba6);background:#1f858f;} .cornerBox ul div.outer {background:#fff;padding:0;margin-top:15px;} Add this jQuery code: $(function(){ $('.corner').wrap(' '); $('.corner').corner(&quot;round 3px&quot;).parent().css('padding', '1px').corner(&quot;round 3px&quot;) }); Hope this","og:url":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/","og:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Rounded corner and CSS3 Gradient with border | TO THE NEW Blog","twitter:description":"First download these files: http:\/\/code.jquery.com\/jquery-1.4.2.min.js You can round corner DIV, LI tags and others You add a class where you want round corner Add this CSS: .cornerBox ul li.corner{zoom:1;border:0;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#1f858f',EndColorstr='#329ba6');background:-webkit-gradient(linear, left top, left bottom, from(#1f858f), to(#329ba6));background:-moz-linear-gradient(top, #1f858f, #329ba6);background:#1f858f;} .cornerBox ul div.outer {background:#fff;padding:0;margin-top:15px;} Add this jQuery code: $(function(){ $('.corner').wrap(' '); $('.corner').corner(&quot;round 3px&quot;).parent().css('padding', '1px').corner(&quot;round 3px&quot;) }); Hope this","twitter:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"1172","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","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":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","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 16:50:24","updated":"2024-02-29 08:44:24","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:\/\/www.tothenew.com\/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:\/\/www.tothenew.com\/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\tRounded corner and CSS3 Gradient with border\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.tothenew.com\/blog"},{"label":"Technology","link":"https:\/\/www.tothenew.com\/blog\/category\/technology\/"},{"label":"Rounded corner and CSS3 Gradient with border","link":"https:\/\/www.tothenew.com\/blog\/rounded-corner-and-css3-gradient-with-border\/"}],"_links":{"self":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/1172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/comments?post=1172"}],"version-history":[{"count":0,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/1172\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/media?parent=1172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/categories?post=1172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/tags?post=1172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}