Skip to content
Home Blog Web Design Responsive Design: The Basics

Responsive Design: The Basics

  • Web Design
Blueprint Digital
Blueprint Digital

Insights from the Blueprint Digital team.

As a web developer at Blueprint, my job is to turn beautiful designs into usable websites. One of the things I have been focusing on recently is mobile development, specifically responsive design.

What is Responsive Design?

Responsive design fits its name: it responds to different web environments. With the emergence of smartphones and tablets, it is becoming challenging for web developers to cater to every single platform. There are the iPhones; Android Phone like HTC One, Samsung Galaxy, etc.; and tablets like iPad, iPad mini, Google Nexus, etc. The list goes on and on. With responsive design, web developers do not have to worry about different platforms as much since the website will adapt to different screen sizes.

Getting Started

My personal approach is to use media queries to make a website responsive. Below would be what a standard CSS link element might look like in the head.

<link rel="stylesheet" type="text/css" media="screen" href="style.css" />

You could include a stylesheet that will be shown for a different viewport. In the case below, if the device’s viewport is smaller than 600px, mobile.css will be applied.

<link rel="stylesheet" type="text/css"
media="screen and (max-device-width: 600px)" href="mobile.css" />

Example of Responsive Design

One website I have personally been working on at Blueprint is S&R Finishing. The website has just one breaking point at 600px. That means if a device has a viewport of 600px or smaller, the mobile version of the website will be shown.

Conclusion

This post only scratches the surface on responsive design. There are many factors to consider when working on a responsive design project such as how to handle CSS font sizes and making phone numbers work on a mobile device. However, responsive design is very relevant in today’s web development, and it would be useful to implement it on websites to improve user experience on mobile devices.

Ready to Dominate Online and Grow Your Business?

Schedule time to connect with Blueprint about your online goals, or request a free review of marketing campaigns.

Related Posts

Food & Beverage Marketing: How Ingredient Buyers Decide

Food & Beverage Marketing: How Ingredient Buyers Decide

Choosing an ingredient supplier is one of the higher-stakes decisions a food or beverage company makes. It runs through several people over a cycle that can stretch for months, and the deciding factor is usually how much risk each option carries for a business that cannot afford a line stoppage or a recall. For marketing[...]
How to Build a B2B Lead Nurturing Program That Closes Deals

How to Build a B2B Lead Nurturing Program That Closes Deals

Most B2B marketing teams are better at generating leads than keeping them warm. A form gets filled out, the lead lands in the CRM, and nothing happens until a salesperson gets around to it, by which point the buyer has moved on or gone quiet. In a market where the average deal takes months of[...]
How We Took the Grind Out of Link Building Prospecting

How We Took the Grind Out of Link Building Prospecting

Most link building programs stall at the same point, the prospecting spreadsheet. Finding sites worth pitching means pulling competitor backlinks, cross-checking them against what you already know, throwing out the junk, and judging what's left for relevance and quality. It's a few hours of repetitive work before a single outreach email gets written, and when[...]
Previous
Next

Partner with BLUEPRINT to reach your online goals, grow your business and reshape your story.

Get in touch with BLUEPRINT

Reach out to request a discovery call, a free campaign review, or for all other inquiries.

Subscribe to our newsletter