GS CSS test page

20th Jun 2025

BigCommerce CSS Survival Test

Instructions: Copy and paste this content into the BigCommerce HTML editor. Check which styles are preserved.

Inline Styles vs CSS Classes

Inline Styles

This text uses inline styles for primary blue color and bold font.

This box uses inline styles for secondary green background with padding and margin.

CSS Classes

This text uses a CSS class for primary blue color and bold font.

This box uses a CSS class for secondary green background with padding and margin.

What to Look For

  • Check if the colors and font styles are preserved after pasting.
  • Compare the appearance of inline styles vs CSS classes.
  • Note any differences in spacing and layout.