SlideShare a Scribd company logo
Responsive
Web
Design
Agenda:
 What is RWD?
 Why RWD?
 Advantages & Disadvantages
 How RWD works?
 Frameworks
 Try out
What is Responsive Web Design?
RWD is a process of designing a single website to be used and
compatible on different portable or handy electronic devices with
different Screen size, platform and orientation.
Why RWD?
 Supporting the Multi-Device User
 One Site to Rule Them All
 Improved Search Engine Rankings
 Future Scalability
Advantages:
 Flexible
 User Experience
 Cost Effective
 It is Recommended By Google
 Very Easy to manage
How RWD works?
 View Port
The viewport is the user's visible area of a web page.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
It sets the browser's layout viewport, relative to which CSS declarations such as
width: 20% are calculated, to the device width.
 Media Queries
The @media rule is used to define different style rules for different media types/devices.
<link rel="stylesheet" href="this.css" media="(min-width: 960px)">
@media only screen and (max-width: 500px) {
.gridmenu {
width:100%;
}
}
View Port Sizes / Media Query Break Points:
 320 x 480 px: Smartphone
 480 x 320 px: Smartphone in landscape orientation
 768 x 1024 px: ipad/tablet
 1024 x 768 px: ipad in landscape orientation/netbook
 Anything larger: Desktop / laptop computer
Frameworks:
 Bootstrap
 Foundation
 960 grid
 Semantic UI
 Pure by Yahoo!
 W3.CSS
We can verify whether the site is designed in
responsive or not with below links.
http://responsivetest.net/
http://www.responsinator.com/
Try out:
Thank You
- Bala

More Related Content

PPTX
Responsive Web Design | Website Designing
MSA Technosoft
 
PPTX
Responsive Design
DheerajPachauri
 
PPTX
Intro to Responsive Web Design
meghantaylor
 
TXT
Websmovil 3
petio909
 
PPTX
Responsive web
Tricon Infotech
 
PPTX
Responsive ui
Ran Wahle
 
PDF
Web Usability
Wilson Su
 
PPTX
Sistemas tecnologicos
OSCARBRUNELLI
 
Responsive Web Design | Website Designing
MSA Technosoft
 
Responsive Design
DheerajPachauri
 
Intro to Responsive Web Design
meghantaylor
 
Websmovil 3
petio909
 
Responsive web
Tricon Infotech
 
Responsive ui
Ran Wahle
 
Web Usability
Wilson Su
 
Sistemas tecnologicos
OSCARBRUNELLI
 

Viewers also liked (12)

PPTX
Orbe unda-vaca-computacion-iii-nube
FRANCISCOU10
 
PPTX
Cliente servidor
FRANCISCOU10
 
PPTX
Monsoon climate
Camila Kos
 
PPTX
Tracsis Employability
Martyn Tobin
 
PPTX
ERTMS Presentation
Martyn Tobin
 
PDF
Abeer-newCV 016
Abeer Maksod
 
PPTX
Manual
David MOnroy
 
PPTX
Historia automoviles
Cesar Julian Vasquez Bonilla
 
PDF
atelier de design collaboratif avec les chapeaux de Bono (Flupa UX days 2016)
Antoine Blanchard
 
PPTX
PGP31264_Harsh_BMassignment_VirginBrand
Harsh Chordia
 
PDF
HEAP Trending
Danielle Flannery
 
Orbe unda-vaca-computacion-iii-nube
FRANCISCOU10
 
Cliente servidor
FRANCISCOU10
 
Monsoon climate
Camila Kos
 
Tracsis Employability
Martyn Tobin
 
ERTMS Presentation
Martyn Tobin
 
Abeer-newCV 016
Abeer Maksod
 
Manual
David MOnroy
 
Historia automoviles
Cesar Julian Vasquez Bonilla
 
atelier de design collaboratif avec les chapeaux de Bono (Flupa UX days 2016)
Antoine Blanchard
 
PGP31264_Harsh_BMassignment_VirginBrand
Harsh Chordia
 
HEAP Trending
Danielle Flannery
 
Ad

Similar to Responsive_Web_Design (20)

PDF
Web Responsive Design
Man Math
 
PPTX
reponsive-web-design.pptx
adarshgupta131049
 
PPTX
reponsive-web-design.pptx
adarshgupta131049
 
PPTX
Reponsive web design (HTML5 + css3)
Sandip Jadhav
 
PPT
Responsive web design
Aya Ezzat
 
PDF
Responsive Web Design
Debra Shapiro
 
PPSX
Responsive web design
Gopinath Ambothi
 
PPTX
Chapter 17: Responsive Web Design
Steve Guinan
 
PPTX
Nitishreys
Anirudh Reys
 
PPTX
What Is Responsive Web Design and Why It Matters in 2025.pptx
AkashDwivedi43
 
PPTX
Responsive Web Design_2013
Achieve Internet
 
PPTX
Responsive Web Development
Reema
 
PDF
Responsive Design Presentation
Eugen Figursky
 
PPTX
Sanketh ppts
SudheendraM1
 
PPTX
Sanketh ppts
SudheendraM1
 
PDF
Responsive Web Design
Heru WIjayanto
 
PPTX
Responsive design
DevelopmentArc LLC
 
PPTX
Responsive Design - What you need
Justus Wilde
 
PPTX
Responsive Web Design
Dhruva Krishnan
 
PPTX
Responsive Web Design - What You Need to Know to Get Started
jennybchicken
 
Web Responsive Design
Man Math
 
reponsive-web-design.pptx
adarshgupta131049
 
reponsive-web-design.pptx
adarshgupta131049
 
Reponsive web design (HTML5 + css3)
Sandip Jadhav
 
Responsive web design
Aya Ezzat
 
Responsive Web Design
Debra Shapiro
 
Responsive web design
Gopinath Ambothi
 
Chapter 17: Responsive Web Design
Steve Guinan
 
Nitishreys
Anirudh Reys
 
What Is Responsive Web Design and Why It Matters in 2025.pptx
AkashDwivedi43
 
Responsive Web Design_2013
Achieve Internet
 
Responsive Web Development
Reema
 
Responsive Design Presentation
Eugen Figursky
 
Sanketh ppts
SudheendraM1
 
Sanketh ppts
SudheendraM1
 
Responsive Web Design
Heru WIjayanto
 
Responsive design
DevelopmentArc LLC
 
Responsive Design - What you need
Justus Wilde
 
Responsive Web Design
Dhruva Krishnan
 
Responsive Web Design - What You Need to Know to Get Started
jennybchicken
 
Ad

Responsive_Web_Design

  • 2. Agenda:  What is RWD?  Why RWD?  Advantages & Disadvantages  How RWD works?  Frameworks  Try out
  • 3. What is Responsive Web Design? RWD is a process of designing a single website to be used and compatible on different portable or handy electronic devices with different Screen size, platform and orientation.
  • 4. Why RWD?  Supporting the Multi-Device User  One Site to Rule Them All  Improved Search Engine Rankings  Future Scalability
  • 5. Advantages:  Flexible  User Experience  Cost Effective  It is Recommended By Google  Very Easy to manage
  • 6. How RWD works?  View Port The viewport is the user's visible area of a web page. <meta name="viewport" content="width=device-width, initial-scale=1.0"> It sets the browser's layout viewport, relative to which CSS declarations such as width: 20% are calculated, to the device width.  Media Queries The @media rule is used to define different style rules for different media types/devices. <link rel="stylesheet" href="this.css" media="(min-width: 960px)"> @media only screen and (max-width: 500px) { .gridmenu { width:100%; } }
  • 7. View Port Sizes / Media Query Break Points:  320 x 480 px: Smartphone  480 x 320 px: Smartphone in landscape orientation  768 x 1024 px: ipad/tablet  1024 x 768 px: ipad in landscape orientation/netbook  Anything larger: Desktop / laptop computer
  • 8. Frameworks:  Bootstrap  Foundation  960 grid  Semantic UI  Pure by Yahoo!  W3.CSS
  • 9. We can verify whether the site is designed in responsive or not with below links. http://responsivetest.net/ http://www.responsinator.com/ Try out: