Theme
light
black
autumn
business
lemonade
halloween
18+
TV
Movies
Movies libraries
Dub/Dual Audio
Anime
Anime libraries
Dub/Dual Audio
Subbed
Raw
Games
PC
Mac
Linux
Android
Softwares
Windows
Mac
Android
Music
MP3
Lossless
Album
Video
Other
Audio
Video
Image
Document
Program
Android
DiskImage
Source Code
Database
Archive
Theme
light
black
autumn
business
lemonade
halloween
Advertise here
Torrents Search Engine
Search Any Type Of Torrents
Search
Torrent Details
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015
Category:
Other
Size:
19.24 MB
Seeders:
0
Leechers:
0
Downloads:
0
Uploaded:
Oct 21, 2018
Torrent
Magnet
Files
Trackers
Info
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
- 0 B
02 - Example of compiled file.scss
- 0 B
03 - CMD Windows Sass gem installation.txt
- 0 B
04 - Terminal Mac Sass gem installation.txt
- 0 B
05 - CMD Windows changing directory.txt
- 0 B
06 - CMD Windows Make Sass watch the scss and css folders.txt
- 0 B
07 - Example of Sass syntax.txt
- 0 B
08 - Compiled CSS from Sass syntax example.css
- 0 B
09 - SCSS syntax example.scss
- 0 B
10 - Compiled CSS from second SCSS syntax example.css
- 0 B
11 - Sass variable example.scss
- 0 B
12 - How to use a Sass variable.scss
- 0 B
13 - Compiled CSS from Sass variable example.css
- 0 B
14 - Sass mixin example.scss
- 0 B
15 - How to call the Sass mixin.scss
- 0 B
16 - Compiled CSS from Sass mixin example.scss
- 0 B
17 - Recap example - used the @mixin directive.scss
- 0 B
18 - Recap example - used camelCase for the mixin name.scss
- 0 B
19 - Recap example - used Sass variables within the mixin.scss
- 0 B
20 - used the keyword 'black' in the box-shadow color property.scss
- 0 B
21 - Recap example - could've used our variable name in the mixin.scss
- 0 B
22 - Recap example - omitted the 0 in the alpha value.scss
- 0 B
23 - Recap example - Compiled CSS from Sass mixin (#2).css
- 0 B
24 - Sass argument example.scss
- 0 B
25 - Setting a value on the Sass argument.scss
- 0 B
26 - Compiled CSS after using a Sass argument.css
- 0 B
27 - Setting a default value on a Sass argument.scss
- 0 B
28 - Calling the mixin without setting a value to the mixin.scss
- 0 B
29 - Compiled CSS from the mixin without a value.scss
- 0 B
30 - Several arguments in the same mixin.scss
- 0 B
31 - Declaring arguments.scss
- 0 B
32 - Compiled CSS after declaring arguments.scss
- 0 B
33 - Defatul values in multiple arguments.scss
- 0 B
34 - Declaring only the first property of multiple arguments.scss
- 0 B
35 - Compiled CSS from declaring the first property of multiple arguments.css
- 0 B
36 - Nesting in Sass.scss
- 0 B
37 - Compiled CSS from nesting example.scss
- 0 B
38 - Partials - _variables.scss example.scss
- 0 B
39 - Importing partial _variables.scss into styles.scss
- 0 B
40 - Sass Extend-Inherit rule example.scss
- 0 B
41 - Using @extend directive.scss
- 0 B
42 - Compiled CSS after using the @extend directive.scss
- 0 B
43 - Sass comments - Traditional CSS comment.css
- 0 B
44 - Sass comments - Sass-style comment.scss
- 0 B
45 - Sass comment doesn't get compiled example.scss
- 0 B
46 - CSS comment does get compiled example.scss
- 0 B
47 - Example of vendor prefix (-moz-).scss
- 0 B
48 - Highlight of vendor prefix (-moz-) on a CSS property.scss
- 0 B
49 - Example of vendor prefix (-webkit-) on a CSS value.scss
- 0 B
50 - Highlight of vendor prefix (-webkit-) on a CSS value.scss
- 0 B
51 - Vendor prefixing the linear-gradient property.scss
- 0 B
52 - Importing Compass's CSS3 images module.scss
- 0 B
53 - Using Compass's CSS3 images module.scss
- 0 B
54 - Compiled CSS after using Compass's CSS3 images module.scss
- 0 B
55 - Highlight SVG line on compiled CSS after using Compass's CSS3 images module.scss
- 0 B
56 - Highlight background-size line on compiled CSS after using Compass's CSS3 images module.scss
- 0 B
57 - Highlight old CSS syntax line on compiled CSS after using Compass's CSS3 images module.scss
- 0 B
60 - Calling -prefix-free in the head.scss
- 0 B
61 - CMD Windows - Installing Autoprefixer with Node.js.txt
- 0 B
62 - CMD Windows - Installing Autoprefixer with Ruby.txt
- 0 B
63 - Pleeease JSON configuration file.json
- 0 B
64 - CMD Windows - Pleeease compilation instruction.txt
- 0 B
65 - Emmet example to add vendor prefixes.scss
- 0 B
66 - Emmet example after adding all vendor prefixes.scss
- 0 B
67 - CMD Windows - Run Sass's --watch command.txt
- 0 B
68 - Prepros - Extended style outpout.css
- 0 B
69 - Prepros - Nested style outpout.css
- 0 B
70 - Prepros - Compact style outpout.css
- 0 B
71 - Prepros - Compressed style outpout.css
- 0 B
72 - Mixins for media queries - method #1.scss
- 0 B
73 - Mixins for media queries - method #1 -- usage.scss
- 0 B
74 - Mixins for media queries - method #1 -- compiled CSS.css
- 0 B
75 - Mixins for media queries - method #1 -- comment.scss
- 0 B
76 - Mixins for media queries - method #1 -- mixin directive with argument.scss
- 0 B
77 - Mixins for media queries - method #1 -- if statement with variable and value.scss
- 0 B
78 - Mixins for media queries - method #1 -- media directive with content directive.scss
- 0 B
79 - Mixins for media queries - method #1 -- else statement with variable and value.scss
- 0 B
80 - Mixins for media queries - method #1 -- media directive with content directive #2.scss
- 0 B
81 - Mixins for media queries - method #2.scss
- 0 B
82 - Mixins for media queries - method #2 -- usage.scss
- 0 B
83 - Mixins for media queries - method #2 -- compiled CSS.css
- 0 B
84 - Mixins for media queries - method #3.scss
- 0 B
85 - Mixins for media queries - method #3 -- usage.scss
- 0 B
86 - Mixins for media queries - method #3 -- compiled CSS.css
- 0 B
B02102_01_Code.zip
- 0 B
B02102_02_Code
01 - main element.html
- 0 B
02 - article element.html
- 0 B
03 - section element.html
- 0 B
04 - aside element.html
- 0 B
05 - header element.html
- 0 B
06 - footer element.html
- 0 B
07 - nav element.html
- 0 B
08 - Example of ARIA role in header.html
- 0 B
09 - role=banner example.html
- 0 B
10 - role=navigation example #1.html
- 0 B
11 - role=navigation example #2.html
- 0 B
12 - role=main example.html
- 0 B
13 - role=contentinfo example.html
- 0 B
14 - role=search example.html
- 0 B
15 - role=form example.html
- 0 B
16 - role=complementary example.html
- 0 B
17 - Viewport meta tag example.html
- 0 B
18 - X-UA-Compatible meta tag example.html
- 0 B
19 - charset meta tag example.html
- 0 B
20 - Full HTML5 example page.html
- 0 B
21 - SCSS for the wireframe page.scss
- 0 B
B02102_03_Code
01 - Mobile-first mixin we're going to use.scss
- 0 B
02 - How to use the Mobile-first mixin.scss
- 0 B
03 - Compiled CSS when using the Mobile-first mixin.scss
- 0 B
04 - Desktop-first mixin we're going to use.scss
- 0 B
05 - How to use the Desktop-first mixin.scss
- 0 B
06 - Compiled CSS when using the Desktop-first mixin.scss
- 0 B
07 - Example of how we've been using Desktop-first.scss
- 0 B
08 - Compiled CSS from example of how we've been using Desktop-first.scss
- 0 B
09 - IE7 and IE8 can't see inside the media query.scss
- 0 B
10 - Compiled CSS of IE7 and IE8 can't see inside the media query.scss
- 0 B
11 - Base HTML to use Respond.js with.html
- 0 B
12 - SCSS used to style the base HTML to use Respond.js with.scss
- 0 B
13 - Compiled CSS used to style the base HTML to use Respond.js with.scss
- 0 B
14 - Conditional Classes in the html tag.html
- 0 B
15 - Example of targeting IE7 using Conditional Classes.scss
- 0 B
16 - Example of targeting IE7-8-9 using Conditional Classes.scss
- 0 B
17 - Compiled CSS of example of targeting IE7-8-9 using Conditional Classes.css
- 0 B
18 - Example of what we would do for other browsers.css
- 0 B
19 - Base HTML for retrofitting an old website with RWD.html
- 0 B
20 - Create the _980gs.scss partial file.scss
- 0 B
21 - Import the _980gs.scss file.scss
- 0 B
22 - Add the Desktop-first mixin without the em calculation.scss
- 0 B
23 - Add the basic styling classes.scss
- 0 B
24 - (AWD) Media queries aimed at 768px.scss
- 0 B
25 - (AWD) Media queries aimed at 640px.scss
- 0 B
26 - (AWD) Media queries aimed at 480px.scss
- 0 B
27 - Example of new media block to creat a one column layout.scss
- 0 B
28 - (AWD) Media queries aimed at 320px.scss
- 0 B
29 - (AWD) Removing the padding from the main 12col container.scss
- 0 B
30 - (AWD) Creating a breakpoint for 320px for all columns.scss
- 0 B
31 - (AWD) Again, all the SCSS code.scss
- 0 B
32 - (AWD) Compiled CSS file of all media queries.css
- 0 B
33 - RWD Magic Formula.txt
- 0 B
34 - SCSS code section of issue with .container_12 and .grid rules.scss
- 0 B
35 - Solution B - 960 divided by 980.txt
- 0 B
36 - Solution B - 940 divided by 960.txt
- 0 B
37 - Width of Header and Footer.txt
- 0 B
38 - Width of Nav.txt
- 0 B
39 - Width of Content.txt
- 0 B
40 - Retrofitting with RWD - Initial SCSS.scss
- 0 B
41 - Calculating the 10px padding in percentages for .container_12.txt
- 0 B
42 - Adding the padding in percentages to .container_12.scss
- 0 B
43 - Adding the margin in percentages to all the columns.scss
- 0 B
44 - (RWD) Media queries aimed at 768px.scss
- 0 B
45 - (RWD) Media queries aimed at 640px plus making Nav and Content full width.scss
- 0 B
46 - (RWD) Media queries aimed at 480px.scss
- 0 B
47 - (RWD) Media queries aimed at 320px and remove padding from .container_12.scss
- 0 B
48 - (RWD) Again, all the SCSS code.scss
- 0 B
49 - (RWD) Compiled CSS file of all media queries.css
- 0 B
B02102_04_Code
01 - SCSS file from 'Chapter 3 - Mobile-first or Desktop-first'.scss
- 0 B
02 - RWD Magic Forumla.txt
- 0 B
03 - 980GS with percentages.scss
- 0 B
04 - The Math - Numeric Pattern - RWD Magic Forumla.txt
- 0 B
05 - The Math - Numeric Pattern - converting 1 column to percentages.txt
- 0 B
06 - The Math - Numeric Pattern - total of 2 columns in pixels.txt
- 0 B
07 - The Math - Numeric Pattern - converting 2 columns to percentages.txt
- 0 B
08 - The Math - Numeric Pattern - total of 3 columns in pixles.txt
- 0 B
09 - The Math - Numeric Pattern - converting 3 columns to percentages.txt
- 0 B
10 - The Math - Numeric Pattern - all equations listed.txt
- 0 B
11 - The Math - Numeric Pattern - SCSS for the 12 column grid.scss
- 0 B
12 - Add the UTF-8 Character Set Directive and a Credits Section.scss
- 0 B
13 - Include the box-sizing Property and the Mobile-first Mixin.scss
- 0 B
14 - Converting 10px into percentage.scss
- 0 B
15 - Converting 20px into percentage.scss
- 0 B
16 - Including .container-12 rule.scss
- 0 B
17 - Make it Mobile-first.scss
- 0 B
18 - Add the Row and Float Clearing Rules.scss
- 0 B
19 - HTML for the Build a Sample Page with the Custom CSS Grid section.html
- 0 B
20 - HTML for the Build a Sample Page with Flexbox section.html
- 0 B
21 - The SCSS for the Flexbox example.scss
- 0 B
22 - Add the Flexbox Container.scss
- 0 B
23 - DIVs Inside the Flexbox Container.scss
- 0 B
24 - Header, Footer, Nav and Content Area.scss
- 0 B
25 - Nested Containers.scss
- 0 B
26 - One Rule to Rule Them All.scss
- 0 B
27 - Rules for Both IE8-9.scss
- 0 B
28 - Specific Rules for IE8 and IE9.scss
- 0 B
B02102_05_Code
01 - The Hamburger Icon.txt
- 0 B
02 - The Hamburger Icon - SCSS.scss
- 0 B
B02102_06_Code
01 - Implementing the Picturefill Polyfill.html
- 0 B
02 - Using the picture Element.html
- 0 B
03 - Using the picture Element - IE9 fix.html
- 0 B
04 - Using the srcset and sizes Attributes.html
- 0 B
B02102_07_Code
01 - RWD Magic Formula.txt
- 0 B
02 - Magic formula to calculate relative font sizes (ems).txt
- 0 B
B02102_08_Code
01 - Set Up a Basic HTML Template.html
- 0 B
02 - CSS Reset to Normalize Display.html
- 0 B
03 - Add the Email Content - Create a 100% Wide Wrapping Table.html
- 0 B
04 - Create the 600px Inner Table.html
- 0 B
05 - Add the Email Content - Add the Header Image.html
- 0 B
09 - Add Media Queries.css
- 0 B
10 - Outlook Webfont Fallback Style.html
- 0 B
11 - CSS Inliners - HTML element with a class.html
- 0 B
12 - CSS Inliners - Styled HTML element via its class.html
- 0 B
13 - CSS Inliners - Output HTML with inline styles.html
- 0 B
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015.epub
- 0 B
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015.mobi
- 0 B
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015.pdf
- 0 B
Trackers
Seeders
Leechers
Downloads
udp://tracker.opentrackr.org:1337/announce
0
0
0
udp://tracker.moeking.me:6969/announce
0
0
0
udp://tracker.torrent.eu.org:451/announce
0
0
0
udp://open.stealth.si:80/announce
0
0
0
udp://tracker.openbittorrent.com:80/announce
0
0
0
udp://tracker4.itzmx.com:2710/announce
0
0
0
udp://retracker.lanta-net.ru:2710/announce
0
0
0
udp://tracker.tiny-vps.com:6969/announce
0
0
0
udp://exodus.desync.com:6969/announce
0
0
0
udp://explodie.org:6969/announce
0
0
0
udp://tracker.internetwarriors.net:1337/announce
0
0
0
InfoHash:
63D4C4178A33B5B97C61458AB48FB369E6CEE6B9
Last updated:
Jan 24, 2022
File count:
204 B
File Category:
1
Tags:
ricardo, mastering, responsive, design, html5, css3
Related Torrents
Stir Fry Recipes - A Cast Iron Cookbook for Mastering the Techniques of Unlocking Delicious Asian
Other
Feb 12, 2024
3.18 MB
163
129
3.33 k
Torrent
Magnet
Mastering Flutter - A Comprehensive Guide to Learn Flutter Development
Other
Jun 28, 2024
755.39 KB
38
50
651
Torrent
Magnet
CRICUT - A Step by Step Guide to Mastering your Machine, Hand Tools and Design Space
Other
Jul 4, 2024
740.41 KB
37
51
704
Torrent
Magnet
FINGERING TILL SHE CUMS -- A Guys Guide To Mastering The Art Of Fingering & Fisting A Girls Vagina
Other
Jan 7, 2019
5.73 MB
0
0
0
Torrent
Magnet
Waves.Production.Mixing.Mastering.with.Waves.iSOCoBaLT
Other
May 7, 2021
1.44 GB
1
0
2
Torrent
Magnet
free-course-site.com-udemy-mastering-data-structures-algorithms-using-c-and-c
Other
Mar 16, 2021
161.47 KB
0
0
0
Torrent
Magnet
Color and Mastering for Digital Cinema
Other
Dec 3, 2018
4.18 MB
0
1
0
Torrent
Magnet
Ricardo Zea - Mastering Responsive Web Design with HTML5 and CSS3 - 2015
Other
Oct 21, 2018
19.24 MB
0
0
0
Torrent
Magnet
FINGER TILL SHE CUMS -- A Mans Guide To Mastering The Art Of Fingering & Fisting A Girls Pussy
Other
Jan 4, 2019
2.29 MB
0
2
0
Torrent
Magnet
TMPGEnc Mastering Works 5 (5.0.6.38)
Other
Jan 6, 2019
30.21 MB
0
0
0
Torrent
Magnet
FINGERING PUSSY -- A Mans Guide To Mastering The Art Of Fingering & Fisting A Girls Vagina 4 Pleasure
Other
Jan 6, 2019
7.51 MB
0
0
0
Torrent
Magnet
SQUIRT! SQUIRT! SQUIRT! ~ Mastering The Art of Female Ejaculation
Other
Jan 7, 2019
3.81 MB
0
0
0
Torrent
Magnet
Mastering The Female Pleasure Spots - A Detailed Guide To Giving Her Pleasure From The Clit To Her Ass
Other
Jan 7, 2019
14.42 MB
0
1
0
Torrent
Magnet
PUSSY LICKING - Tongue Tricks & Techniques To Mastering Oral Sex With A Womans Vagina
Other
Jan 5, 2019
7.93 MB
0
0
0
Torrent
Magnet
Mastering the Female Body - Ebook
Other
May 20, 2019
75.58 KB
0
0
0
Torrent
Magnet
HARDCORE FEMALE EJACULATION - Learn Tips and Techniques To Mastering Female Cumming
Other
Nov 19, 2019
10.76 MB
0
0
0
Torrent
Magnet
XXX 365 Days To Mastering A Womans Pussy XXX
Other
Jan 4, 2019
3.24 MB
0
0
0
Torrent
Magnet
Whole.Loops.OZONE.MASTER.SAUCE.Ozone.Mastering.Presets+TUTORiAL.XML.MP4
Other
Mar 25, 2020
124.63 MB
1
0
0
Torrent
Magnet
Waves.Production.Mixing.Mastering.with.Waves.iSOCoBaLT
Other
Mar 11, 2022
1.44 GB
1
0
10
Torrent
Magnet
udemy-mastering-complex-calculus-from-derivatives-to-residues-2023-4.7z
Other
Dec 21, 2023
7.05 GB
2
1
28
Torrent
Magnet
Home
Movies
TV Shows
Anime
Videos
Music
Games
Software
18+
Books