.linkimg {
  transition: transform 0.3s ease;
}

.linkimg:hover {
  transform: rotate(360deg); 
}