The Book of CSS3: A Developer's Guide to the Future of Web Design

The Book of CSS3: A Developer's Guide to the Future of Web Design
ISBN-10
1593273630
ISBN-13
9781593273637
Series
The Book of CSS3
Category
Computers
Pages
304
Language
English
Published
2011-05-15
Publisher
No Starch Press
Author
Peter Gasston

Description

CSS3 is behind most of the eye-catching visuals on the Web today, but the official documentation can be dry and hard to follow and browser implementations are scattershot at best. The Book of CSS3 distills the dense technical language of the CSS3 specification into plain English and shows you what CSS3 can do right now, in all major browsers. With real-world examples and a focus on the principles of good design, it extends your CSS skills, helping you transform ordinary markup into stunning, richly-styled web pages. You'll master the latest cutting-edge CSS3 features and learn how to: –Stylize text with fully customizable outlines, drop shadows, and other effects –Create, position, and resize background images on the fly – Spice up static web pages with event-driven transitions and animations –Apply 2D and 3D transformations to text and images –Use linear and radial gradients to create smooth color transitions –Tailor a website's appearance to smartphones and other devices A companion website includes up-to-date browser compatibility charts and live CSS3 examples for you to explore. The Web can be an ugly place—add a little style to it with The Book of CSS3.

Other editions

Similar books

  • The Book of CSS3, 2nd Edition: A Developer's Guide to the Future of Web Design
    By Peter Gasston

    by nick morgan DecemBer 2014, 348 pp., $34.95 isBn 978-1-59327-408-5 full color rails crash coUrse ANo-Nonsense Guide to RailsDevelopment by anthonY lewis octoBer 2014, 296 pp., $34.95 isBn 978-1-59327-572-3 septemBer 2014, 264 pp., ...

  • CSS3 Pushing the Limits
    By Stephen Greig

    This book introduces you to all of CSS3’s new and advanced features, and, with the help of dozens of real-world examples and live demos, it shows how to use those features to design dazzling, fully-responsive sites and web apps.

  • Stunning CSS3: A project-based guide to the latest in CSS
    By Zoe Mickley Gillenwater

    You’ll learn all of the most popular, useful, and well-supported CSS3 techniques, plus: How to use CSS3 to enhance your pages, not just in terms of looks, but also in terms of usability, accessibility, and efficiency When and how to ...

  • CSS3 Foundations
    By Ian Lunn

    Whether you’re a novice or an experience developer who’d like to take your skills to the next level, word-class developer Ian Lunn fills you in on all the CSS3 you need to know, including how to: Develop with CSS for desktop and mobile ...

  • Foundation HTML5 with CSS3
    By Craig Cook, Jason Garber

    This book is forward-thinking because all the featured code and techniques are standards-compliant, and it demonstrate best practices—you won't waste your time on outdated, bad techniques.

  • CSS3 for Web Designers
    By Jeffrey Zeldman, Dan Cederholm

    This book details new updates in CSS3 and new properties and techniques, including micro layouts.

  • Hello! HTML5 & CSS3: A User Friendly Reference Guide
    By Rob Crowther

    Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

  • CSS in Depth
    By Keith Grant

    Join them! About the Book CSS in Depth exposes you to a world of CSS techniques that range from clever to mind-blowing.

  • Designing Next Generation Web Projects with Css3
    By Sandro Paganotti

    This book is designed for you if you are a frontend web developer; it requires a solid knowledge of CSS syntax and of the most common CSS2 properties and selectors.

  • The Essential Guide to CSS and HTML Web Design
    By Craig Grannell

    Craig Grannell. if (targetElement.style.display == "block") { targetElement.style.display = "none"; } else { targetElement.style.display = "block"; } } } The main change is that instead of targeting a div with a specific id value, ...