Results 1 to 4 of 4

Thread: How to design responsive web design?

  1. #1
    Join Date
    Jan 2018
    Location
    India
    Posts
    33

    Default How to design responsive web design?

    How to design responsive web design?

  2. #2
    Join Date
    Feb 2018
    Location
    india
    Posts
    16

    Default

    Responsive Web Design makes your web page look good on all devices (desktops, tablets, and phones).
    Responsive Web Design is about using HTML and CSS to resize, hide, shrink, enlarge, or move the content to make it look good on any screen:
    The reason why responsive matters is not only to make webpage look good on all devices(mobile users increasing dramatically), but also make sure users will have comfortable visual experience when accessing your website with a not-full-width browser.

  3. #3
    Join Date
    Feb 2020
    Posts
    1,103

    Default

    Responsive web design, originally defined by Ethan Marcotte in A List Apart, responds to the needs of the users and the devices they're using. The layout changes based on the size and capabilities of the device.

  4. #4
    Join Date
    Apr 2020
    Posts
    704

    Default

    Responsiveness Webdesign is important, but not always a necessity. But most clients/users expect the sites to be responsive anyways, so following these few steps should help you.

    Avoid using Margins. If you must use it, try to use it with “%” instead of pixels.
    Use the bootstrap css framework which supports responsive webpages.
    For images, use the class “img-responsive” to create responsive images. And avoid setting heights to the images unless really needed. (you can set the size for the div instead).
    Get used to writing @media queries to create responsiveness on all devices.
    Avoid using !important unless absolutely necessary.
    Avoid using inline Styles. It is recommended to write all the separate styles in an external file.

Similar Threads

  1. What is Responsive Web Design?
    By stuartspindlow in forum Web Design Solutions
    Replies: 21
    Last Post: 03-13-2024, 07:51 AM
  2. What is the best responsive web design framework?
    By johnwest in forum Web Design Solutions
    Replies: 8
    Last Post: 03-28-2023, 10:51 AM
  3. What is Responsive Web Design? Why Is Responsive Design Important?
    By sinelogixtech in forum Web Design Solutions
    Replies: 4
    Last Post: 02-08-2023, 09:22 AM
  4. What is Responsive Web Design?
    By stuartkspindlow in forum Web Design Solutions
    Replies: 10
    Last Post: 08-18-2016, 07:59 AM
  5. Responsive Web Design
    By jaysh4922 in forum Web Design Solutions
    Replies: 7
    Last Post: 06-25-2015, 06:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •