Flávia fala sobre o novo logo do html5 e apresenta a cria??o de um menu com efeitos de sombreamento e uma galeria de imagens com efeitos no houver só com CSS e Html.
The document discusses setting up Sass and compiling Sass files into CSS. It demonstrates using Sass variables, nesting, mixins, and importing other Sass files. It also shows an example file structure for organizing Sass code into base, components, helpers, layouts, pages, themes and vendors folders.
This document discusses Google's design guidelines and the process used to translate them into other languages. It provides an overview of the motivation, key technologies used, and some of the design principles covered in the guidelines, including material design, use of depth, animation and response to touch. The goals are to create a visual language that combines design best practices with innovative technology and to develop a unified experience across platforms. Roboto font, cards, buttons and use of color, shadow and motion are discussed. Translating the guidelines to other languages involved using Hackpad, Github and Gitbook tools.
1. The document describes the file structure and organization for a Sass-based CSS framework.
2. It outlines folders for base styles, components, helpers, layouts, pages, themes, and third-party vendors.
3. Individual files are created for specific elements or sections (e.g. buttons, navigation, header) and include comments explaining their purpose.
How do you scale CSS for millions of visitors or thousands of pages? The slides from Nicole's presentation at Web Directions North in Denver will show you how to use Object Oriented CSS to write fast, maintainable, standards-based front end code. Adds much needed predictability to CSS so that even beginners can participate in writing beautiful, standards-compliant, fast websites.
The document discusses setting up Sass and compiling Sass files into CSS. It demonstrates using Sass variables, nesting, mixins, and importing other Sass files. It also shows an example file structure for organizing Sass code into base, components, helpers, layouts, pages, themes and vendors folders.
This document discusses Google's design guidelines and the process used to translate them into other languages. It provides an overview of the motivation, key technologies used, and some of the design principles covered in the guidelines, including material design, use of depth, animation and response to touch. The goals are to create a visual language that combines design best practices with innovative technology and to develop a unified experience across platforms. Roboto font, cards, buttons and use of color, shadow and motion are discussed. Translating the guidelines to other languages involved using Hackpad, Github and Gitbook tools.
1. The document describes the file structure and organization for a Sass-based CSS framework.
2. It outlines folders for base styles, components, helpers, layouts, pages, themes, and third-party vendors.
3. Individual files are created for specific elements or sections (e.g. buttons, navigation, header) and include comments explaining their purpose.
How do you scale CSS for millions of visitors or thousands of pages? The slides from Nicole's presentation at Web Directions North in Denver will show you how to use Object Oriented CSS to write fast, maintainable, standards-based front end code. Adds much needed predictability to CSS so that even beginners can participate in writing beautiful, standards-compliant, fast websites.