lu {
display: inline-block;
list-style-type: none;
padding: 0;
margin: 0.5rem;
width: 5rem;
transition: all 1s ease;
}
lu:hover {
transform: scale(3) rotate(90deg);
transition: all 1s ease;
}
lu:hover {
transform: scale(3) rotate(90deg);
transition: all 1s ease;
lu:nth-child(3);
}