diff --git a/style.css b/style.css index 7f8a9d5..162ca0b 100644 --- a/style.css +++ b/style.css @@ -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); }