1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
<input class="edit-button" type="button" value="Go Back" /> <style> .edit-button { height:70px; width:200px; background-image: url(close.png); background-size: 30%; background-repeat:no-repeat; font-size: 28px; background-color: #8BC53F; background-position: 8px 5px; /*(left right,up down )*/ text-align: right; padding: 8px 5px; border: 1px solid rgba(0, 0, 0, 0.4); box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.2) inset, 5px 5px 5px rgba(255, 255, 255, 0.3) inset; /*border glow*/ border-radius: 8px; cursor: pointer; font-family: 'Ubuntu','Lato',sans-serif; color: white; font-weight: 700; font-size: 2.5vh; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8); }</style> |
Latest Snippets
- Exclude category from blog while adding them to sitemap.xml 16th January 2024
- What Router can I use with Onestream Broadband? 28th June 2023
- Firefox 113 (2023) Tabs on top/bottom not working fixed again 18th May 2023
- Disable buying – Woocommerce 25th April 2023
- Windows Desktop Wallpaper Background for OCD users with shelves 13th April 2023
- Featured Image Admin Thumb – Working Plugin (WordPress 6.2) 6th April 2023
- Create a gallery in a Posts page 3rd March 2023
- Clickable elements too close together – Solved 21st February 2023
- Best ChatGPT Prompts 24th January 2023
- Make Elementor Accordion Closed by Default 13th January 2023
LINKS