You will need a library password to place items on hold and to access the library's databases off campus. To create a password, click on the Login button, above and to the right of the search box, and then the "Reset My Password" link (Aims email address required).

Quick Guide to Creating Your Library Password        Finding Your Aims ID Number

If you are unable to log in, contact the Learning Commons Technology Assistance and Computer Learning Lab at 970 339-6541. Additionally, you may also stop by any Learning Commons location.

The book of CSS3: a developer's guide to the future of web design
(Book)

Book Cover
Your Rating: 0 stars
Star rating for

Published:
San Francisco : No Starch Press, [2011].
Format:
Book
ISBN:
9781593272869, 1593272863
Physical Desc:
xxiii, 278 pages : illustrations ; 24 cm
Status:
Aims Greeley Circulation
TK5105.888 .G376 2011

Description

CSS3 is the technology behind most of the eye-catching visuals on the Web. But the docs can be dry, murky, and full of dastardly caveats for inconsistent browser implementations. This completely updated second edition of the best-selling Book of CSS3 distills the dense technical language of the CSS3 specification into plain English and shows you what CSS3 can do now, in all major browsers. You’ll find fully revised coverage of the updated syntax of gradients, grids, and flexible box layout, as well as all-new chapters on values and sizing, and graphical effects like filter effects and blend modes. With an abundance of real-world examples and a focus on the principles of good design, The Book of CSS3 will help you expand your CSS skills, as you learn how to: –Style text with custom font choices, 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 –Take control of layout with grids, columns, and flexible alignment –Tailor a website’s appearance to every type of web-capable device The companion website includes up-to-date browser compatibility charts, links to tutorials and resources, and live CSS3 examples. The Web can be an ugly place. Make it pretty with The Book of CSS3.

Also in This Series

Copies

Location
Call Number
Status
Aims Greeley Circulation
TK5105.888 .G376 2011
On Shelf

More Like This

More Copies In Prospector

Loading Prospector Copies...

More Details

Language:
English

Notes

Bibliography
Includes bibliographical references and index.

Citations

APA Citation (style guide)

Gasston, P. (2011). The book of CSS3: a developer's guide to the future of web design. San Francisco, No Starch Press.

Chicago / Turabian - Author Date Citation (style guide)

Gasston, Peter. 2011. The Book of CSS3: A Developer's Guide to the Future of Web Design. San Francisco, No Starch Press.

Chicago / Turabian - Humanities Citation (style guide)

Gasston, Peter, The Book of CSS3: A Developer's Guide to the Future of Web Design. San Francisco, No Starch Press, 2011.

MLA Citation (style guide)

Gasston, Peter. The Book of CSS3: A Developer's Guide to the Future of Web Design. San Francisco, No Starch Press, 2011.

Note! Citation formats are based on standards as of July 2022. Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy.

Staff View

Grouped Work ID:
25fadb8a-7d28-e5ca-71c3-e518cd2fc01f
Go To Grouped Work

Record Information

Last Sierra Extract TimeOct 07, 2024 07:18:32 PM
Last File Modification TimeOct 07, 2024 07:19:01 PM
Last Grouped Work Modification TimeOct 07, 2024 07:18:49 PM

MARC Record

LEADER06817cam a22005534a 4500
001666242933
003OCoLC
00520120529125602.0
008110413t20112011caua     b    001 0 eng  
010 |a 2011010098
0167 |a 015696170 |2 Uk
020 |a 9781593272869
020 |a 1593272863
035 |a (OCoLC)666242933
040 |a DLC |b eng |c DLC |d YDX |d BTCTA |d YDXCP |d VP@ |d BWX |d CDX |d DEBBG |d UKMGB |d IAD |d EYE |d BDX |d E3V
042 |a pcc
049 |a E3VA
05000 |a TK5105.888 |b .G376 2011
08200 |a 006.7 |2 22
084 |a ST 250 |2 rvk
084 |a ST 252 |2 rvk
092 |a 006.7 |b GAS
1001 |a Gasston, Peter. |0 https://id.loc.gov/authorities/names/n2011025044
24514 |a The book of CSS3 : |b a developer's guide to the future of web design / |c by Peter Gasston.
2641 |a San Francisco : |b No Starch Press, |c [2011]
2644 |c ©2011
300 |a xxiii, 278 pages : |b illustrations ; |c 24 cm
336 |a text |b txt |2 rdacontent
337 |a unmediated |b n |2 rdamedia
338 |a volume |b nc |2 rdacarrier
504 |a Includes bibliographical references and index.
5050 |a Dedication -- Foreword -- Preface -- Introduction -- The Scope of This Book -- A Quick Note About Browsers and Platforms -- The Appendices and Further Resources -- Chapter 1: Introducing CSS3 -- What CSS3 Is and How It Came to Be -- Let's Get Started: Introducing the Syntax -- Getting Started -- Chapter 2: Media Queries -- The Advantages of Media Queries -- Syntax -- Media Features -- Summary -- Media Queries: Browser Support -- Chapter 3: Selectors -- Attribute Selectors -- New Attribute Selectors in CSS3 -- The General Sibling Combinator -- Summary -- Selectors: Browser Support -- Chapter 4: Pseudo-classes and Pseudo-elements -- Structural Pseudo-classes -- Other Pseudo-classes -- Pseudo-elements -- Summary -- DOM and Attribute Selectors: Browser Support -- Chapter 5: Web Fonts -- The @font-face Rule -- A "Bulletproof" @font-face Syntax -- Licensing Fonts for Web Use -- A Real-World Web Fonts Example -- More Font Properties -- OpenType Features -- Summary -- Web Fonts: Browser Support -- Chapter 6: Text Effects and Typographic Styles -- Understanding Axes and Coordinates -- Applying Dimensional Effects: text-shadow -- Adding Definition to Text: text-outline and text-stroke -- More Text Properties -- Summary -- Text Effects: Browser Support -- Chapter 7: Multiple Columns -- Column Layout Methods -- Column Gaps and Rules -- Containing Elements within Columns -- Summary -- Multiple Columns: Browser Support -- Chapter 8: Background Images and Other Decorative Properties -- Background Images -- Image Masks -- Summary -- Background Images: Browser Support -- Chapter 9: Border and Box Effects -- Giving Your Borders Rounded Corners -- Using Images for Borders -- Multicolored Borders -- Adding Drop Shadows -- Summary -- Border and Box Effects: Browser Support -- Chapter 10: Color and Opacity -- Setting Transparency with the opacity Property -- New and Extended Color Values -- Matching the Operating System's Appearance -- Summary -- Color and Opacity: Browser Support -- Chapter 11: Gradients -- Linear Gradients -- Radial Gradients -- Multiple Gradients -- Repeating Gradients in Firefox -- Summary -- Gradients: Browser Support -- Chapter 12: 2D Transformations -- The transform Property -- rotate -- translate -- skew -- scale -- Multiple Transformations -- Transforming Elements with Matrices -- Reflections with WebKit -- Summary -- 2D Transformations: Browser Support -- Chapter 13: Transitions and Animations -- Transitions -- More Complex Animations -- Summary -- Transitions and Animations: Browser Support -- Chapter 14: 3D Transformations -- 3D Elements in CSS -- Transform Style -- The Transformation Functions -- The perspective and perspective-origin Properties -- The Transformation Origin -- Showing or Hiding the Backface -- Summary -- 3D Transformations: Browser Support -- Chapter 15: Flexible Box Layout -- Triggering the Flexible Box Layout -- Making the Boxes Flexible -- Grouping Flexible Boxes -- Changing Orientation -- Changing the Order of Flexible Boxes -- Alignment -- Same-Axis Alignment -- Multiple Rows or Columns -- Cross-Browser Flex Box with JavaScript -- Stop the Presses: New Syntax -- Summary -- Flexible Box Layout: Browser Support -- Chapter 16: Template Layout -- Setting Up the JavaScript -- Using position and display to Create Rows -- Multiple Rows -- Slots and the ::slot() Pseudo-element -- Creating Empty Slots -- Setting Height and Width on Rows and Columns -- Default Content: The @ Sign -- Summary -- Template Layout: Browser Support -- Chapter 17: The Future of CSS -- Mathematical Operations -- The Grid Positioning Module -- Extending the Possibilities of Images -- Grouping Selectors -- Constants and Variables -- WebKit CSS Extensions -- Haptic Feedback -- Summary -- Future CSS: Browser Support -- CSS3 Support in Current Major Browsers -- Media Queries (Chapter 2) -- Selectors (Chapter 3) -- Pseudo-classes and Pseudo-elements (Chapter 4) -- Web Fonts (Chapter 5) -- Text Effects and Typographic Styles (Chapter 6) -- Multiple Columns (Chapter 7) -- Background Images and Other Decorative Properties (Chapter 8) -- Border and Box Effects (Chapter 9) -- Color and Opacity (Chapter 10) -- Gradients (Chapter 11) -- 2D Transformations (Chapter 12) -- Transitions and Animations (Chapter 13) -- 3D Transformations (Chapter 14) -- Flexible Box Layout (Chapter 15) -- Template Layout (Chapter 16) -- The Future of CSS (Chapter 17) -- Online Resources -- CSS Modules -- Browsers -- Browser Support -- Feature Detection and Simulation -- Code-Generation Tools -- Web Fonts -- Other Resources -- About the Technical Reviewer.
6500 |a Web sites |x Design. |0 https://id.loc.gov/authorities/subjects/sh98000035
6500 |a Cascading style sheets. |0 https://id.loc.gov/authorities/subjects/sh2001004461
65007 |a Cascading Style Sheets 3.0. |0 (DE-588c)7750895-6 |2 swd
85642 |3 Contributor biographical information |u http://catdir.loc.gov/catdir/enhancements/fy1109/2011010098-b.html
85642 |3 Publisher description |u http://catdir.loc.gov/catdir/enhancements/fy1109/2011010098-d.html
85641 |3 Table of contents only |u http://catdir.loc.gov/catdir/enhancements/fy1110/2011010098-t.html
907 |a .b35435021
948 |a MARCIVE Comp, in 2022.12
948 |a MARCIVE August, 2017
948 |a MARCIVE extract Aug, 5 2017
989 |1 .i137481354 |b 190801759134 |d aigci |g - |m  |h 0 |x 0 |t 0 |i 0 |j 333 |k 210430 |o - |a TK5105.888 |r .G376 2011
994 |a C0 |b E3V
995 |a Loaded with m2btab.ltiac in 2022.12
995 |a Loaded with m2btab.ltiac in 2017.08
995 |a Exported from Connexion by Eagle Valley
995 |a Loaded with m2btab.migrate in 2021.04
998 |e - |f eng |a ai |a ev