Skip to content

Commit

Permalink
Updat
Browse files Browse the repository at this point in the history
  • Loading branch information
xuming212 authored Nov 16, 2024
1 parent 86d312c commit 3faa3d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ button:hover {
animation: spin 1s linear infinite;
}

#linkInfo {
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 10px;
border-radius: 4px;
}


@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
Expand Down

0 comments on commit 3faa3d7

Please sign in to comment.