Fluid widths work by using percentage-based widths instead of fixed pixel values. For example, instead of setting an email container to 600px wide, you might set it to 100% of the viewport width. This way, the email can resize itself to fit the screen. CSS media queries can also be used to apply different styles based on screen size, further enhancing the flexibility of the email layout.