MicahLegit
11-23-2020
01:07 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Make Text Bigger on Hover
How do you make this text bigger on hover?
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 REPLY 1
Dlm219236
01-08-2021
03:21 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
RIght click the image you want to make bigger on hover on your published or previewed website and select "Copy image address". After doing so, paste what you just copied in the code below replacing "PASTE IMAGE ADDRESS", keep the quotations.
<style> img[src="PASTE IMAGE ADDRESS"]:hover { transform: scale(1.5); } </style>
After doing so, take this code and paste it into an embed code box. Hope this helps. Let me know if you need anymore help or instruction.
EDIT: Also If you want to edit how big the button gets on hover edit the scale amount. For example, if you wanted to make it get even bigger you would change "scale(1.5)" to "scale(1.6)" and so forth.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report