{"id":355,"date":"2013-04-03T03:34:19","date_gmt":"2013-04-03T03:34:19","guid":{"rendered":"http:\/\/a1webdesignteam.com\/blog\/?p=355"},"modified":"2013-04-03T03:34:19","modified_gmt":"2013-04-03T03:34:19","slug":"quick-coding-tips-rounded-corners","status":"publish","type":"post","link":"https:\/\/a1webdesignteam.com\/blog\/quick-coding-tips-rounded-corners\/","title":{"rendered":"Quick Coding Tips: Rounded corners"},"content":{"rendered":"<p>The following CSS added to an element will give it rounded corners:<br \/>\n{code type=css}<br \/>\n-moz-border-radius:1px; \/* For Firefox *\/<br \/>\n-webkit-border-radius:1px; \/* For Chrome &amp; Safari *\/<br \/>\nborder-radius:1px; \/* CSS3 property, for FireFox 4, IE9 and Opera *\/<br \/>\n{\/code}<br \/>\nUnfortunately IE8 and below have no CSS support.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The following CSS added to an element will give it rounded corners: {code type=css} -moz-border-radius:1px; \/* For Firefox *\/ -webkit-border-radius:1px; \/* For Chrome &amp; Safari *\/ border-radius:1px; \/* CSS3 property, for FireFox 4, IE9 and Opera *\/ {\/code} Unfortunately IE8 and below have no CSS support.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0},"categories":[7,4],"tags":[],"_links":{"self":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/posts\/355"}],"collection":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/comments?post=355"}],"version-history":[{"count":0,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/posts\/355\/revisions"}],"wp:attachment":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/media?parent=355"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/categories?post=355"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/tags?post=355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}