SlideShare a Scribd company logo
Responsive UI Using CSS Media Query
Magento eCommerce
SaaS Applications
Video Streaming Portals
Rich Internet Apps
Custom Development
250+ team with experience in
managing offshore, distributed
development.
Neev Technologies established
in Jan ’05
VC Funding in 2009 By Basil
Partners
Part of Publicis Groupe
Member of NASSCOM.
Development Centers in
Bangalore and Pune.
Offices at
Bangalore, USA, Delhi, Pune, S
ingapore and Stockholm.
Key Company Highlights
iPhone
Android
Windows Phone 7
HTML5 Apps
Web
User Interface Design and User Experience Design
Performance Consulting Practices
Quality Assurance & Testing
AWS Consulting Partner
Rackspace
Joyent
Heroku
Google App Engine
Mobile Cloud
About Neev
Outsourced Product Development
What is Responsive Design? How is it implemented?
• A Website or User Interface is said to be responsive when it is able to change its
layout depending on what device it is being viewed on.
• The logical approach is to first identify the device or screen width and based on
that re position or even remove certain blocks of content so that its is optimized
for viewing.
• While there are various techniques to detect the screen resolution and re-arrange
the content blocks, the easiest and most commonly used technique is by taking
advantage of one of CSS3 ‘s new feature called Media Query.
What is CSS Media Query?
How is it used to implement Responsive Design?
CSS Media Query is where you can define a set of CSS rules which would apply when the
media query condition is satisfied.
nav{
background: #333;
border-radius:8px;
padding: 3 px 5px;
min-height:35px;
}
@media screen and (min-width: 480px) {
nav{width:150px;
float:left;
margin:15px 0;}
In the code sample above you’ll notice the media query which states that if the screen width
is 480px and above it would apply the CSS which would float the navbar and change the UI
from a 1 column layout to a 2 column layout.
You can view the demo code here.
Clients
India - Bangalore USA Sweden
The Estate, # 121,6th Floor,
Dickenson Road
Bangalore-560042
Phone :+91 80 25594416
Neev Information Technologies Pvt. Ltd.
1121 Boyce Rd Ste 1400,
Pittsburgh PA 15241
Phone : +1 888-979-7860
Neev AB, Birger
Jarlsgatan 53, 6tr,
11145, Stockholm
Phone: +46723250723
sales@neevtech.com
India - Pune
#13 L’Square, 3rd Floor
Parihar Chowk, Aundh,
Pune – 411007.
Phone : +91-64103338
Singapore
#08-03 SGX Centre 2, 4
Shenton Way,
Singapore 068807
Phone: +65 6435 1961
For more info on our offerings, visit www.neevtech.com

More Related Content

What's hot (20)

PDF
Responsive web design
Russ Weakley
 
PDF
Responsive Enhancement
Sven Wolfermann
 
PPTX
Responsive web designing ppt(1)
admecindia1
 
PPT
Responsive Web Design
RZasadzinski
 
PDF
Responsive and Fast
Sven Wolfermann
 
PDF
Strategy for a Responsive UX
Nuno MB Rodrigues
 
PPTX
There Is No Mobile: An Introduction To Responsive Web Design
Chris Love
 
PDF
Responsive Web Design - Introduction & Workflow Overview
Aidan Foster
 
ODP
Responsive Web Design - but for real!
Rudy Rigot
 
PPSX
Responsive Web Design: Tips and Tricks
Gautam Krishnan
 
PDF
Mobile First Responsive Web Design — BD Conf Oct 2013
Jason Grigsby
 
PDF
Responsive Web Design - more than just a buzzword
Russ Weakley
 
PPTX
Multiple Design Strategies for Multiple Screens
Janine Warner
 
PPTX
Responsive web design ppt
accede16
 
PPT
Mobile Monday Presentation: Responsive Web Design
Cantina
 
PDF
Responsive Design
Sara Cannon
 
PDF
Beyond Responsive [Web Design Day]
Aaron Gustafson
 
PPT
Optimizing Sites for Mobile Devices
jameswillweb
 
PDF
Responsive Web Design: Clever Tips and Techniques
Vitaly Friedman
 
PDF
Designing with CSS3 Effectively & Efficiently
Zoe Gillenwater
 
Responsive web design
Russ Weakley
 
Responsive Enhancement
Sven Wolfermann
 
Responsive web designing ppt(1)
admecindia1
 
Responsive Web Design
RZasadzinski
 
Responsive and Fast
Sven Wolfermann
 
Strategy for a Responsive UX
Nuno MB Rodrigues
 
There Is No Mobile: An Introduction To Responsive Web Design
Chris Love
 
Responsive Web Design - Introduction & Workflow Overview
Aidan Foster
 
Responsive Web Design - but for real!
Rudy Rigot
 
Responsive Web Design: Tips and Tricks
Gautam Krishnan
 
Mobile First Responsive Web Design — BD Conf Oct 2013
Jason Grigsby
 
Responsive Web Design - more than just a buzzword
Russ Weakley
 
Multiple Design Strategies for Multiple Screens
Janine Warner
 
Responsive web design ppt
accede16
 
Mobile Monday Presentation: Responsive Web Design
Cantina
 
Responsive Design
Sara Cannon
 
Beyond Responsive [Web Design Day]
Aaron Gustafson
 
Optimizing Sites for Mobile Devices
jameswillweb
 
Responsive Web Design: Clever Tips and Techniques
Vitaly Friedman
 
Designing with CSS3 Effectively & Efficiently
Zoe Gillenwater
 

Viewers also liked (14)

KEY
Practical CSS3 Animations
Amber Makeyev
 
PPTX
Introduction to UI Components in Magento 2
Sergii Ivashchenko
 
PDF
CSS3 Media Queries
Russ Weakley
 
PDF
Le Wagon - UI and Design Crash Course
Boris Paillard
 
PDF
Le Wagon - UI components design
Boris Paillard
 
PDF
Le Wagon's Product Design Sprint
Boris Paillard
 
PDF
Le Wagon - 2h Landing
Boris Paillard
 
PDF
UI + Frameworks
Barbara Wolff Dick
 
PDF
Simple flat ui css accordion
Samsury Blog
 
PDF
Le Wagon - Javascript for Beginners
Sébastien Saunier
 
PDF
Modern UI Development With Node.js
Ryan Anklam
 
PDF
Web Components and Modular CSS
Andrew Rota
 
PPTX
Html,CSS & UI/UX design
Karthikeyan Dhanasekaran CUA
 
PDF
UX Design + UI Design: Injecting a brand persona!
Jayan Narayanan
 
Practical CSS3 Animations
Amber Makeyev
 
Introduction to UI Components in Magento 2
Sergii Ivashchenko
 
CSS3 Media Queries
Russ Weakley
 
Le Wagon - UI and Design Crash Course
Boris Paillard
 
Le Wagon - UI components design
Boris Paillard
 
Le Wagon's Product Design Sprint
Boris Paillard
 
Le Wagon - 2h Landing
Boris Paillard
 
UI + Frameworks
Barbara Wolff Dick
 
Simple flat ui css accordion
Samsury Blog
 
Le Wagon - Javascript for Beginners
Sébastien Saunier
 
Modern UI Development With Node.js
Ryan Anklam
 
Web Components and Modular CSS
Andrew Rota
 
Html,CSS & UI/UX design
Karthikeyan Dhanasekaran CUA
 
UX Design + UI Design: Injecting a brand persona!
Jayan Narayanan
 
Ad

Similar to Responsive UI using CSS Media Query (20)

PPTX
OPD @ Neev
Neev Technologies
 
PPTX
.Net @ Neev
Neev Technologies
 
DOC
Prabhudev-BE 9 Months of Experince on Development
Prabhudev Bilagi
 
DOCX
Senthil_Murugan_V
SENTHIL MURUGAN
 
PPTX
Neev Competencies in SaaS-based Development
Neev Technologies
 
PPS
Seanergy Profile
praveenguptha
 
PPTX
Web and Mobile Experts - Noto It Solutions
Ashish Sharma
 
PDF
Responsive Web Designed for your communication and marketing needs
SEGIC
 
PDF
DS_Upsourcing
Michael Manzo
 
DOC
SHER SINGH OLAHAN RESUME (1)
Sher Singh Olahan
 
PPTX
Tech Stack & Web App Development For Startups
ZimbleCode
 
PDF
qs_presentation_v_1_0
Svetlana Lysova
 
PPTX
5 Proven Tips for Building a Successful Enterprise Web Application
Zorbis Inc.
 
PDF
How to Easily Hire MEAN Stack Developers in 2023.pdf
ultroNeous Technologies
 
PDF
Progressive Enhancement 101
ohellojames
 
PPTX
Mobile Responsive Design @ Neev
Neev Technologies
 
PDF
Company Profile PT Vodjo Teknologi Indonesia
FrieskaOktariyani
 
PDF
Top Six Web App Development Technologies In 2018
PixelCrayons
 
PDF
Mobiloitte ! Enterprise Mobility Corporate Overview
Mobiloitte
 
PDF
Web Application Development
Mobiloitte Technologies
 
OPD @ Neev
Neev Technologies
 
.Net @ Neev
Neev Technologies
 
Prabhudev-BE 9 Months of Experince on Development
Prabhudev Bilagi
 
Senthil_Murugan_V
SENTHIL MURUGAN
 
Neev Competencies in SaaS-based Development
Neev Technologies
 
Seanergy Profile
praveenguptha
 
Web and Mobile Experts - Noto It Solutions
Ashish Sharma
 
Responsive Web Designed for your communication and marketing needs
SEGIC
 
DS_Upsourcing
Michael Manzo
 
SHER SINGH OLAHAN RESUME (1)
Sher Singh Olahan
 
Tech Stack & Web App Development For Startups
ZimbleCode
 
qs_presentation_v_1_0
Svetlana Lysova
 
5 Proven Tips for Building a Successful Enterprise Web Application
Zorbis Inc.
 
How to Easily Hire MEAN Stack Developers in 2023.pdf
ultroNeous Technologies
 
Progressive Enhancement 101
ohellojames
 
Mobile Responsive Design @ Neev
Neev Technologies
 
Company Profile PT Vodjo Teknologi Indonesia
FrieskaOktariyani
 
Top Six Web App Development Technologies In 2018
PixelCrayons
 
Mobiloitte ! Enterprise Mobility Corporate Overview
Mobiloitte
 
Web Application Development
Mobiloitte Technologies
 
Ad

More from Neev Technologies (20)

PPTX
Razorfish India (Neev) Corporate Profile
Neev Technologies
 
PPTX
Adobe Experience Manager (Adobe CQ) Capabilities and Experience @ Neev
Neev Technologies
 
PPTX
Hybris Hackathon - Split Payments in Hybris
Neev Technologies
 
PPTX
Hybris Hackathon - Data Modeling
Neev Technologies
 
PPTX
RazorfishNeev Engagement Process
Neev Technologies
 
PPTX
Gameathon @ Neev
Neev Technologies
 
PPTX
Building A Jewelry e-store - Now, sell your jewelry to the world!
Neev Technologies
 
PPTX
Neev Load Testing Services
Neev Technologies
 
PPTX
How to add Custom Font to your iOS-based App?
Neev Technologies
 
PPTX
Our Experience on Google Map Integration with Apps
Neev Technologies
 
PPTX
Neev Application Performance Management Services
Neev Technologies
 
PPTX
Drupal Capabilities @ Neev
Neev Technologies
 
PPTX
Neev CakePHP Managed Services Offerings
Neev Technologies
 
PPTX
Neev AngularJS Capabilities
Neev Technologies
 
PPTX
Business Intelligence Capabilities @ Neev
Neev Technologies
 
PPTX
Neev Conversion Strategy Capabilities
Neev Technologies
 
PDF
RazorfishNeev - An Overview
Neev Technologies
 
PPTX
A Digital Mirror for Luxury Jewelry Stores
Neev Technologies
 
PPTX
Neev Open Source Contributions
Neev Technologies
 
PPTX
Native Mobile Platforms vs Phonegap – A Comparison
Neev Technologies
 
Razorfish India (Neev) Corporate Profile
Neev Technologies
 
Adobe Experience Manager (Adobe CQ) Capabilities and Experience @ Neev
Neev Technologies
 
Hybris Hackathon - Split Payments in Hybris
Neev Technologies
 
Hybris Hackathon - Data Modeling
Neev Technologies
 
RazorfishNeev Engagement Process
Neev Technologies
 
Gameathon @ Neev
Neev Technologies
 
Building A Jewelry e-store - Now, sell your jewelry to the world!
Neev Technologies
 
Neev Load Testing Services
Neev Technologies
 
How to add Custom Font to your iOS-based App?
Neev Technologies
 
Our Experience on Google Map Integration with Apps
Neev Technologies
 
Neev Application Performance Management Services
Neev Technologies
 
Drupal Capabilities @ Neev
Neev Technologies
 
Neev CakePHP Managed Services Offerings
Neev Technologies
 
Neev AngularJS Capabilities
Neev Technologies
 
Business Intelligence Capabilities @ Neev
Neev Technologies
 
Neev Conversion Strategy Capabilities
Neev Technologies
 
RazorfishNeev - An Overview
Neev Technologies
 
A Digital Mirror for Luxury Jewelry Stores
Neev Technologies
 
Neev Open Source Contributions
Neev Technologies
 
Native Mobile Platforms vs Phonegap – A Comparison
Neev Technologies
 

Recently uploaded (20)

PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
Biography of Daniel Podor.pdf
Daniel Podor
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Biography of Daniel Podor.pdf
Daniel Podor
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 

Responsive UI using CSS Media Query

  • 1. Responsive UI Using CSS Media Query
  • 2. Magento eCommerce SaaS Applications Video Streaming Portals Rich Internet Apps Custom Development 250+ team with experience in managing offshore, distributed development. Neev Technologies established in Jan ’05 VC Funding in 2009 By Basil Partners Part of Publicis Groupe Member of NASSCOM. Development Centers in Bangalore and Pune. Offices at Bangalore, USA, Delhi, Pune, S ingapore and Stockholm. Key Company Highlights iPhone Android Windows Phone 7 HTML5 Apps Web User Interface Design and User Experience Design Performance Consulting Practices Quality Assurance & Testing AWS Consulting Partner Rackspace Joyent Heroku Google App Engine Mobile Cloud About Neev Outsourced Product Development
  • 3. What is Responsive Design? How is it implemented? • A Website or User Interface is said to be responsive when it is able to change its layout depending on what device it is being viewed on. • The logical approach is to first identify the device or screen width and based on that re position or even remove certain blocks of content so that its is optimized for viewing. • While there are various techniques to detect the screen resolution and re-arrange the content blocks, the easiest and most commonly used technique is by taking advantage of one of CSS3 ‘s new feature called Media Query.
  • 4. What is CSS Media Query? How is it used to implement Responsive Design? CSS Media Query is where you can define a set of CSS rules which would apply when the media query condition is satisfied. nav{ background: #333; border-radius:8px; padding: 3 px 5px; min-height:35px; } @media screen and (min-width: 480px) { nav{width:150px; float:left; margin:15px 0;} In the code sample above you’ll notice the media query which states that if the screen width is 480px and above it would apply the CSS which would float the navbar and change the UI from a 1 column layout to a 2 column layout. You can view the demo code here.
  • 6. India - Bangalore USA Sweden The Estate, # 121,6th Floor, Dickenson Road Bangalore-560042 Phone :+91 80 25594416 Neev Information Technologies Pvt. Ltd. 1121 Boyce Rd Ste 1400, Pittsburgh PA 15241 Phone : +1 888-979-7860 Neev AB, Birger Jarlsgatan 53, 6tr, 11145, Stockholm Phone: +46723250723 [email protected] India - Pune #13 L’Square, 3rd Floor Parihar Chowk, Aundh, Pune – 411007. Phone : +91-64103338 Singapore #08-03 SGX Centre 2, 4 Shenton Way, Singapore 068807 Phone: +65 6435 1961 For more info on our offerings, visit www.neevtech.com