manishk2/toxic-message-detection
0
1body {2 font-family: Arial, sans-serif;3 background: #f8f9fa;4 padding: 20px;5}6.container {7 max-width: 600px;8 margin: auto;9 background: white;10 padding: 20px;11 border-radius: 8px;12 box-shadow: 0 2px 10px rgba(0,0,0,0.1);13}14textarea {15 width: 100%;16 height: 100px;17 margin-bottom: 10px;18 padding: 10px;19 font-size: 16px;20}21button {22 padding: 10px 20px;23 font-size: 16px;24 cursor: pointer;25}26#results p {27 margin: 5px 0;28 font-weight: bold;29}30 