diff --git a/index.html b/index.html index 2cc7425..7b58699 100644 --- a/index.html +++ b/index.html @@ -21,18 +21,6 @@ font-family: Arial, sans-serif; } - #translate-container { - position: fixed; - top: 80px; /* Adjust this value to move the box down from the top */ - left: 20px; /* Keeps the box aligned to the left */ - background: #fff; - padding: 10px; - border: 1px solid #ddd; - border-radius: 5px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); - z-index: 1000; - } - /* Optional: Add a dark mode for your website */ .dark-mode { background-color: #343434; @@ -42,15 +30,7 @@
-