Category: 04. Responsive

  • RWD Frameworks

    Responsive Web Designing is the need of the hour. The extensive use of mobile devices among the masses, results in active responsive designing so that the applications or websites appear and function correctly on every kind of device. A good and effective CSS framework provides ready-to-use libraries that considerably save the development time used in…

  • RWD Videos

    Alike images, videos can be made responsive too, such that the video should expand to fill the entire content area, while maintaining its original aspect ratio. When a fixed width or height of a video is specified, it may cause layout issue, such as breaking page layouts, distorting the image, or displaying black bars around…

  • RWD Images

    Responsive images are important for the web development, as they ensure that the images are appropriately sized based on the device size and resolution. The responsive images improve the page loading speed and also reduce the time to load it. When an image is uploaded to a website, it has its default width and height;…

  • RWD Media Query

    A media query in CSS is a method that targets the browser through some characteristics, features and user preferences and then execute or apply the styles on the elements. A media query is specified in a @media rule which wraps the element with conditions describing when and where the styles need to be applied when these conditions…

  • RWD Grid view

    A grid view is a layout system that organizes content on a webpage in a grid structure. The grid in its responsive form adapts to different screen sizes and devices. A grid view involves dividing the webpage into a series of columns and rows. Each section of the grid can contain different elements such as images, text,…

  • RWD Viewport

    A viewport, in the context of responsive web design, is a virtual area used by the browser to render a web page. The viewport is essential to web development and creation of responsive designs that adapt to various devices and screen sizes. Viewport can also be specified as the user’s visible area of the web page,…

  • RWD Introduction

    Responsive Web Design (RWD) is a web-designing and development approach that makes the web pages render well and correctly on various devices with different screen sizes and resolutions. The motive of responsive web design is to ensure that the user experience is consistent and optimized regardless of whether the website is viewed on a mobile device,…