The document discusses converting an existing website to HTML5, CSS3, and responsive design standards. It covers why such an update is important for compatibility, maintainability and accessibility. It then details specifics of implementing HTML5 features like semantic markup, forms, multimedia elements, and the HTML5 shim. CSS3 techniques like rounded corners, shadows, gradients and animations are also covered. The document concludes with topics like responsive design, frameworks, and whether a site remodel or teardown is more appropriate.
This document discusses the growing importance of mobile web development and some of the key technologies enabling it. It highlights HTML5 features like local storage and the canvas element that allow richer applications to be created. It also introduces several JavaScript libraries that can be used for mobile development, including PhoneGap, which allows creating apps for multiple platforms. Examples are given of simple to complex graphics that can now be created with these technologies.
These are the slides I used for a workshop/presentation about HTML5 and related techniques to build web and mobile applications. The session was about half theoretical and half practical. The audience consisted of students wanting to get up to speed with new HTML5/CSS3 related techniques in web development.
What Does a Cloud Enabled Business Look Like?Chris Jackson
?
We recognise that the cloud is about business transformation, we talk a lot about how to undertake that transformation. But how do you know when you've started to make progress? What would a cloud enabled business do when presented with problems that would be problematic today? We'll run through three common business scenarios and show how making the business align around cloud yields outcomes which would otherwise be challenging to achieve. Whether you're already well under way on your cloud journey, or just beginning the switch, we aim to highlight some of the key differences in how cloud business operate and how this unlocks the efficiencies that are marketed.
Building Responsive Websites and Apps with DrupalFour Kitchens
?
This document discusses building responsive websites and apps with Drupal. It begins by explaining what responsive design is and how it allows websites to adapt to different screen sizes through CSS media queries and flexible grids. It advocates using a mobile-first approach where the mobile version is the baseline and enhanced for larger screens. Key aspects covered include responsive images, the Modernizr module, feature detection libraries, and front-end performance optimization.
This document discusses responsive web design techniques including:
- Using viewports and media queries to adapt layouts for different screen sizes.
- Sizing images fluidly using max-width: 100% so they are responsive.
- Design patterns for responsive tables, hiding/showing content, and converting menus to dropdowns.
- Tools like Modernizr, Respond.js, and frameworks like LESS to support responsive design goals.
- Tips like using relative units (ems/percentages) over fixed pixels and transitions for visual changes.
Hungarian Web Conference: HTML5 beyond the hype - let's make it work!Christian Heilmann
?
We're past the honeymoon period of HTML5 by now. The excitement of inflated promises is over and we start wondering what to do ¨C use HTML5 or just build an iOS app instead? In this talk Chris Heilmann of Mozilla will show what HTML5 is really good for, what its problems are, what causes a lot of these problems and how new operating systems like Firefox OS work and conversion tools like PhoneGap work around these issues. You'll see the now of HTML5 and what is cooking in the kitchens of browser makers and standards bodies that will developing and deploying apps cross-platform much easier than it is now. We have a lot of tools at our disposal, we simply need to dare to use them.
1. The document discusses responsive web design (RWD) and how it can be implemented simply using media queries.
2. It notes that RWD only requires learning one line of code - media queries like @media screen and (min-width:1025px) { /* your CSS here */ }
3. However, it also cautions that RWD requires more than just technical implementation - it involves designing for different screen sizes and a focus on user experience across devices.
Have you ever felt like a fraud and the whole world is going to find out that you're really not as competent as other people think? Do you feel like your success is because of luck or timing but not your own skills? Then you are not alone! This concept is well known and is called the Impostor Syndrome. It's not limited to software development but it's very common in our field.
Most people have experienced this at some point in their lives but don't talk about since they think they're alone. In this talk I'm gonna tell my story of suffering from the Impostor Syndrome and share my advice on how to overcome it.
The document introduces Android programming and provides an overview of key concepts including:
- Android applications are developed using Java and compiled into APK files to run on the Android operating system which uses a Linux kernel and Dalvik virtual machine.
- The AndroidManifest.xml file contains app metadata and declares app components like activities, services, and permissions.
- UI resources like layouts, drawables, and strings are organized by screen density in folders like res/layout-hdpi. Common layouts include LinearLayout and RelativeLayout.
- Activities display app screens and follow a back stack model. Fragments allow modular reuse of UI.
- Services run in the background, AsyncTask simpl
O documento discute as novas tecnologias da web como HTML5 e CSS3. Apresenta novos elementos sem?nticos no HTML5 como header, nav, section e article. Tamb¨¦m discute recursos como geolocaliza??o, v¨ªdeos, canvas, WebGL e APIs para incorporar mapas e fontes. Aponta ferramentas para facilitar a utiliza??o dessas tecnologias como Modernizr, HTML5 Boilerplate e media queries.
Android was developed by Google based on the Linux kernel and has a specialized user interface. It started as an operating system for mobile phones but has expanded to TVs, watches and cars. The document outlines Android's history, versions, architecture, lifecycle and demos how to develop apps using an IDE like Android Studio and emulators.
The document discusses building HTML5 apps for iOS devices. Key points include:
- HTML5 apps can be installed on devices, are cross-platform, and can be built and deployed quickly using familiar web techniques.
- The document provides an example of an HTML5 notecard app called UNFLappABLE that stores user data locally for offline use.
- Design considerations for touch interfaces, responsive layouts, and high-resolution graphics are discussed. Techniques like media queries, app caching, and local storage are also covered.
The document discusses responsive web design and some best practices. It notes that responsive design is more than just fluid grids, flexible images, and media queries - it also requires considering architecture, performance, font sizing, breakpoints, image optimization, and more. The document provides tips on using relative units like ems and rems for font sizing, organizing media queries, selecting classes, and testing responsive sites.
This document provides an overview of HTML5 best practices for mobile design. It begins with introductions and outlines the session agenda. The presenter then discusses high-level principles like universal design and progressive enhancement. Specific techniques covered include viewport meta tags, media queries, scalable images, HTML5 tags, and touch-friendly guidelines. CSS topics include grids, backgrounds, gradients, and transitions. JavaScript behaviors like navigation, forms, and geolocation are also reviewed. Useful frameworks, polyfills, and testing tools are presented. The overall message is that mobile design requires an adaptive, user-centered approach through careful content structuring, responsive presentation, and unobtrusive behavior.
This document provides an overview of creating simple and responsive CSS3 designs. It discusses:
- Using a flexible grid, flexible images, and media queries to make a design responsive.
- The four steps to get responsive: plan the design, crunch the numbers, determine breaking points, and add media queries.
- New CSS3 properties and selectors that allow for richer web experiences.
- Tips for cross-browser compatibility like leveraging source order, filtering styles, and using tools to handle vendor prefixes.
Introduction to Responsive Web Design http://tinyurl.com/9ldo4c6
Includes a sample project built from scratch in Node.js using LESS available on Github
The document discusses responsive web design (RWD), which allows websites to automatically adapt to different screen sizes through flexible grids and images, and media queries. RWD uses fluid layouts where elements are sized using relative units like percentages. It also leverages CSS3 media queries to apply different styling for various devices. The document provides an overview of RWD and examples of how to structure HTML and CSS for a responsive design that can accommodate diverse screen sizes. It also lists resources for learning more about this approach to building adaptive and mobile-friendly websites.
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)arborwebsolutions
?
My presentation from WordCamp Miami 2011, Beyond "Responsive Web Design". This is a totally re-worked version of my previous presentation, with a focus on how to actually implement responsive design.
A presentation that was held by Aleksandra Hristov as a guest lecturer during the class of "Advanced Web Design" at the Faculty of computer science and engineering. The presentation was held as part of the regular studies during the faculty program of computer science. The point was to give an overview on responsive design: what it is, how it can be used and how it applies in the industry.
This document discusses responsive web design trends for 2012, including responsive design which allows websites to automatically resize content to fit any screen resolution from mobile to desktop. It highlights that 15% of users now browse on mobile and responsive design improves the user experience and conversion rates. CSS3 features like media queries, fonts, borders, shadows and images are also covered to create impactful designs.
A talk given at Appspirina workshop on March 29th, 2012 organized by http://mobiledeveloper.pl/.
Event page: https://www.facebook.com/events/296799847060237/
HTML5 and CSS3 offer some great features that everyone is clamoring to use. However, not everyone can simply rip apart their site and redo all of their markup and styling across the board. There are some quick wins, especially with CSS3, to be had that you can integrate into your site without rewriting your whole entire site.
The document discusses responsive web design and compares it to other approaches like adaptive web design. It addresses some myths around responsive design, including that every website should be responsive, that it hurts performance, and that it limits creativity. It also discusses technical aspects like media queries and their uses beyond mobile screens.
This document introduces responsive design and discusses how to build websites flexibly for different screen sizes and devices. It answers common questions about responsive design, advocates flexibility over adapting to specific devices, and provides tips on content optimization, legacy browser support, responsive tools, and following a responsive design process.
Have you ever felt like a fraud and the whole world is going to find out that you're really not as competent as other people think? Do you feel like your success is because of luck or timing but not your own skills? Then you are not alone! This concept is well known and is called the Impostor Syndrome. It's not limited to software development but it's very common in our field.
Most people have experienced this at some point in their lives but don't talk about since they think they're alone. In this talk I'm gonna tell my story of suffering from the Impostor Syndrome and share my advice on how to overcome it.
The document introduces Android programming and provides an overview of key concepts including:
- Android applications are developed using Java and compiled into APK files to run on the Android operating system which uses a Linux kernel and Dalvik virtual machine.
- The AndroidManifest.xml file contains app metadata and declares app components like activities, services, and permissions.
- UI resources like layouts, drawables, and strings are organized by screen density in folders like res/layout-hdpi. Common layouts include LinearLayout and RelativeLayout.
- Activities display app screens and follow a back stack model. Fragments allow modular reuse of UI.
- Services run in the background, AsyncTask simpl
O documento discute as novas tecnologias da web como HTML5 e CSS3. Apresenta novos elementos sem?nticos no HTML5 como header, nav, section e article. Tamb¨¦m discute recursos como geolocaliza??o, v¨ªdeos, canvas, WebGL e APIs para incorporar mapas e fontes. Aponta ferramentas para facilitar a utiliza??o dessas tecnologias como Modernizr, HTML5 Boilerplate e media queries.
Android was developed by Google based on the Linux kernel and has a specialized user interface. It started as an operating system for mobile phones but has expanded to TVs, watches and cars. The document outlines Android's history, versions, architecture, lifecycle and demos how to develop apps using an IDE like Android Studio and emulators.
The document discusses building HTML5 apps for iOS devices. Key points include:
- HTML5 apps can be installed on devices, are cross-platform, and can be built and deployed quickly using familiar web techniques.
- The document provides an example of an HTML5 notecard app called UNFLappABLE that stores user data locally for offline use.
- Design considerations for touch interfaces, responsive layouts, and high-resolution graphics are discussed. Techniques like media queries, app caching, and local storage are also covered.
The document discusses responsive web design and some best practices. It notes that responsive design is more than just fluid grids, flexible images, and media queries - it also requires considering architecture, performance, font sizing, breakpoints, image optimization, and more. The document provides tips on using relative units like ems and rems for font sizing, organizing media queries, selecting classes, and testing responsive sites.
This document provides an overview of HTML5 best practices for mobile design. It begins with introductions and outlines the session agenda. The presenter then discusses high-level principles like universal design and progressive enhancement. Specific techniques covered include viewport meta tags, media queries, scalable images, HTML5 tags, and touch-friendly guidelines. CSS topics include grids, backgrounds, gradients, and transitions. JavaScript behaviors like navigation, forms, and geolocation are also reviewed. Useful frameworks, polyfills, and testing tools are presented. The overall message is that mobile design requires an adaptive, user-centered approach through careful content structuring, responsive presentation, and unobtrusive behavior.
This document provides an overview of creating simple and responsive CSS3 designs. It discusses:
- Using a flexible grid, flexible images, and media queries to make a design responsive.
- The four steps to get responsive: plan the design, crunch the numbers, determine breaking points, and add media queries.
- New CSS3 properties and selectors that allow for richer web experiences.
- Tips for cross-browser compatibility like leveraging source order, filtering styles, and using tools to handle vendor prefixes.
Introduction to Responsive Web Design http://tinyurl.com/9ldo4c6
Includes a sample project built from scratch in Node.js using LESS available on Github
The document discusses responsive web design (RWD), which allows websites to automatically adapt to different screen sizes through flexible grids and images, and media queries. RWD uses fluid layouts where elements are sized using relative units like percentages. It also leverages CSS3 media queries to apply different styling for various devices. The document provides an overview of RWD and examples of how to structure HTML and CSS for a responsive design that can accommodate diverse screen sizes. It also lists resources for learning more about this approach to building adaptive and mobile-friendly websites.
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)arborwebsolutions
?
My presentation from WordCamp Miami 2011, Beyond "Responsive Web Design". This is a totally re-worked version of my previous presentation, with a focus on how to actually implement responsive design.
A presentation that was held by Aleksandra Hristov as a guest lecturer during the class of "Advanced Web Design" at the Faculty of computer science and engineering. The presentation was held as part of the regular studies during the faculty program of computer science. The point was to give an overview on responsive design: what it is, how it can be used and how it applies in the industry.
This document discusses responsive web design trends for 2012, including responsive design which allows websites to automatically resize content to fit any screen resolution from mobile to desktop. It highlights that 15% of users now browse on mobile and responsive design improves the user experience and conversion rates. CSS3 features like media queries, fonts, borders, shadows and images are also covered to create impactful designs.
A talk given at Appspirina workshop on March 29th, 2012 organized by http://mobiledeveloper.pl/.
Event page: https://www.facebook.com/events/296799847060237/
HTML5 and CSS3 offer some great features that everyone is clamoring to use. However, not everyone can simply rip apart their site and redo all of their markup and styling across the board. There are some quick wins, especially with CSS3, to be had that you can integrate into your site without rewriting your whole entire site.
The document discusses responsive web design and compares it to other approaches like adaptive web design. It addresses some myths around responsive design, including that every website should be responsive, that it hurts performance, and that it limits creativity. It also discusses technical aspects like media queries and their uses beyond mobile screens.
This document introduces responsive design and discusses how to build websites flexibly for different screen sizes and devices. It answers common questions about responsive design, advocates flexibility over adapting to specific devices, and provides tips on content optimization, legacy browser support, responsive tools, and following a responsive design process.
Responsive web design allows websites to adapt to different screen sizes and devices. It involves using progressive enhancement to build mobile-first, using media queries to apply different styling based on screen width, and fluid or mixed fixed/fluid layouts. Key aspects include starting with content for mobile and adding more for larger screens, as well as providing higher resolution images for high pixel density displays using techniques like 2x image filenames. Popular frameworks like Bootstrap and Foundation provide tools to help with responsive design implementation.
Building Websites for Retina Displays: Making Friends with PixelsShoshi Roberts
?
This document discusses how to build websites that look good on high pixel density displays like the iPhone 4's Retina display. It recommends using responsive design so the site looks good on all devices. It also recommends using CSS3 properties instead of images when possible, optimizing images by creating higher resolution versions, and using media queries or SVG to serve the appropriate image based on the device's pixel density. The document stresses testing websites on different devices and prioritizing the platforms your users visit most.
This document discusses using media queries to build responsive mobile web applications. It begins by explaining why web developers should target multiple devices and discusses the differences between native and web applications. It then outlines how HTML5 and CSS3 features like media queries can be used to build responsive designs. The document provides an overview of common media query features and demonstrates how to write media queries to apply different styling based on screen width and other device characteristics.
This document discusses responsive image techniques for adaptive web design. It begins by explaining browser sniffing versus feature testing, and recommends using feature testing to determine browser width, screen resolution, and bandwidth instead of browser sniffing. It then covers techniques like using background-size to control image sizes, SVG for smaller file sizes, and font-based solutions. The document also discusses server-side techniques like .htaccess rewrite rules and client-side techniques like picture and HiSRC. It advocates for a mobile-first approach using CSS media queries and a single pixel GIF for responsive images.
UiPath Community Berlin: Studio Tips & Tricks and UiPath InsightsUiPathCommunity
?
Join the UiPath Community Berlin (Virtual) meetup on May 27 to discover handy Studio Tips & Tricks and get introduced to UiPath Insights. Learn how to boost your development workflow, improve efficiency, and gain visibility into your automation performance.
? Agenda:
- Welcome & Introductions
- UiPath Studio Tips & Tricks for Efficient Development
- Best Practices for Workflow Design
- Introduction to UiPath Insights
- Creating Dashboards & Tracking KPIs (Demo)
- Q&A and Open Discussion
Perfect for developers, analysts, and automation enthusiasts!
This session streamed live on May 27, 18:00 CET.
Check out all our upcoming UiPath Community sessions at:
? https://community.uipath.com/events/
Join our UiPath Community Berlin chapter:
? https://community.uipath.com/berlin/
Cyber Security Legal Framework in Nepal.pptxGhimire B.R.
?
The presentation is about the review of existing legal framework on Cyber Security in Nepal. The strength and weakness highlights of the major acts and policies so far. Further it highlights the needs of data protection act .
Supercharge Your AI Development with Local LLMsFrancesco Corti
?
In today's AI development landscape, developers face significant challenges when building applications that leverage powerful large language models (LLMs) through SaaS platforms like ChatGPT, Gemini, and others. While these services offer impressive capabilities, they come with substantial costs that can quickly escalate especially during the development lifecycle. Additionally, the inherent latency of web-based APIs creates frustrating bottlenecks during the critical testing and iteration phases of development, slowing down innovation and frustrating developers.
This talk will introduce the transformative approach of integrating local LLMs directly into their development environments. By bringing these models closer to where the code lives, developers can dramatically accelerate development lifecycles while maintaining complete control over model selection and configuration. This methodology effectively reduces costs to zero by eliminating dependency on pay-per-use SaaS services, while opening new possibilities for comprehensive integration testing, rapid prototyping, and specialized use cases.
Agentic AI - The New Era of IntelligenceMuzammil Shah
?
This presentation is specifically designed to introduce final-year university students to the foundational principles of Agentic Artificial Intelligence (AI). It aims to provide a clear understanding of how Agentic AI systems function, their key components, and the underlying technologies that empower them. By exploring real-world applications and emerging trends, the session will equip students with essential knowledge to engage with this rapidly evolving area of AI, preparing them for further study or professional work in the field.
Droidal: AI Agents Revolutionizing HealthcareDroidal LLC
?
Droidal¡¯s AI Agents are transforming healthcare by bringing intelligence, speed, and efficiency to key areas such as Revenue Cycle Management (RCM), clinical operations, and patient engagement. Built specifically for the needs of U.S. hospitals and clinics, Droidal's solutions are designed to improve outcomes and reduce administrative burden.
Through simple visuals and clear examples, the presentation explains how AI Agents can support medical coding, streamline claims processing, manage denials, ensure compliance, and enhance communication between providers and patients. By integrating seamlessly with existing systems, these agents act as digital coworkers that deliver faster reimbursements, reduce errors, and enable teams to focus more on patient care.
Droidal's AI technology is more than just automation ¡ª it's a shift toward intelligent healthcare operations that are scalable, secure, and cost-effective. The presentation also offers insights into future developments in AI-driven healthcare, including how continuous learning and agent autonomy will redefine daily workflows.
Whether you're a healthcare administrator, a tech leader, or a provider looking for smarter solutions, this presentation offers a compelling overview of how Droidal¡¯s AI Agents can help your organization achieve operational excellence and better patient outcomes.
A free demo trial is available for those interested in experiencing Droidal¡¯s AI Agents firsthand. Our team will walk you through a live demo tailored to your specific workflows, helping you understand the immediate value and long-term impact of adopting AI in your healthcare environment.
To request a free trial or learn more:
https://droidal.com/
Contributing to WordPress With & Without Code.pptxPatrick Lumumba
?
Contributing to WordPress: Making an Impact on the Test Team¡ªWith or Without Coding Skills
WordPress survives on collaboration, and the Test Team plays a very important role in ensuring the CMS is stable, user-friendly, and accessible to everyone.
This talk aims to deconstruct the myth that one has to be a developer to contribute to WordPress. In this session, I will share with the audience how to get involved with the WordPress Team, whether a coder or not.
We¡¯ll explore practical ways to contribute, from testing new features, and patches, to reporting bugs. By the end of this talk, the audience will have the tools and confidence to make a meaningful impact on WordPress¡ªno matter the skill set.
Offshore IT Support: Balancing In-House and Offshore Help Desk Techniciansjohn823664
?
In today's always-on digital environment, businesses must deliver seamless IT support across time zones, devices, and departments. This ºÝºÝߣShare explores how companies can strategically combine in-house expertise with offshore talent to build a high-performing, cost-efficient help desk operation.
From the benefits and challenges of offshore support to practical models for integrating global teams, this presentation offers insights, real-world examples, and key metrics for success. Whether you're scaling a startup or optimizing enterprise support, discover how to balance cost, quality, and responsiveness with a hybrid IT support strategy.
Perfect for IT managers, operations leads, and business owners considering global help desk solutions.
Master tester AI toolbox - Kari Kakkonen at Testaus ja AI 2025 ProfessioKari Kakkonen
?
My slides at Professio Testaus ja AI 2025 seminar in Espoo, Finland.
Deck in English, even though I talked in Finnish this time, in addition to chairing the event.
I discuss the different motivations for testing to use AI tools to help in testing, and give several examples in each categories, some open source, some commercial.
GDG Cloud Southlake #43: Tommy Todd: The Quantum Apocalypse: A Looming Threat...James Anderson
?
The Quantum Apocalypse: A Looming Threat & The Need for Post-Quantum Encryption
We explore the imminent risks posed by quantum computing to modern encryption standards and the urgent need for post-quantum cryptography (PQC).
Bio: With 30 years in cybersecurity, including as a CISO, Tommy is a strategic leader driving security transformation, risk management, and program maturity. He has led high-performing teams, shaped industry policies, and advised organizations on complex cyber, compliance, and data protection challenges.
Fully Open-Source Private Clouds: Freedom, Security, and ControlShapeBlue
?
In this presentation, Swen Br¨¹seke introduced proIO's strategy for 100% open-source driven private clouds. proIO leverage the proven technologies of CloudStack and LINBIT, complemented by professional maintenance contracts, to provide you with a secure, flexible, and high-performance IT infrastructure. He highlighted the advantages of private clouds compared to public cloud offerings and explain why CloudStack is in many cases a superior solution to Proxmox.
--
The CloudStack European User Group 2025 took place on May 8th in Vienna, Austria. The event once again brought together open-source cloud professionals, contributors, developers, and users for a day of deep technical insights, knowledge sharing, and community connection.
As data privacy regulations become more pervasive across the globe and organizations increasingly handle and transfer (including across borders) meaningful volumes of personal and confidential information, the need for robust contracts to be in place is more important than ever.
This webinar will provide a deep dive into privacy contracting, covering essential terms and concepts, negotiation strategies, and key practices for managing data privacy risks.
Whether you're in legal, privacy, security, compliance, GRC, procurement, or otherwise, this session will include actionable insights and practical strategies to help you enhance your agreements, reduce risk, and enable your business to move fast while protecting itself.
This webinar will review key aspects and considerations in privacy contracting, including:
- Data processing addenda, cross-border transfer terms including EU Model Clauses/Standard Contractual Clauses, etc.
- Certain legally-required provisions (as well as how to ensure compliance with those provisions)
- Negotiation tactics and common issues
- Recent lessons from recent regulatory actions and disputes
Introducing the OSA 3200 SP and OSA 3250 ePRCAdtran
?
Adtran's latest Oscilloquartz solutions make optical pumping cesium timing more accessible than ever. Discover how the new OSA 3200 SP and OSA 3250 ePRC deliver superior stability, simplified deployment and lower total cost of ownership. Built on a shared platform and engineered for scalable, future-ready networks, these models are ideal for telecom, defense, metrology and more.
Content and eLearning Standards: Finding the Best Fit for Your-TrainingRustici Software
?
Tammy Rutherford, Managing Director of Rustici Software, walks through the pros and cons of different standards to better understand which standard is best for your content and chosen technologies.
37. input type=¡±date¡± name=¡±bday¡± /
color
datetime
datetime-local
#minnebar #html5
email
month
number
range
search
tel
time
url
http://www.flickr.com/photos/22809952@N03/5480132725/
38. audio controls
source src=/slideshow/this-oldwebsite/39801292/sound.ogg type=audio/ogg
source src=sound.mp3 type=audio/mpeg
Your browser does not support the audio tag.
/audio
!
!
video width=320 height=240 controls
source src=movie.mp4 type=video/mp4
source src=movie.ogg type=video/ogg
Your browser does not support the video tag.
/video
#minnebar #html5
http://audiodimensions.net/wp-content/uploads/2011/10/Home-theater1.jpg
65. Target browsers between
#minnebar #html5
768px and 701px
@media all
and (max-width: 768px)
and (min-width: 701px) {
body {
font-size:0.8861111111111111em;
}
}
http://www.flickr.com/photos/rafers/5619234395/