Pages

Viewport Tool

body { font-family: Arial, sans-serif; background-color: #f5f5f5; margin: 0; padding: 0; } .app { max-width: 1200px; margin: 0 auto; padding: 20px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } header { text-align: center; margin-bottom: 20px; } h1 { color: #007BFF; } .preview { text-align: center; overflow: hidden; } iframe { width: 100%; height: 400px; border: none; } .controls { display: flex; flex-direction: column; align-items: center; } label, input, select, button { margin: 5px; } button { background-color: #007BFF; color: #fff; border: none; padding: 10px 20px; cursor: pointer; transition: background-color 0.3s; } button:hover { background-color: #0056b3; } Responsive Website Tester Tool

Responsive Website Tester Tool