Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/01 - Example of how I wrote Sass for the first time.scss |
199 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/02 - Example of compiled file.scss |
192 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/03 - CMD Windows Sass gem installation.txt |
134 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/04 - Terminal Mac Sass gem installation.txt |
140 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/05 - CMD Windows changing directory.txt |
151 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/06 - CMD Windows Make Sass watch the scss and css folders.txt |
160 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/07 - Example of Sass syntax.txt |
184 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/08 - Compiled CSS from Sass syntax example.css |
208 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/09 - SCSS syntax example.scss |
180 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/10 - Compiled CSS from second SCSS syntax example.css |
211 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/11 - Sass variable example.scss |
122 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/12 - How to use a Sass variable.scss |
168 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/13 - Compiled CSS from Sass variable example.css |
152 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/14 - Sass mixin example.scss |
292 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/15 - How to call the Sass mixin.scss |
152 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/16 - Compiled CSS from Sass mixin example.scss |
252 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/17 - Recap example - used the @mixin directive.scss |
316 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/18 - Recap example - used camelCase for the mixin name.scss |
317 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/19 - Recap example - used Sass variables within the mixin.scss |
328 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/20 - used the keyword 'black' in the box-shadow color property.scss |
349 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/21 - Recap example - could've used our variable name in the mixin.scss |
341 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/22 - Recap example - omitted the 0 in the alpha value.scss |
329 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/23 - Recap example - Compiled CSS from Sass mixin (#2).css |
261 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/24 - Sass argument example.scss |
305 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/25 - Setting a value on the Sass argument.scss |
168 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/26 - Compiled CSS after using a Sass argument.css |
252 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/27 - Setting a default value on a Sass argument.scss |
331 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/28 - Calling the mixin without setting a value to the mixin.scss |
173 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/29 - Compiled CSS from the mixin without a value.scss |
254 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/30 - Several arguments in the same mixin.scss |
306 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/31 - Declaring arguments.scss |
174 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/32 - Compiled CSS after declaring arguments.scss |
237 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/33 - Defatul values in multiple arguments.scss |
330 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/34 - Declaring only the first property of multiple arguments.scss |
349 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/35 - Compiled CSS from declaring the first property of multiple arguments.css |
200 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/36 - Nesting in Sass.scss |
358 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/37 - Compiled CSS from nesting example.scss |
334 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/38 - Partials - _variables.scss example.scss |
176 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/39 - Importing partial _variables.scss into styles.scss |
151 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/40 - Sass Extend-Inherit rule example.scss |
274 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/41 - Using @extend directive.scss |
179 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/42 - Compiled CSS after using the @extend directive.scss |
335 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/43 - Sass comments - Traditional CSS comment.css |
159 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/44 - Sass comments - Sass-style comment.scss |
146 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/45 - Sass comment doesn't get compiled example.scss |
333 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/46 - CSS comment does get compiled example.scss |
333 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/47 - Example of vendor prefix (-moz-).scss |
161 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/48 - Highlight of vendor prefix (-moz-) on a CSS property.scss |
163 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/49 - Example of vendor prefix (-webkit-) on a CSS value.scss |
186 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/50 - Highlight of vendor prefix (-webkit-) on a CSS value.scss |
188 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/51 - Vendor prefixing the linear-gradient property.scss |
411 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/52 - Importing Compass's CSS3 images module.scss |
149 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/53 - Using Compass's CSS3 images module.scss |
186 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/54 - Compiled CSS after using Compass's CSS3 images module.scss |
516 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/55 - Highlight SVG line on compiled CSS after using Compass's CSS3 images module.scss |
516 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/56 - Highlight background-size line on compiled CSS after using Compass's CSS3 images module.scss |
528 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/57 - Highlight old CSS syntax line on compiled CSS after using Compass's CSS3 images module.scss |
527 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/60 - Calling -prefix-free in the head.scss |
419 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/61 - CMD Windows - Installing Autoprefixer with Node.js.txt |
186 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/62 - CMD Windows - Installing Autoprefixer with Ruby.txt |
160 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/63 - Pleeease JSON configuration file.json |
170 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/64 - CMD Windows - Pleeease compilation instruction.txt |
147 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/65 - Emmet example to add vendor prefixes.scss |
140 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/66 - Emmet example after adding all vendor prefixes.scss |
214 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/67 - CMD Windows - Run Sass's --watch command.txt |
142 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/68 - Prepros - Extended style outpout.css |
213 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/69 - Prepros - Nested style outpout.css |
214 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/70 - Prepros - Compact style outpout.css |
201 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/71 - Prepros - Compressed style outpout.css |
188 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/72 - Mixins for media queries - method #1.scss |
378 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/73 - Mixins for media queries - method #1 -- usage.scss |
234 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/74 - Mixins for media queries - method #1 -- compiled CSS.css |
260 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/75 - Mixins for media queries - method #1 -- comment.scss |
142 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/76 - Mixins for media queries - method #1 -- mixin directive with argument.scss |
169 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/77 - Mixins for media queries - method #1 -- if statement with variable and value.scss |
174 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/78 - Mixins for media queries - method #1 -- media directive with content directive.scss |
198 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/79 - Mixins for media queries - method #1 -- else statement with variable and value.scss |
181 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/80 - Mixins for media queries - method #1 -- media directive with content directive #2.scss |
201 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/81 - Mixins for media queries - method #2.scss |
384 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/82 - Mixins for media queries - method #2 -- usage.scss |
245 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/83 - Mixins for media queries - method #2 -- compiled CSS.css |
264 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/84 - Mixins for media queries - method #3.scss |
197 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/85 - Mixins for media queries - method #3 -- usage.scss |
320 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/86 - Mixins for media queries - method #3 -- compiled CSS.css |
260 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_01_Code/B02102_01_Code.zip |
33 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/01 - main element.html |
167 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/02 - article element.html |
239 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/03 - section element.html |
503 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/04 - aside element.html |
733 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/05 - header element.html |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/06 - footer element.html |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/07 - nav element.html |
2 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/08 - Example of ARIA role in header.html |
117 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/09 - role=banner example.html |
368 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/10 - role=navigation example #1.html |
316 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/11 - role=navigation example #2.html |
440 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/12 - role=main example.html |
172 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/13 - role=contentinfo example.html |
440 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/14 - role=search example.html |
247 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/15 - role=form example.html |
609 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/16 - role=complementary example.html |
309 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/17 - Viewport meta tag example.html |
156 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/18 - X-UA-Compatible meta tag example.html |
148 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/19 - charset meta tag example.html |
109 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/20 - Full HTML5 example page.html |
3 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_02_Code/21 - SCSS for the wireframe page.scss |
4 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/01 - Mobile-first mixin we're going to use.scss |
182 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/02 - How to use the Mobile-first mixin.scss |
299 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/03 - Compiled CSS when using the Mobile-first mixin.scss |
236 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/04 - Desktop-first mixin we're going to use.scss |
181 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/05 - How to use the Desktop-first mixin.scss |
317 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/06 - Compiled CSS when using the Desktop-first mixin.scss |
264 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/07 - Example of how we've been using Desktop-first.scss |
279 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/08 - Compiled CSS from example of how we've been using Desktop-first.scss |
226 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/09 - IE7 and IE8 can't see inside the media query.scss |
278 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/10 - Compiled CSS of IE7 and IE8 can't see inside the media query.scss |
230 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/11 - Base HTML to use Respond.js with.html |
424 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/12 - SCSS used to style the base HTML to use Respond.js with.scss |
288 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/13 - Compiled CSS used to style the base HTML to use Respond.js with.scss |
220 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/14 - Conditional Classes in the html tag.html |
296 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/15 - Example of targeting IE7 using Conditional Classes.scss |
144 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/16 - Example of targeting IE7-8-9 using Conditional Classes.scss |
178 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/17 - Compiled CSS of example of targeting IE7-8-9 using Conditional Classes.css |
192 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/18 - Example of what we would do for other browsers.css |
136 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/19 - Base HTML for retrofitting an old website with RWD.html |
556 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/20 - Create the _980gs.scss partial file.scss |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/21 - Import the _980gs.scss file.scss |
152 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/22 - Add the Desktop-first mixin without the em calculation.scss |
291 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/23 - Add the basic styling classes.scss |
652 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/24 - (AWD) Media queries aimed at 768px.scss |
554 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/25 - (AWD) Media queries aimed at 640px.scss |
864 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/26 - (AWD) Media queries aimed at 480px.scss |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/27 - Example of new media block to creat a one column layout.scss |
205 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/28 - (AWD) Media queries aimed at 320px.scss |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/29 - (AWD) Removing the padding from the main 12col container.scss |
182 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/30 - (AWD) Creating a breakpoint for 320px for all columns.scss |
261 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/31 - (AWD) Again, all the SCSS code.scss |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/32 - (AWD) Compiled CSS file of all media queries.css |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/33 - RWD Magic Formula.txt |
115 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/34 - SCSS code section of issue with .container_12 and .grid rules.scss |
309 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/35 - Solution B - 960 divided by 980.txt |
145 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/36 - Solution B - 940 divided by 960.txt |
143 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/37 - Width of Header and Footer.txt |
129 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/38 - Width of Nav.txt |
115 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/39 - Width of Content.txt |
119 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/40 - Retrofitting with RWD - Initial SCSS.scss |
278 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/41 - Calculating the 10px padding in percentages for .container_12.txt |
163 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/42 - Adding the padding in percentages to .container_12.scss |
373 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/43 - Adding the margin in percentages to all the columns.scss |
510 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/44 - (RWD) Media queries aimed at 768px.scss |
562 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/45 - (RWD) Media queries aimed at 640px plus making Nav and Content full width.scss |
810 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/46 - (RWD) Media queries aimed at 480px.scss |
840 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/47 - (RWD) Media queries aimed at 320px and remove padding from .container_12.scss |
959 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/48 - (RWD) Again, all the SCSS code.scss |
953 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_03_Code/49 - (RWD) Compiled CSS file of all media queries.css |
956 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/01 - SCSS file from 'Chapter 3 - Mobile-first or Desktop-first'.scss |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/02 - RWD Magic Forumla.txt |
124 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/03 - 980GS with percentages.scss |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/04 - The Math - Numeric Pattern - RWD Magic Forumla.txt |
154 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/05 - The Math - Numeric Pattern - converting 1 column to percentages.txt |
159 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/06 - The Math - Numeric Pattern - total of 2 columns in pixels.txt |
155 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/07 - The Math - Numeric Pattern - converting 2 columns to percentages.txt |
159 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/08 - The Math - Numeric Pattern - total of 3 columns in pixles.txt |
169 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/09 - The Math - Numeric Pattern - converting 3 columns to percentages.txt |
162 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/10 - The Math - Numeric Pattern - all equations listed.txt |
604 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/11 - The Math - Numeric Pattern - SCSS for the 12 column grid.scss |
445 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/12 - Add the UTF-8 Character Set Directive and a Credits Section.scss |
650 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/13 - Include the box-sizing Property and the Mobile-first Mixin.scss |
832 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/14 - Converting 10px into percentage.scss |
127 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/15 - Converting 20px into percentage.scss |
127 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/16 - Including .container-12 rule.scss |
1004 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/17 - Make it Mobile-first.scss |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/18 - Add the Row and Float Clearing Rules.scss |
2 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/19 - HTML for the Build a Sample Page with the Custom CSS Grid section.html |
2 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/20 - HTML for the Build a Sample Page with Flexbox section.html |
2 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/21 - The SCSS for the Flexbox example.scss |
686 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/22 - Add the Flexbox Container.scss |
929 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/23 - DIVs Inside the Flexbox Container.scss |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/24 - Header, Footer, Nav and Content Area.scss |
1 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/25 - Nested Containers.scss |
2 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/26 - One Rule to Rule Them All.scss |
2 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/27 - Rules for Both IE8-9.scss |
2 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_04_Code/28 - Specific Rules for IE8 and IE9.scss |
2 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_05_Code/01 - The Hamburger Icon.txt |
609 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_05_Code/02 - The Hamburger Icon - SCSS.scss |
534 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_06_Code/01 - Implementing the Picturefill Polyfill.html |
590 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_06_Code/02 - Using the picture Element.html |
402 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_06_Code/03 - Using the picture Element - IE9 fix.html |
520 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_06_Code/04 - Using the srcset and sizes Attributes.html |
349 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_07_Code/01 - RWD Magic Formula.txt |
113 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_07_Code/02 - Magic formula to calculate relative font sizes (ems).txt |
138 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_08_Code/01 - Set Up a Basic HTML Template.html |
828 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_08_Code/02 - CSS Reset to Normalize Display.html |
2 KB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_08_Code/03 - Add the Email Content - Create a 100% Wide Wrapping Table.html |
357 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_08_Code/04 - Create the 600px Inner Table.html |
675 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_08_Code/05 - Add the Email Content - Add the Header Image.html |
885 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_08_Code/09 - Add Media Queries.css |
403 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_08_Code/10 - Outlook Webfont Fallback Style.html |
253 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_08_Code/11 - CSS Inliners - HTML element with a class.html |
156 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_08_Code/12 - CSS Inliners - Styled HTML element via its class.html |
265 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Code/B02102_08_Code/13 - CSS Inliners - Output HTML with inline styles.html |
262 B |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015.epub |
5.9 MB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015.mobi |
9.1 MB |
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015/Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015.pdf |
4.1 MB |