This post will help you to learn zoom something one your webpage like Image, div, table, or any HTML component in a simple way.
img
{
width: 100%;
transition: all 1s;
}
img:hover
{
transform: scale(1.1);
}
This post will help you to learn zoom something one your webpage like Image, div, table, or any HTML component in a simple way.
img
{
width: 100%;
transition: all 1s;
}
img:hover
{
transform: scale(1.1);
}
No comments:
Post a Comment