<?xml version="1.0" encoding="utf-8"?>

Recommended resources

Courses

UX Design Foundations Course
Popular
Course

UX Design Foundations

Gene Kamenez
Gene Kamenez
Learn the essentials of UX design to build a strong foundation in core principles. Gain practical skills to support product development and create better user experiences.
Design Terminology Course
Course

Design Terminology

Alesya Dzenga
Alesya Dzenga
Learn UX terminology and key UX/UI terms that boost collaboration between designers, developers, and stakeholders for smoother, clearer communication.
UI Components I Course
Course

UI Components I

Colin Michael Pace
Colin Michael Pace
Learn to create user-friendly interfaces using core UI components, building a solid foundation for designing intuitive and efficient digital products.
Color Psychology Course
Course

Color Psychology

Cameron Chapman
Cameron Chapman
Learn how color influences perception, emotion, and behavior. Discover how to apply color psychology to design more impactful and engaging experiences.
Common Design Patterns Course
Course

Common Design Patterns

Gene Kamenez
Gene Kamenez
Learn design patterns most valued in product development to create intuitive, visually compelling experiences that seamlessly blend form and function.
Accessibility Foundations Course
Course

Accessibility Foundations

Ljubisa Kukulj
Ljubisa Kukulj
Learn the fundamentals of digital accessibility and how to create inclusive experiences for all users. Explore key principles, tools, and best practices.
Wireframing Course
Course

Wireframing

Colin Michael Pace
Colin Michael Pace
Learn to create effective wireframes that seamlessly integrate into your design workflows, improving communication and driving better design outcomes.
UI Components II Course
Course

UI Components II

Colin Michael Pace
Colin Michael Pace
Learn advanced techniques to design dynamic, scalable interfaces using optimized UI components and streamlined navigation for better user experiences.
UX Writing Course
Course

UX Writing

Alesya Dzenga
Alesya Dzenga
Learn to write microcopy that communicates clearly and concisely to improve user experience, build trust, and boost conversions across digital products.
Design Composition Course
Course

Design Composition

Gene Kamenez
Gene Kamenez
Learn the fundamental principles of visual layout, balance, and structure to create compelling and effective design compositions that engage and intrigue users.
Mobile Design Course
Course

Mobile Design

Denis Jeliazkov
Denis Jeliazkov
Learn mobile UI/UX patterns, workflows, and platform-specific strategies to create exceptional, user-friendly mobile experiences across different devices.
Typography Course
Course

Typography

Cameron Chapman
Cameron Chapman
Learn typography fundamentals, from typeface and font selection to layout and spatial arrangement, to create captivating designs that communicate powerfully.
UX Design Patterns with Checklist Design Course
Course

UX Design Patterns with Checklist Design

George Hatzis
George Hatzis
Learn common UX design patterns and how to apply them with practical checklists, ensuring the creation of intuitive, user-friendly, and exceptional interfaces.
HTML Foundations Course
Course

HTML Foundations

Yan Sokalau
Yan Sokalau
Learn the fundamentals of HTML, from basic formatting and structure to advanced elements and best practices, to create accessible and responsive web pages.
Enhancing UX Workflow with AI Course
Course

Enhancing UX Workflow with AI

Colin Michael Pace
Colin Michael Pace
Learn how to integrate AI into UX design to create smarter, more personalized user experiences. Explore tools, trends, and best practices in AI-driven design.
CSS Foundations Course
Course

CSS Foundations

Yan Sokalau
Yan Sokalau
Learn the basics of CSS, including the box model, element style, and content positioning, to improve communication, design handoff, and web decision-making.
Introduction to Figma Course
Course

Introduction to Figma

Gene Kamenez
Gene Kamenez
Learn essential Figma tools like layers, styling, typography, and images. Master the basics to create clean, user-friendly designs
3D Design Foundations Course
Course

3D Design Foundations

Learn essential 3D design principles, from spatial thinking and dimensional relationships to form, lighting, and texture, for a solid foundation in the field.
Information Architecture Course
Course

Information Architecture

Colin Michael Pace
Colin Michael Pace
Learn the basics of organizing, structuring, and labeling content to design clear, user-friendly information systems that enhance usability and navigation.
Apple Human Interface Guidelines Course
Course

Apple Human Interface Guidelines

Denis Jeliazkov
Denis Jeliazkov
Learn Apple’s Human Interface Guidelines to design modern, high-performing apps, focusing on UI principles and best practices for creating effective interfaces.
Introduction to Design Audits Course
Course

Introduction to Design Audits

Romina Kavcic
Romina Kavcic
Learn the art of systematic design evaluation to improve consistency, effectiveness, and create more user-centered products that meet user expectations.
Improve your UX & Product skills with interactive courses that actually work

FAQs

What is a breakpoint?

A breakpoint in UX design refers to a specific screen size or device width at which a website or application's layout changes to accommodate different display sizes and resolutions. Breakpoints are an important aspect of responsive design in UX. They help designers ensure that a website or application provides a consistent and optimal user experience across different devices and screen sizes.

A website may have several breakpoints for different devices, such as a desktop, tablet, and smartphone. At each breakpoint, the website's layout would change to ensure that content is presented in a legible and easy-to-use way, regardless of the device and screen size.


Why are breakpoints important in UX design?

Breakpoints in UX design are important because they help ensure that your website or application is optimized for different screen sizes and devices.

By using breakpoints you allow your users to access your content no matter what device they are using, whenever they want. Overall, you provide your visitors with a better, more seamless user experience and accessibility.


How do you set breakpoints in design?

Setting breakpoints in design is a crucial part of creating a responsive design that adapts to different screen sizes and resolutions. Here's a general process for setting breakpoints:

  1. Analyze your content: Start by understanding the content you want to display and how it should change based on screen size.
  2. Determine the minimum and maximum width: Determine the minimum and maximum width of your design to decide on the range of screen sizes you need to support.
  3. Identify critical breakpoints: Identify the screen sizes where your design needs to change, such as when text becomes too small to read or images become distorted. These are your critical breakpoints.
  4. Define the breakpoints: Using your design tool of choice (Figma, Sketch, Adobe XD), set breakpoints at each critical size. In CSS, you can use media queries to define breakpoints.
  5. Test and adjust: Test your breakpoints on different devices to ensure that the design is visually appealing and functional at each breakpoint. Make adjustments if needed.
  6. Repeat as needed: As you continue to develop your design, you may need to add or remove breakpoints as needed. Keep testing and adjusting until you have a responsive design that works well across all devices.

How do you test breakpoints in different screen sizes and resolutions?

It's important to test your breakpoints on a variety of devices and screen sizes and ensure you provide a consistent and optimal user experience across all platforms. You can conduct breakpoint testing in several ways:

• Emulators and Simulators: You can use emulators or simulators to test how your design looks on different devices with varying screen sizes and resolutions.

• Physical Devices: Testing on actual physical devices with different screen sizes and resolutions can give you a more accurate representation of how the design will look and behave.

• Browser Dev Tools: You can use browser dev tools to test breakpoints in real-time. Most modern browsers come with a responsive design mode that allows you to test your website or application in different screen sizes and resolutions.

• Online Tools: There are various online tools available that allow you to test your website or application in different screen sizes and resolutions, without the need for physical devices.