Pages

IP Lookup

IP Lookup Tool /* Reset default styles */ * { margin: 0; padding: 0; box-sizing: border-box; } /* Body Styles */ body { font-family: Arial, sans-serif; background-color: #f0f4f7; display: flex; justify-content: center; align-items: center; min-height: 100vh; } /* Container Styles */ .container { background: linear-gradient(135deg, #6c63ff, #ff6e7f); padding: 20px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); width: 100%; max-width: 500px; } /* Header Section */ .header h1 { color: #fff; font-size: 2.5rem; margin-bottom: 10px; } .header p { color: #fff; font-size: 1rem; margin-bottom: 20px; } /* Input Section */ .input-section { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; } .input-section input { padding: 10px; width: 250px; font-size: 1rem; border: none; border-radius: 5px; outline: none; } .input-section button { padding: 10px 15px; font-size: 1rem; background-color: #ff6e7f; border: none; color: #fff; border-radius: 5px; cursor: pointer; transition: background-color 0.3s; } .input-section button:hover { background-color: #e84a57; } /* Result Section */ .result-section p { color: #fff; font-size: 1.2rem; margin: 10px 0; } .result-section span { font-weight: bold; color: #fffbf5; } /* Responsive Design */ @media (max-width: 768px) { .input-section input { width: 180px; } .input-section button { font-size: 0.9rem; } .result-section p { font-size: 1rem; } }

IP Lookup Tool

Enter an IP address to find its details

IP Address: -

City: -

Region: -

Country: -

Latitude: -

Longitude: -