Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 2.52 KB

File metadata and controls

64 lines (46 loc) · 2.52 KB

Table of contents

Overview

  • An example of a responsive HTML email template compatible with all email clients.

The challenge

Users should be able to:

  • View the optimal layout depending on their device's screen size
  • Use in all email clients.

Links

My process

  • This follows a workflow of build and test:
  • Work structurally leaving in all table borders and cell background colors to help more clearly see what is being created, then removing them at the end.
  • Work until a minor development milestone is reached, then run a test.
  • Run tests through a validator, accessibility checker, and spam checker.
  • First: Build the skeleton - then test.
  • Next: Add content - then test (also test for spam score).
  • Next: Style colors and fonts - then test.
  • Next: Remove borders and backgrounds - then test.

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Mobile-first workflow

Tested With

Useful resources

Author