CSS grid layout 5 practical projects

CSS has grown from a language for formatting documents into a robust language for designing web applications. Its syntax is easy to learn, making CSS a great entry point for those new to programming. Indeed, it's often the second language that developers learn, right behind HTML. One of CSS...

Descripción completa

Detalles Bibliográficos
Otros Autores: Buckler, Craig, author (author), Buckler, Craig, editor (editor)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Collingwood, Australia : SitePoint Pty, Limited 2018.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630498606719
Tabla de Contenidos:
  • CSS Grid Layout: 5 Practical Projects
  • Notice of Rights
  • Notice of Liability
  • Trademark Notice
  • About SitePoint
  • Preface
  • Conventions Used
  • Chapter 1: Redesigning a Site to Use CSS Grid Layout
  • What We Are Going to Build
  • Planning The Grid
  • Designing the Header
  • Main Content and Sidebar
  • Sponsors
  • Footer
  • Making the Layout Responsive
  • Fallbacks
  • Conclusion
  • Chapter 2: Redesigning a Card-based Tumblr Layout with CSS Grid
  • Markup
  • Structural Layout
  • The Cards
  • Support
  • Final Words
  • Chapter 3: Easy and Responsive Modern CSS Grid Layout
  • Progressive Enhancement: You Don't Have to Override Everything
  • Adding a Nested Grid
  • Using the Grid grid-column, grid-row and span Keywords
  • Using Grid Alignment Utilities
  • Restructuring the Grid Layout in Small Devices
  • Conclusion
  • Chapter 4: Progressively Enhanced CSS Layouts from Floats to Flexbox to Grid
  • Progressive Enhancement vs Graceful Degradation
  • Your Old Float Layout for A Page
  • Flexbox Approach
  • Enhancing to CSS Grid Layout
  • Progressively Enhancing a Blog Layout
  • More About CSS Grid Layout
  • Chapter 5: Make Forms Great with CSS Grid
  • Flawed Flexboxed Forms
  • Development Approach
  • The HTML
  • Form Float Fallback
  • Get Going with Grid
  • Form Grid
  • Grid Enlightenment.