Pages

Currency Converter Tool

Currency Converter body { font-family: Arial, sans-serif; background-color: #f2f2f2; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; } .converter { background-color: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); text-align: center; } h1 { color: #333; } .input-container { margin: 10px 0; } label { font-weight: bold; } select, input, button { padding: 10px; font-size: 16px; } button { background-color: #007BFF; color: #fff; border: none; cursor: pointer; } #result { font-weight: bold; margin-top: 10px; }

Currency Converter

Result: