Horje
html zoom text on hover Code Example
on hover zoom card
  transform: scale(1.5);
html zoom text on hover
<style>
#test-text:hover {
font-size: 40px;
}


</style>

<body>
<p id=test-text>TEST</p>
</body>




Html

Related
bootstrap menu Code Example bootstrap menu Code Example
html interview questions Code Example html interview questions Code Example
html editor Code Example html editor Code Example
integer input html Code Example integer input html Code Example
how to insert image in div tag in html Code Example how to insert image in div tag in html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9