- Let’s get charged: Updates to the Battery Status API
- High performance video with hardware decoding
- Creating Responsive Shapes With Clip-Path And Breaking Out Of The Box
- The At-Rules of CSS
- CSS Architecture: BEMCSS — Block, Element & Modifier
- d-Threeact: How the Sift Science Console Team Made d3 and React the Best of Friends
- Moving to ES6 from CoffeeScript
- [Getting Started with TypeScript](http://blog.teamtreehouse.com/getting-started-types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"fb9bcf11449edbd707cc64a21a5b326b":"NatalieF","7536117053a44b2a6f89248cde16866d":"NatalieF","d789ed3d89475adb3c2758795a99adb2":"matmuchrapna","89cde4414e897bdcf5472bb154c70b07":"matmuchrapna"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body{ | |
font-weight: bold; | |
font-size: 50px; | |
text-transform: uppercase; | |
} | |
body code{ | |
background-color:#d2f2f2; | |
padding: 0 .5rem; | |
display: inline-block; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body{ | |
font-weight: bold; | |
font-size: 50px; | |
text-transform: uppercase; | |
} | |
body code{ | |
background-color:#d2f2f2; | |
padding: 0 .5rem; | |
display: inline-block; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://meyerweb.com/eric/tools/css/reset/ | |
v2.0 | 20110126 | |
License: none (public domain) | |
*/ | |
html, body, div, span, applet, object, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
a, abbr, acronym, address, big, cite, code, | |
del, dfn, em, img, ins, kbd, q, s, samp, | |
small, strike, strong, sub, sup, tt, var, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Анимация по hover (как это делать не нужно) | |
*/ | |
div { | |
width: 9em; | |
padding: .6em 1em; | |
margin: 2em auto; | |
background: yellowgreen; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Анимация по hover (правильная) | |
*/ | |
div { | |
width: 9em; | |
padding: .6em 1em; | |
margin: 2em auto; | |
background: yellowgreen; | |
animation: spin 1s linear infinite; |
- Synthesising Drum Sounds with the Web Audio API
- A re-introduction to JavaScript
- ES6 In Depth: Rest parameters and defaults
- Benton Modern, A Case Study On Art-Directed Responsive Web Typography
- Color Filters Can Turn Your Gray Skies Blue
- Mastering CSS: BEM and ITCSS
- Everyone who tried to convince me to use modular CSS was wrong, including me
- [Create an HTML5 game like The Next Arrow using Phaser](http://www.emanueleferonato.com/2015/05/18/
- Build an HTML5 game—and distribute it
- Help users checkout faster with Autofill
- Practical Techniques On Designing Animation
- 7 Essential JavaScript Functions
- Making Your First HTML5 Game With Phaser
- Things I've Learned About Building & Coding HTML Email Templates
- CSS Layers
- Importing CSS Breakpoints Into Javascript
- [Pushing the limits of :visited with CSS blend modes](http://stelian.firez.be/post/pushing-the-limits-of-visited-with-css-blend-m
OlderNewer