{"id":39,"date":"2019-10-15T14:00:02","date_gmt":"2019-10-15T14:00:02","guid":{"rendered":"http:\/\/jettromz.com\/?p=39"},"modified":"2022-03-02T21:22:51","modified_gmt":"2022-03-02T21:22:51","slug":"css-button-animation-with-html","status":"publish","type":"post","link":"http:\/\/jettromz.com\/index.php\/2019\/10\/15\/css-button-animation-with-html\/","title":{"rendered":"CSS Button Animation With HTML"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;html>\n&lt;head>\n&lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n&lt;style>\n.button {\n  padding: 15px 25px;\n  font-size: 24px;\n  text-align: center;\n  cursor: pointer;\n  outline: none;\n  color: #fff;\n  background-color: #4CAF50;\n  border: none;\n  border-radius: 15px;\n  box-shadow: 0 9px #999;\n}\n\n.button:hover {background-color: #3e8e41}\n\n.button:active {\n  background-color: #3e8e41;\n  box-shadow: 0 5px #666;\n  transform: translateY(4px);\n}\n&lt;\/style>\n&lt;\/head>\n&lt;body>\n\n&lt;h2>Animated Buttons - \"Pressed Effect\"&lt;\/h2>\n\n&lt;button class=\"button\">Click Me&lt;\/button>\n\n&lt;\/body>\n&lt;\/html><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-39","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/jettromz.com\/index.php\/wp-json\/wp\/v2\/posts\/39","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/jettromz.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/jettromz.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/jettromz.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/jettromz.com\/index.php\/wp-json\/wp\/v2\/comments?post=39"}],"version-history":[{"count":1,"href":"http:\/\/jettromz.com\/index.php\/wp-json\/wp\/v2\/posts\/39\/revisions"}],"predecessor-version":[{"id":40,"href":"http:\/\/jettromz.com\/index.php\/wp-json\/wp\/v2\/posts\/39\/revisions\/40"}],"wp:attachment":[{"href":"http:\/\/jettromz.com\/index.php\/wp-json\/wp\/v2\/media?parent=39"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/jettromz.com\/index.php\/wp-json\/wp\/v2\/categories?post=39"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/jettromz.com\/index.php\/wp-json\/wp\/v2\/tags?post=39"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}