html < /strong> < /p>
Код: Выделить всё
[url=#]English 2[/url]
< /code>
css < /strong> < /p>
.subj{
text-decoration:none;
transition: 0.5s ease-in-out ;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
}
.subj:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
}
Подробнее здесь: https://stackoverflow.com/questions/265 ... on-mozilla
Мобильная версия