Posts

Showing posts from March, 2023

rtrtrt

AI Content Detector AI Content Detector Enter your content here: Submit © 2023 AI Content Detector * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; } .main-content { margin: 50px auto; width: 80%; text-align: center; } h1 { font-size: 36px; margin-bottom: 20px; } p { font-size: 18px; margin-bottom: 10px; } textarea { width: 100%; height: 200px; padding: 10px; font-size: 16px; margin-bottom: 10px; resize: none; } button { background-color: #ff0000; color: #fff; padding: 10px 20px; border: none; border-radius: 4px; font-size: 18px; cursor: pointer; } button:hover { background-color: #cc0000; } #result-container { margin-top: 20px; } #result { font-size: 24px; font-weight: bold; color: #ff0000; } footer { background-color: #ccc; color: #fff; padding: 10px; text-align: center; } // Get the submit button const submitBtn = document.getElem