Responsive Design Tester - Online Viewport Emulator
Preview any website inside emulated device viewports (iPhone, iPad, various resolutions). No screenshot, live interaction in an iframe. Local tool.
UD5 Toolkit
Drag the slider to test how your website looks at any viewport width. Preview responsiveness in real-time.
| Device | Width (px) | Height (px) | Category |
|---|---|---|---|
| iPhone SE | 320 | 568 | Mobile |
| iPhone 14 | 375 | 812 | Mobile |
| iPhone 14 Pro | 390 | 844 | Mobile |
| iPhone 11 / XR | 414 | 896 | Mobile |
| iPhone 14 Pro Max | 430 | 932 | Mobile |
| iPad Mini | 768 | 1024 | Tablet |
| iPad Pro 11" | 834 | 1194 | Tablet |
| iPad Pro 12.9" | 1024 | 1366 | Tablet |
| Laptop (1366Ă768) | 1366 | 768 | Desktop |
| Desktop (1920Ă1080) | 1920 | 1080 | Desktop |
min-width media query, meaning styles apply at that width and above (mobile-first). Use our Bootstrap preset buttons to test exactly at these threshold values.
/* Mobile */ @media (max-width: 767px) { ... }/* Tablet */ @media (min-width: 768px) and (max-width: 1023px) { ... }/* Desktop */ @media (min-width: 1024px) { ... }min-width queries, adding styles progressively as the screen grows. Use this tester to validate your media queries at every threshold.
localhost on your dev machine and access it from your phone on the same Wi-Fi networkPreview any website inside emulated device viewports (iPhone, iPad, various resolutions). No screenshot, live interaction in an iframe. Local tool.
Build the same layout with both Grid and Flexbox side by side. See the code differences and visual results.
Experiment with CSS container queries. Resize a container and see the styles change according to its size, not the viewport. Learn the new spec.
Experiment with CSS container queries in a live editor. Resize the container and see styles change based on its width/height. Learn modern responsive.
Add grid items beyond defined tracks and see how implicit rows/columns expand. Set sizes interactively. Master the grid.
Enter a palette of colors and see a grid showing whether each foreground/background pair passes AA or AAA contrast. Must for designers.
Dynamically blend two colors using the CSS colorâmix() function in different color spaces. Copy the exact CSS snippet. No JS required.
Set a custom accent color for checkboxes, radios, range, and progress. See the browserâs rendering. Copy the CSS.
A replica of the famous Flexbox Froggy game: solve alignment puzzles by writing CSS. Progress saved locally. Fun frontend learning.
Match gap size around doors/windows to the correct type of weather stripping (foam, V-strip, door sweep). Save energy.
Paste body text and test different font/background combos. See an actual passage rendered, not just a ratio. True feel for legibility.
Virtually fold a digital paper and cut out shapes to see a snowflake unfold. Experiment with designs before real scissors. Pure creative fun.
Style an `<input type='range'>` with custom track and thumb. Crossâbrowser CSS. Preview and copy the code.
Test if your display supports HDR colors by rendering a gradient in Rec.2020 space. See what you're missing. Canvas based.
Enter a recent race time and predict times for other distances. Also get lap splits for different intervals.
Fetch a website's CSS and extract :root custom properties (ââcolor) to reveal its design token palette. For learning and inspiration.
Use the lightâdark() CSS function to change colors based on color scheme. Build a simple dark mode toggle with one property.
Enter a component name and generate a complete RTL test file with render, screen, and common assertions. Fast testing setup.
Use <input type='color'> and see its change events and value in hex. Understand the native color picker. Quick demo.
Pick a color in the DisplayâP3 space and get the CSS color() function. See the difference from sRGB. For modern design.
Paste a list of hex colors and generate CSS custom properties for them. Create your design token file instantly.
Grid of all 148 named CSS colors. Hover to see detail, click to copy the name or hex. Essential frontend reference.
Test the upcoming contrastâcolor() CSS function. Get white or black automatically for a given background. See it live.
Enter a list of names and spin a wheel to pick a random winner. Remove picked names to avoid duplicates. Perfect for classrooms or contests.
Design a light and dark theme by picking colors for backgrounds, text, and links. Get the CSS for both themes. Local.
Paste a stylesheet and extract every unique color (hex, rgb, hsl) into a palette. Swatches displayed. Copy as JSON.
Scramble letters of any word or sentence to create anagrams. Great for brain teasers and vocabulary games. Simple, fun, and client-side.
Unscramble jumbled letters to form words. Timed challenge mode with hints. Compares against built-in dictionary. Improve vocabulary while having fun.
See the Pantone Colors of the Year and popular palettes from past years. Get hex codes. Design inspiration.
Calculate your running pace per mile/km, finish time for a race, and split times. Essential for runners.