|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn922324045 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
150928s2015 vra o 000 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d N$T
|d YDXCP
|d TEFOD
|d UMI
|d DEBBG
|d EBLCP
|d COO
|d DEBSZ
|d REB
|d UPM
|d FEM
|d OCLCF
|d CEF
|d OCLCQ
|d WYU
|d UAB
|d RDF
|d OCLCO
|d UKAHL
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 924210288
|a 968034747
|a 968982171
|
020 |
|
|
|a 9781457193019
|q (electronic bk.)
|
020 |
|
|
|a 1457193019
|q (electronic bk.)
|
020 |
|
|
|a 9781457193033
|q (electronic bk.)
|
020 |
|
|
|a 1457193035
|q (electronic bk.)
|
020 |
|
|
|a 9781457193026
|q (electronic bk.)
|
020 |
|
|
|a 1457193027
|q (electronic bk.)
|
020 |
|
|
|a 9781457193002
|
020 |
|
|
|a 1457193000
|
020 |
|
|
|a 0994182627
|
020 |
|
|
|a 9780994182623
|
020 |
|
|
|z 9780994182623
|
029 |
1 |
|
|a DEBBG
|b BV043020519
|
029 |
1 |
|
|a DEBSZ
|b 455700915
|
029 |
1 |
|
|a GBVCP
|b 882847546
|
029 |
1 |
|
|a AU@
|b 000067097715
|
029 |
1 |
|
|a AU@
|b 000056990315
|
035 |
|
|
|a (OCoLC)922324045
|z (OCoLC)924210288
|z (OCoLC)968034747
|z (OCoLC)968982171
|
037 |
|
|
|a 7410E901-24D9-4F10-B567-D71DFCBFABA6
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a TK5105.888
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060130
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Brown, Tiffany B.,
|e author.
|
245 |
1 |
0 |
|a CSS master /
|c by Tiffany B. Brown.
|
264 |
|
1 |
|a VIC Australia :
|b SitePoint Pty. Ltd.,
|c [2015]
|
264 |
|
4 |
|c ©2015
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|2 rda
|
588 |
0 |
|
|a Vendor-supplied metadata.
|
520 |
8 |
|
|a Annotation
|b 'CSS Master' is tailor-made for the web designer who's really serious about taking their skills to the next level. Discover how to keep ahead of the game by adhering to best practice and employing the most effective cutting-edge CSS techniques.
|
505 |
0 |
|
|a CSS Master; Table of Contents; Preface; Who Should Read This Book; Conventions Used; Code Samples; Tips, Notes, and Warnings; Supplementary Materials; Want to take your learning further?; Selectors; Combinators; The Descendant Combinator; The Child Combinator; The Adjacent Sibling Combinator; The General Sibling Combinator; Attribute Selectors; Matching Attribute Presence; Matching Hyphenated Attribute Values; Matching Attribute Values by Substring; Pseudo-classes versus Pseudo-elements; Pseudo-elements; ::before and ::after; Creating Typographic Effects with ::first-letter
|
505 |
8 |
|
|a Browser Bugs When Using ::first-letterCreating Typographic Effects with ::first-line; User Interface Fun with ::selection; Pseudo-classes; Highlighting Page Fragments with :target; Negating Selectors with :not(); Selecting Elements by Their Index; :first-child and :last-child; :nth-child() and :nth-last-child(); :only-child; :empty; Selecting Elements of a Particular Type by their Index; Using :first-of-type, :last-of-type, and :only-type; Using :nth-of-type and :nth-last-of-type; Styling Form Fields Based on Input; :enabled and :disabled; :required and :optional; :checked
|
505 |
8 |
|
|a :In-range and :out-of-range:valid and :invalid; Selectors and Specificity; Conclusion; CSS Architecture and Organization; CSS File Organization; How many files?; Managing Styles for Legacy Browsers; Using Conditional Comments (IE9 and Earlier); Using CSS Parsing to Our Advantage; Golden Guidelines for Writing Clean CSS; Avoid Global Selectors; Avoid Overly Specific Selectors; Don't Chain Classes; Avoid Using id Selectors; Use Semantic Class Names; Avoid Tying CSS Closely to Markup; Block-Element-Modifier (BEM); Atomic CSS; The Case Against Atomic CSS; BEM versus Atomic CSS; Conclusion
|
505 |
8 |
|
|a Debugging and OptimizationBrowser-based Developer Tools; Using the Styles Panel; Identifying Cascade and Inheritance Problems; Spotting Invalid Properties and Values; Multi-device Tools; Chrome and Opera; Firefox; Microsft Edge and Internet Explorer 11; Safari 9+; Debugging for UI Responsiveness; What is a reflow?; Timeline Tools; Identifying Lines to Remove; Minification; Installing CSSO; Minification with CSSO; Code-quality Tools; CSS Lint; Installation; Basic Usage; analyze-css; Installation; Basic Usage; UnCSS; Installation; Using UnCSS from the Command Line; Consider a Task Runner
|
505 |
8 |
|
|a ConclusionComplex Layouts; Managing the CSS Box Model; Choosing a Box Model with box-sizing; Managing Layers with position and z-index; Using CSS Multicolumn Layout; Defining Column Number and Width Using columns; Spacing Columns with column-gap and column-rule; Images Within Columns; Making Elements Span Columns; Managing Column Breaks; Optimizing the User Interface; Creating Flexible Layouts with Flexbox; Creating Simple Grids with flex-wrap; Creating Flexible Components with flex; Letting Source Order Diverge from Layout: the order Property; Vertical Centering with Flexbox; Conclusion
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Web sites
|x Design.
|
650 |
|
0 |
|a Cascading style sheets
|x Development.
|
650 |
|
0 |
|a HTML (Document markup language)
|
650 |
|
6 |
|a Sites Web
|x Conception.
|
650 |
|
6 |
|a Feuilles de style en cascade
|x Développement.
|
650 |
|
6 |
|a HTML (Langage de balisage)
|
650 |
|
7 |
|a HTML.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Site Design.
|2 bisacsh
|
650 |
|
7 |
|a HTML (Document markup language)
|2 fast
|
650 |
|
7 |
|a Web sites
|x Design
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Brown, Tiffany B.
|t CSS master.
|d Australia : SitePoint Pty Ltd., [2015]
|z 9780994182623
|w (OCoLC)902657830
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781457193002/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29343946
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1070697
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12804416
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12620906
|
994 |
|
|
|a 92
|b IZTAP
|