CMS Amigo Logo

Responsive Websites

For many years now a website needs to be responsive, which simply means that a site looks good in all screen resolutions from desktop, to mobile to ipads and other smaller view ports.

Our Web Development Plans
Link To CMS AMIGO Facebook Link To CMS AMIGO LinkedIn Link To CMS AMIGO Instagram

Help/Support
Home Sign Up WebDev Plans WebSite Development Responsive Websites Contact About

Key characteristics of a responsive website.


  1. Flexible Layouts: CSS (Cascading Style Sheets) have been in use in building websites for many years. With the advent of mobile devices developers had to produce one site for desktop and one for mobile and other smaller screen devices. In more recent years flexbox and grid have come along that are simply CSS tags that allow for viewing of smaller screens without having to build a seperate website. The CMS Amigo site uses both.
  2. Responsive Images: A responsive image fits within its container on all devices. So if a 650px wide image fits perfectly within it's container, it should also fit within the container on a 375px wide container on a mobile device. This often involves using CSS techniques or responsive image attributes in HTML.
  3. Media Queries: CSS media queries are used to load certain images or sections of a website based on the resolution of the device used to view the site. This helps in tailoring the design for different screen sizes.
  4. Viewport Meta Tag: This HTML tag is used so that the web page is scaled correctly on different devices. It looks like this:

    <meta name="viewport" content="width=device-width,initial-scale=1" >

  5. Touch-friendly Elements: Buttons, links, and other interactive elements are designed to be easily tappable on touchscreens, often with larger sizes and adequate spacing.
  6. Performance Optimization: Optimizing the performance following Google Core Vital pracrices is crucial for a good user experience on mobile devices, which may have slower internet connections and less processing power compared to desktops.

By implementing these principles, a responsive website ensures a seamless and user-friendly experience regardless of the device used to access it.


A Sample Of A Responsive Website Layout From W3 Schools

If you click on the images below this will open a new page that allows you to view some cool site we picked to view through your smart phone. NOTE: To return to this page simply close down the new window. NOTE 2: If you are already viewing this page on a mobile device clicking this image won't matter.



Nasa Website

Nasa

Patagonia Website

Patagonia

Magic Leap Website

website Magic Leap >