Back to blog
Web Development

Graphic Designing Websites: Practical UX Workflow

A step-by-step workflow for graphic designing websites that ship: content first, layout systems, responsive rules, handover files and performance-safe visuals.

AdminSeptember 18, 202611 min read1 views
Graphic Designing Websites: Practical UX Workflow

Graphic Designing Websites: Practical UX Workflow

The gap between a beautiful website mockup and a website that works is filled with things graphic designers are rarely taught: content that changes length, states that only exist in code, and a browser that will not respect a fixed canvas. Graphic designing websites means designing an adaptive system of components and rules rather than a set of fixed pages, and making that shift is the single biggest step from print thinking to digital competence.

Quick Answer: Designing a website effectively means starting with real content and structure, defining a layout grid and type scale, designing components rather than pages, specifying responsive and interactive states, and handing over optimised assets with clear documentation. Pixel-perfect static mockups are the least useful deliverable in that chain.

Why Web Design Is a Systems Problem, Not a Page Problem

In print you control the final artefact completely. On the web you control a set of rules that a browser interprets across unknown screen sizes, network speeds, font rendering engines and user settings. Designers who do not internalise this produce work that looks excellent in a presentation and breaks in production.

Key terms to be precise about. A component is a reusable interface element such as a card, button or navigation bar. States are the variations a component can be in: default, hover, focused, active, disabled, loading, error and empty. A breakpoint is a screen width where the layout rules change. Design tokens are named values for colour, spacing and type that keep the system consistent. Content-out design means letting real content determine the layout rather than fitting content into a predetermined shape.

The practical consequence is that your deliverable is not twelve page designs. It is a component library plus layout rules plus documented states. Developers build from the system, and any page can then be assembled from it. This is the same structural logic behind print grid thinking, described in this breakdown of Swiss grid principles, but with the added requirement that the structure must flex.

Designers coming from a print background usually adapt fastest by accepting one rule early: if you cannot describe how an element behaves when the content doubles in length, you have not finished designing it.

The Workflow in Order

Sequence matters more than tooling. This order prevents the most expensive category of rework, which is discovering a structural problem after visual design is complete.

  1. Define the objective and audience. What should this site cause to happen, and for whom. Every later decision is judged against this.
  2. Gather or write real content. Actual headlines, actual body copy, actual product names. Placeholder text hides length problems that will surface at the worst moment.
  3. Map the structure. Page types, navigation hierarchy and the primary path a visitor should take. A simple sitemap prevents endless page-adding later.
  4. Wireframe the key templates. Low fidelity, no colour, focused purely on hierarchy and reading order. Four or five templates usually cover an entire site.
  5. Set the visual foundation. Grid, spacing scale, type scale, colour tokens. Define these once and apply them everywhere.
  6. Design components with all states. Every interactive element needs its full set of states designed, not just the default.
  7. Assemble templates and stress-test. Build page templates from components, then break them deliberately with long titles, missing images and empty lists.
  8. Specify responsive behaviour. Document what changes at each breakpoint rather than designing every width separately.
  9. Prepare and optimise assets. Correct formats, correct sizes, compressed, with naming that a developer can use directly.
  10. Hand over with documentation. Tokens, component rules, states and edge cases written down, not explained verbally once.

Skipping step two is the most common mistake in the entire discipline. Design built around ideal content is a prototype of a website that does not exist.

Deliverables and What Each Is For

DeliverablePurposeWho Uses ItCommon Failure
SitemapAgree scope and navigation before designClient and project leadSkipped, causing uncontrolled page additions
WireframesResolve hierarchy without visual distractionDesigner and stakeholdersMade too detailed, becoming premature design
Design tokensKeep colour, type and spacing consistentDesigner and developerDefined loosely, then overridden per page
Component libraryProvide reusable, fully stated building blocksDeveloperMissing hover, error and empty states
Responsive specificationExplain layout behaviour between breakpointsDeveloperOnly desktop and mobile shown, middle widths ignored
Optimised asset packageShip correct formats at correct sizesDeveloperFull-resolution exports that destroy page speed

A handover missing the last three rows guarantees that a developer will make design decisions on your behalf, and they will make them based on what is fastest to build.

Performance and Accessibility Are Design Decisions

Two areas get treated as engineering concerns and are in fact largely determined by the designer's choices, which is where practitioner experience shows most clearly.

Start with performance. A large hero image, an autoplaying background video, four custom font weights and a complex scroll animation are all design decisions, and together they can make a site feel sluggish regardless of how well it is built. The practical discipline is to budget: decide early how many font files the site will load, cap hero media size, and treat every decorative animation as a cost that must justify itself. Serving images at the size they are displayed, rather than at full export resolution, is the single most effective improvement available on most portfolio and marketing sites.

Then accessibility. The Web Content Accessibility Guidelines published by the W3C set a widely adopted minimum contrast ratio of 4.5 to 1 for normal body text against its background, with a lower requirement for large text. That is a published standard, not an opinion, and it is one that light grey text on white backgrounds routinely fails. Designers should check contrast during the palette stage, not after launch when changing it is disruptive.

Other accessibility decisions that sit with the designer include visible focus indicators for keyboard navigation, touch targets large enough to hit reliably on a phone, text that reflows rather than truncating, and never using colour alone to signal meaning such as an error state. None of these require technical knowledge; they require remembering that the audience includes people using the site differently from you.

Both concerns share a root cause when they go wrong: the design was evaluated as a static image rather than as an experience under real conditions. Testing the built site on a mid-range phone on a slow connection will teach you more than any checklist. The same principle of designing for legibility under real constraints applies to smaller graphics too, as covered in this guide to designing clear icon systems.

Common Mistakes in Website Design Projects

Designing with placeholder text. Real content reveals that your elegant three-word headline slot must hold nine words. Always design with the longest realistic content.

Designing pages instead of components. Page-based design produces inconsistent buttons, cards and spacing across a site because nothing is systematised.

Ignoring intermediate screen widths. Most designers check a phone and a desktop. Tablet and small laptop widths are where layouts most often break awkwardly.

Forgetting empty, loading and error states. Every list can be empty, every image can fail and every form can be submitted incorrectly. Undesigned states get built badly by default.

Using too many fonts and weights. Each additional font file costs load time. Two families and three or four weights total is a reasonable budget for most sites.

Failing contrast requirements. Light grey on white looks refined in a mockup and becomes unreadable outdoors or on a low-quality display. Check against the published ratio during palette design.

Handing over without documentation. If the rules exist only in your head, the built site will diverge from your intent within one sprint.

A Real Project Walkthrough

Here is how a straightforward marketing site project runs when the workflow is followed properly.

Week one: discovery and structure. Agree the objective in one sentence. Collect the real copy, even in rough form. Produce a sitemap with five page types and get explicit approval on scope, which protects the timeline later.

Week two: wireframes and foundation. Wireframe the five templates in grayscale. Simultaneously define the grid, spacing scale, type scale and colour tokens, checking contrast ratios as the palette is chosen rather than afterwards.

Week three: component design. Build the component set: navigation, buttons, form fields, cards, media blocks, footer. Design every state for each one. This is the densest week and the one that pays off most.

Week four: template assembly and stress testing. Assemble the templates from components, then deliberately break them. Triple the headline length. Remove an image. Empty a list. Fix what breaks now, cheaply, rather than after development.

Week five: responsive specification and assets. Document what changes at each breakpoint, including how navigation collapses and how multi-column sections reflow. Export and compress every asset at the sizes actually needed.

Week six: handover and review. Provide the token list, the component library, the responsive rules and the edge cases in a single document. Then review the built site on a real mid-range phone before sign-off, not on your own high-end hardware.

A specific example of why the stress test matters: on a recent build, a testimonial card looked perfect with a two-line quote. Real testimonials ranged from one line to seven. Because the card was tested at both extremes during week four, the fix was a spacing rule and a maximum height with graceful truncation. Had it surfaced after development, it would have required rebuilding the section, renegotiating the timeline and explaining a visible inconsistency to the client.

Key Takeaways

  • Website design is the design of a flexible system of components and rules, not a sequence of fixed page images.
  • Real content must come before layout, because placeholder text conceals the length variations that break designs in production.
  • Every interactive element needs its full state set designed, including hover, focus, error, loading and empty conditions.
  • Performance and accessibility are largely determined by design choices such as font count, media size and contrast ratios.
  • A handover without documented tokens, states and responsive rules guarantees that developers will make design decisions for you.

Frequently Asked Questions

What is the correct order for designing a website?

Objective and audience, real content, sitemap, wireframes, visual foundation of grid and tokens, components with all states, template assembly and stress testing, responsive specification, asset optimisation, then documented handover. Following this order prevents the costly rework caused by late structural changes.

Do I need to know how to code to design websites?

Not to a professional standard, but you need to understand how layout, responsive behaviour and states work so your designs are buildable. Designers who grasp these constraints produce better work and much smoother handovers than those who design purely visually.

How many breakpoints should a website design have?

Three is sufficient for most projects: a mobile width, a tablet or small laptop width and a desktop width. What matters more than the count is documenting how the layout behaves between them rather than only at the exact widths you designed.

What contrast ratio should website text meet?

The Web Content Accessibility Guidelines set a minimum of 4.5 to 1 for normal body text against its background, with a lower threshold for large text. Check this while choosing your palette, since changing brand colours after launch is disruptive and expensive.

Should I design mobile first or desktop first?

Mobile first usually produces better hierarchy because the narrow canvas forces prioritisation. Whichever you start with, design the other early rather than at the end, and pay particular attention to the intermediate widths where most layout problems appear.

What should a website design handover include?

Design tokens for colour, spacing and type, a component library with every state, responsive behaviour rules, optimised assets in appropriate formats, and written edge cases. Verbal explanation is not a handover because it disappears the moment the project team changes.

Conclusion

The decision that determines whether a website design survives development is committing to systems and real content before any visual polish, because everything attractive about a mockup is easy and everything structural is not. Designers who deliver documented components ship sites that match their intent; designers who deliver page images watch their work drift. Your next step is to take one page design you have made and break it deliberately with triple-length text and a missing image, then fix what fails. If the underlying structure needs more rigour, revisit the grid thinking in this guide to grid systems in graphic design.

Chat on WhatsApp