
10 Common Mistakes Junior Web Designers Make (And How to Fix Them)
The most common web design mistakes junior designers make, and how to grow beyond them.


Table of contents
Executive Summary — Junior web designers often make the same set of avoidable mistakes: skipping wireframes, ignoring CSS structure, overlooking mobile responsiveness, and underestimating accessibility. These are not signs of incompetence — they are rites of passage. This article identifies 10 of the most common mistakes and provides clear, actionable fixes drawn from real-world practice at ALF Design Group. Whether you are just starting out or working to level up your craft, this guide will help you build better habits, deliver higher-quality work, and grow into a confident design professional.
Every Designer Starts Somewhere
We have all been there.
That first client project where the colours didn't quite match, the layout broke on mobile, and you realised too late that you hadn't saved a Figma backup. At ALF Design Group — a UX-first Webflow agency based in Singapore — we have mentored designers who started exactly like that. Full of ideas, but unsure how to turn them into structured, professional-grade websites.
Mistakes aren't failures — they are milestones. The key is to recognise them early, understand why they happen, and build habits that prevent them from recurring. This guide shares the 10 most common mistakes junior web designers make and, more importantly, how to fix each one with clarity and intention.
1. Skipping the Wireframe and Mock-Up Phase

Why It Happens
Excitement. Many new designers jump straight into Webflow because it feels immediate and tangible — drag, drop, publish. The problem is that without a visual plan, the build becomes reactive rather than intentional.
Why It Is a Problem
Designing without a wireframe leads to inconsistent spacing, weak visual hierarchy, and a layout that has no clear narrative. You end up fixing structural issues at the build stage — which is far more time-consuming than planning them out beforehand. Learn how this ties into broader web design best practices.
How to Fix It
Start every project in Figma. Sketch your structure, define sections, establish content flow, and validate your layout before opening Webflow. A one-hour planning session can save ten hours of rework.
At ALF Design Group, every project begins with low-fidelity wireframes before any Webflow build begins. Structure before style — always.
2. Ignoring CSS Naming Conventions

Why It Matters
CSS isn't just for developers — it's the grammar of your project. When class names are arbitrary (blue-box-copy-final-v2), your Webflow project becomes impossible to scale, hand off, or maintain.
The Fix
Adopt a structured naming system such as BEM (Block–Element–Modifier) or the Client-First methodology by Finsweet. These approaches bring order, clarity, and maintainability to every project.
- Button: button-primary, button-secondary
- Card: card-image, card-body, card-title
- Navigation: nav-link, nav-link-active
Future you — and any collaborator or client who inherits the project — will thank you. Agencies here in Singapore often work across distributed teams, so clean CSS means faster handovers and fewer headaches during QA.
3. Overlooking Mobile Responsiveness
Why It Is a Critical Error
Singapore has one of the highest smartphone penetration rates in the world. A layout that only works on desktop is not a functional website — it is half a website. Responsive web design is not optional; it is a baseline expectation.
What Junior Designers Get Wrong
Many beginners design beautifully on desktop and treat mobile as an afterthought — scaling things down and hoping for the best. This approach consistently produces broken layouts, tiny unreadable text, and overlapping elements.
The Fix
Design mobile-first. Start with the smallest breakpoint, establish your content hierarchy on a narrow canvas, and then enhance upward for tablet and desktop. Webflow's responsive breakpoints make this straightforward once you understand the workflow. Read more on implementing a mobile-first design strategy.
4. Neglecting Attention to Detail

Design lives in the small things — the 8px padding that aligns text perfectly, the hover state that feels intuitive, the consistent button radius that signals trustworthiness. Beginners often treat spacing and typography as decoration rather than structure. These micro-details communicate professionalism. See our guide on why typography matters for your website.
How to Train Your Eye
- Check alignment at every export — use a 4pt or 8pt grid
- Maintain consistent colour tokens across the project
- Audit accessibility contrast ratios before launch
- Preview on both a light monitor and a dark/OLED display
Practical Workflow
Create a Style Guide Page in Webflow that lists every heading style, button variant, and colour swatch. Keep it updated as the project evolves. It takes thirty minutes to build and saves hours of inconsistency hunting later.
5. Avoiding Feedback and Iteration

Perfectionism kills momentum. Many junior designers treat a deliverable as one-and-done — they share a design only when they feel it is perfect. In reality, professional designers see design as continuous iteration.
Why Iteration Is Non-Negotiable
- Feedback exposes blind spots you cannot see in isolation
- User testing reveals navigation issues that data cannot predict
- Each iteration cycle builds both skill and humility
At ALF Design Group, we run at least three structured feedback cycles on every project — concept review, mid-fidelity checkpoint, and pre-launch audit. That rhythm is where mastery is built. You can also explore the broader UX design process we follow.
6. Forgetting Accessibility
Accessibility is not a feature — it is a fundamental design responsibility. It is also increasingly a Google ranking signal. Designing inclusively expands your audience, reduces legal risk, and demonstrates real UX maturity.
The WCAG 2.1 AA Basics Every Designer Should Know
- Ensure text-to-background colour contrast of at least 4.5:1
- Write descriptive alt text for all meaningful images
- Enable and test full keyboard navigation
- Avoid conveying meaning through colour alone — use icons or labels alongside
- Use semantic HTML elements (headings, lists, buttons) — not just styled divs
The Figma accessibility annotation kit and WebAIM Contrast Checker are two tools to add to your workflow immediately.
7. Not Optimising Images and Assets
Page speed is directly tied to image optimisation. Uploading raw, uncompressed assets into Webflow is one of the most common performance mistakes and one of the easiest to fix. Heavy pages hurt both user experience and website speed SEO.
The Fix
- Export images in WebP format wherever possible
- Compress JPEGs and PNGs to under 150KB per image before upload
- Use Webflow's lazy loading setting on all below-the-fold images
- Define explicit width and height attributes to prevent Cumulative Layout Shift (CLS)
Core Web Vitals are now a confirmed ranking factor. A beautiful site that loads slowly loses traffic — and client confidence.
8. Designing Without a Typographic System
Many junior designers pick fonts intuitively, sizing headings and body text by eye without a defined scale. The result is visual inconsistency that undermines the professionalism of the entire site. Explore how typography shapes web design quality.
How to Build a Typographic System
- Define a clear type scale: H1, H2, H3, body, small, label
- Choose a maximum of two typefaces — one for headings, one for body
- Set line heights: 1.2–1.3 for headings, 1.5–1.7 for body text
- Map all type styles to Webflow global classes — never override inline
Explore how to use Google Fonts effectively for web design to build consistent typographic foundations.
9. Treating UX and UI as the Same Thing
Junior designers often conflate UX (user experience) with UI (user interface). UI is how a product looks; UX is how it works and feels. A visually stunning design that confuses users is a UI success and a UX failure. Understand the real difference between UX and UI design.
Why This Distinction Matters in Practice
- UX decisions come before UI decisions — structure, flow, and navigation first
- Good UX is invisible; bad UX is immediately felt
- In Singapore's competitive digital market, clients increasingly expect both — not one or the other
Explore how UX and UI work together to improve conversions on business websites.
10. Not Documenting Your Process
Clients and future employers want to understand how you think — not just what you produced. Junior designers who skip documentation lose one of the most valuable professional development tools available to them.
What Good Documentation Looks Like
- Screenshot progress stages — wireframe, mid-fidelity, final build
- Note your design decisions with rationale (e.g. 'I chose this layout because...')
- Write up a short case study for every project you complete
- Publish your process on your portfolio website
This turns every project — even a small one — into a portfolio piece that attracts opportunities. Looking to improve your overall designer skill set? Read our guide on how to learn web design.
Growing as a Web Designer in Singapore
Singapore's web design industry is competitive and fast-moving. Clients — from fintech startups in Raffles Place to SMEs in Toa Payoh — expect polished, performant, and accessible websites. Junior designers who build strong fundamentals early are the ones who land better projects and grow into senior roles faster.
A few practical steps for Singapore-based designers:
- Join communities like UXSG and local design meetups to get feedback and stay current
- Build projects that reflect local industries — fintech, logistics, F&B, healthcare
- Learn the Webflow ecosystem — it is the dominant platform among Singapore's design agencies
- Understand basic SEO principles — clients increasingly expect designers to consider search performance
Turning Mistakes Into a Learning Roadmap
Each mistake in this guide is a checkpoint in your professional growth. Use this table to identify where you are and what to prioritise next.
Pre-Launch Checklist for Every Junior Designer
Keep this checklist visible during every project. It is your daily reminder to design with intention.
Frequently Asked Questions
What are the most common mistakes junior web designers make?
The most common mistakes include skipping wireframes, using inconsistent CSS class naming, ignoring mobile responsiveness, overlooking accessibility, neglecting image optimisation, and failing to document their work. Each of these is easily fixable once you are aware of it.
Should I design directly in Webflow or use Figma first?
Always start in Figma. Use it to plan layout, establish your type scale, define section structure, and validate your content flow before touching Webflow. Jumping straight into the builder leads to structural problems that are difficult to fix later.
Why is CSS naming so important in Webflow?
Clean, logical CSS naming keeps your project scalable, maintainable, and handover-ready. Messy class names slow down development, confuse collaborators, and make future edits unpredictable. Systems like BEM or Client-First solve this entirely.
How can junior designers improve quickly?
Work iteratively, seek feedback at every stage, document your process, and expose yourself to critique. Studying strong Webflow and UX work, joining design communities, and reading broadly about UX principles will compound your growth significantly.
Do I need to know code to be a Webflow designer?
Not necessarily. However, understanding HTML and CSS fundamentals helps you diagnose layout issues, design cleaner structures, and communicate more effectively with developers. Basic code literacy accelerates your Webflow work considerably.
How does accessibility affect SEO?
Accessible websites tend to have cleaner semantic HTML, better heading structures, and improved Core Web Vitals — all of which positively influence search rankings. Accessibility and SEO are complementary, not competing, disciplines.
Conclusion — Design Is a Journey, Not a Destination
Every polished, confident designer once published a cringe-worthy first website. What separates professionals from perpetual beginners is not talent — it is a commitment to reflection, iteration, and continuous improvement.
At ALF Design Group, we believe mistakes are data — signals pointing you toward mastery. So sketch, build, break, test, and refine. The designers who grow fastest are the ones who treat every project as a learning opportunity and every piece of feedback as a gift.
If you are just starting out, need mentorship, or want to refine your process alongside experienced designers, drop us a message. We are always happy to support the next generation of Singapore's design community.
Related Reading
- How to Learn Web Design
- Web Design Best Practices
- How to Improve Website Accessibility
- How UX/UI Can Improve Your Website's Conversions
- Responsive Web Design: Why Mobile-First UX Matters
- How to Optimise Your Website's Speed
{{build-better-experience="/directory"}}
First Published On
March 22, 2024
Categories
Resources
Related Articles
Deep dive into our latest news and insights.




.webp)
