Loading...

When designing for different displays, sometimes adding or removing entire elements is the way to go.

A smartphone layout will usually look minimalist and include only the most important information to minimize excessive scrolling. But a larger display, especially a widescreen format, has a lot of usable space outside the main content. On the smartphone view of a website, excessive media can take up too much space. If you have images that are simply decorative, it may be helpful to set them to "display: none;" with a media query.

web building concept

On the flip side, desktops and laptops have larger, higher-resolution screens and are better equipped to handle heavy-duty tasks. With more space, you have the option of just spreading out what content you have. However, if a website would benefit from more decorative elements, media, or features, it may be wise to make full use of a more powerful computer's capabilities.

Widescreen and desktop sized viewports can take advantage of features like testimonials, fun facts, additional imagery, animations, and much more. It's important to think through your design before you start coding. Ask yourself, Who is this site for? Who is the target audience, and what main objective am I trying to communicate? Establishing how you want your site to look and function ahead of time will help reduce errors and development time when you move into production.

Below are the common steps used in an industry web design process. Click through the slides to see more information about each step and how it's applied to a web-based project.

Although your web projects don't have a client, many steps in this process can be adapted for school projects. Developing a process early in your design career will help you stay focused and organized, and it can help you explain your decision-making process if someone asks.