├── animations ├── README.md ├── files │ ├── psy.png │ ├── sprite.png │ ├── transitionplacement.html │ ├── template.html │ ├── bike.html │ ├── file_steps.html │ ├── name.html │ ├── repeated_keyframe.html │ ├── important.html │ ├── no0or100.html │ ├── nomidpoint.html │ ├── specificity.html │ ├── specificity2.html │ ├── cubicbezierprint.html │ ├── cubicbezier.html │ ├── halfiterationforwards.html │ ├── odditeration.html │ └── steps.html ├── static │ ├── img │ │ ├── new.gif │ │ ├── bike.png │ │ ├── sprite.png │ │ └── browser_logos-64.png │ ├── scss │ │ ├── _ex_simpletrans.scss │ │ ├── _variables.scss │ │ ├── style.scss │ │ ├── _yesno.scss │ │ ├── _code.scss │ │ ├── _object.scss │ │ ├── _pre.scss │ │ ├── _deck_functionality.scss │ │ ├── _print.scss │ │ ├── _slide.scss │ │ ├── files.scss │ │ ├── _heading.scss │ │ ├── _ex_navigation.scss │ │ ├── _ex_steps.scss │ │ ├── _content.scss │ │ └── _ex_animations.scss │ └── css │ │ ├── files.css.map │ │ └── files.css └── file_steps.html ├── flexbox ├── files │ ├── Icon │ ├── .dropbox │ ├── style.css │ ├── explain.html │ ├── display.html │ ├── nav_displayflex.html │ ├── nav_sidenav_direction.html │ ├── pagelayout.html │ ├── finalflex.html │ ├── flex3.html │ ├── direction.html │ ├── justify.html │ ├── textflex.html │ ├── button.html │ ├── collapse.html │ └── multi.html ├── 408-368-7620 - padnya ├── images │ ├── unicorn1.jpg │ ├── unicorn2.jpg │ ├── unicorn3.jpg │ ├── unicorn4.jpg │ ├── unicorn5.jpg │ └── flexbasis.png └── flexbox.css ├── borders ├── img │ └── shark.gif └── files │ ├── img │ └── longcat.jpg │ ├── 84_backgroundsize.html │ ├── 83_longcat.html │ ├── 82_borderradius.html │ ├── 81_bgposition.html │ └── 81b_bgposition.html ├── other ├── images │ ├── big.png │ ├── bike.png │ ├── frame.jpg │ ├── huge.png │ ├── plus.gif │ ├── small.png │ ├── frame2.png │ ├── medium.png │ ├── framemask.png │ ├── kittenjaw.jpg │ ├── lessthan.gif │ ├── specificity3.png │ └── unicorncupcake.jpg └── files │ ├── images │ ├── adam.jpg │ ├── mask.png │ ├── ring.png │ ├── phone.jpg │ ├── cupcake.png │ ├── plumber.png │ ├── unicorncupcake.jpg │ ├── heart2.svg │ └── heart.svg │ ├── style.html │ ├── supports.html │ ├── awesome.html │ ├── important.html │ ├── importantanimation.html │ ├── counting.html │ ├── any.html │ ├── steps.html │ ├── shapes_clip_heart.html │ ├── shapes_animation.html │ ├── justify.html │ ├── print_timing_function.html │ ├── blendmode.html │ ├── counter.html │ ├── subset.html │ ├── shapes_heart.html │ ├── vertical.html │ └── icons2.html ├── media ├── images │ └── devicesizes.jpg └── files │ ├── catsvg.html │ ├── b.html │ ├── supports.html │ ├── svgimg.html │ ├── mediaqueries.html │ ├── template.html │ ├── a.html │ ├── circlesvgimg.html │ ├── svgcimg.html │ ├── adaptiveimages.html │ ├── files.css │ ├── clownc.svg │ └── clownd.svg ├── transforms └── files │ ├── animation │ ├── psy.png │ ├── sprite.png │ ├── template.html │ ├── nomidpoint.html │ ├── HW_file_steps.html │ ├── halfiterationforwards.html │ ├── file_steps.html │ ├── name.html │ └── important.html │ ├── 100_simpletransforms.html │ ├── 101_transformorigin.html │ ├── 102_backface.html │ ├── 101_transform3dhtml.html │ ├── transforms │ ├── backfacevisibility.html │ ├── pOrigin.html │ ├── tStyle.html │ ├── perspective.html │ ├── tStyle1.html │ ├── files.css │ └── tOrder.html │ ├── files.css │ ├── flexbox │ ├── explain.html │ ├── pagelayout.html │ ├── display.html │ ├── calc.html │ ├── direction.html │ ├── justify.html │ ├── finalflex.html │ └── 08_dropcap.html │ └── selectors │ ├── 00_basics.html │ ├── 09_firstline.html │ ├── 08_dropcap.html │ └── 02_counting.html ├── tables ├── scss │ ├── style.scss │ ├── _variables.scss │ ├── _code.scss │ ├── _object.scss │ ├── _pre.scss │ ├── _deck_functionality.scss │ ├── _print.scss │ ├── _slide.scss │ ├── _content.scss │ ├── files.scss │ ├── _heading.scss │ └── _buttons.scss ├── files.css.map └── files.css ├── grid ├── scss │ ├── _variables.scss │ ├── style.scss │ ├── _deflist.scss │ ├── _code.scss │ ├── _object.scss │ ├── _pre.scss │ ├── _deck_functionality.scss │ ├── _print.scss │ ├── _slide.scss │ ├── _gridlines.scss │ ├── files.scss │ ├── _content.scss │ ├── _heading.scss │ └── _buttons.scss ├── files.css.map ├── files.css └── files │ ├── aligning.html │ ├── display.html │ ├── pagelayout2.html │ ├── flex.html │ ├── grid2.html │ ├── play.html │ ├── display2.html │ ├── grid.html │ ├── test.html │ ├── content2.html │ ├── content3.html │ ├── content.html │ ├── pagelayoutplay.html │ ├── pagelayout.html │ ├── parentproperties.html │ ├── parentproperties2.html │ ├── extracols.html │ ├── parentproperties4.html │ ├── doit1.html │ └── parentproperties3.html ├── gradients ├── files │ ├── base.html │ ├── play1.html │ ├── radial1.html │ ├── keytermsyntax.html │ ├── colorstop3.html │ ├── radial4.html │ ├── radial2.html │ ├── radial5.html │ ├── radial3.html │ ├── radial7.html │ ├── sidecorner1.html │ ├── colorstop1.html │ ├── repeat1.html │ ├── colorstop4.html │ ├── colorstop6.html │ ├── colorstop7.html │ ├── colorstop2.html │ ├── radial6.html │ ├── radial8.html │ ├── colorstop5.html │ ├── radial10.html │ ├── radial9.html │ ├── colorstop8.html │ ├── template.html │ ├── files.css │ ├── colorhint1.html │ ├── oldlinearsyntax.html │ ├── w3clinearsyntax.html │ ├── prefixedlinearsyntax.html │ ├── flickr.html │ └── repeat.html └── anglessvg.svg ├── colors ├── color.css └── files │ ├── colors.html │ └── files.css ├── selectors └── files │ ├── 01_attr_caseinsensitiveB.html │ ├── importantanimation.html │ ├── editme.css │ ├── 07_empty.html │ ├── 09_firstline.html │ ├── 00_basics.html │ ├── 01_attr_caseinsensitive.html │ ├── animationorderproperties.html │ ├── 08_dropcap.html │ ├── 02_counting.html │ ├── 00_basic.html │ ├── generatedcontent.html │ ├── 03_root.html │ ├── 02_uiselectors.html │ └── 31_generatetext.html ├── generated └── files │ ├── counting.html │ ├── counter.html │ ├── 02_counting.html │ ├── files.css │ ├── icons2.html │ ├── 03_bubbles.html │ ├── 01_images.html │ └── 00_attr.html └── intro └── files └── simpleexample.html /animations/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flexbox/files/Icon : -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flexbox/files/.dropbox: -------------------------------------------------------------------------------- 1 | {"tag": "shared", "ns": 1260631261} -------------------------------------------------------------------------------- /borders/img/shark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/borders/img/shark.gif -------------------------------------------------------------------------------- /flexbox/408-368-7620 - padnya: -------------------------------------------------------------------------------- 1 | 408-368-7620 - padnya 2 | 3 | 4 | 5 | lorena - enza - 650-655-6260 -------------------------------------------------------------------------------- /other/images/big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/big.png -------------------------------------------------------------------------------- /other/images/bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/bike.png -------------------------------------------------------------------------------- /other/images/frame.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/frame.jpg -------------------------------------------------------------------------------- /other/images/huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/huge.png -------------------------------------------------------------------------------- /other/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/plus.gif -------------------------------------------------------------------------------- /other/images/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/small.png -------------------------------------------------------------------------------- /animations/files/psy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/animations/files/psy.png -------------------------------------------------------------------------------- /other/images/frame2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/frame2.png -------------------------------------------------------------------------------- /other/images/medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/medium.png -------------------------------------------------------------------------------- /animations/files/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/animations/files/sprite.png -------------------------------------------------------------------------------- /flexbox/images/unicorn1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/flexbox/images/unicorn1.jpg -------------------------------------------------------------------------------- /flexbox/images/unicorn2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/flexbox/images/unicorn2.jpg -------------------------------------------------------------------------------- /flexbox/images/unicorn3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/flexbox/images/unicorn3.jpg -------------------------------------------------------------------------------- /flexbox/images/unicorn4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/flexbox/images/unicorn4.jpg -------------------------------------------------------------------------------- /flexbox/images/unicorn5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/flexbox/images/unicorn5.jpg -------------------------------------------------------------------------------- /other/files/images/adam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/files/images/adam.jpg -------------------------------------------------------------------------------- /other/files/images/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/files/images/mask.png -------------------------------------------------------------------------------- /other/files/images/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/files/images/ring.png -------------------------------------------------------------------------------- /other/images/framemask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/framemask.png -------------------------------------------------------------------------------- /other/images/kittenjaw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/kittenjaw.jpg -------------------------------------------------------------------------------- /other/images/lessthan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/lessthan.gif -------------------------------------------------------------------------------- /animations/static/img/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/animations/static/img/new.gif -------------------------------------------------------------------------------- /borders/files/img/longcat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/borders/files/img/longcat.jpg -------------------------------------------------------------------------------- /flexbox/images/flexbasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/flexbox/images/flexbasis.png -------------------------------------------------------------------------------- /media/images/devicesizes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/media/images/devicesizes.jpg -------------------------------------------------------------------------------- /other/files/images/phone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/files/images/phone.jpg -------------------------------------------------------------------------------- /other/images/specificity3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/specificity3.png -------------------------------------------------------------------------------- /animations/static/img/bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/animations/static/img/bike.png -------------------------------------------------------------------------------- /animations/static/img/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/animations/static/img/sprite.png -------------------------------------------------------------------------------- /other/files/images/cupcake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/files/images/cupcake.png -------------------------------------------------------------------------------- /other/files/images/plumber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/files/images/plumber.png -------------------------------------------------------------------------------- /other/images/unicorncupcake.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/images/unicorncupcake.jpg -------------------------------------------------------------------------------- /transforms/files/animation/psy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/transforms/files/animation/psy.png -------------------------------------------------------------------------------- /other/files/images/unicorncupcake.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/other/files/images/unicorncupcake.jpg -------------------------------------------------------------------------------- /transforms/files/animation/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/transforms/files/animation/sprite.png -------------------------------------------------------------------------------- /animations/static/img/browser_logos-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/estelle/cssmastery/HEAD/animations/static/img/browser_logos-64.png -------------------------------------------------------------------------------- /animations/static/scss/_ex_simpletrans.scss: -------------------------------------------------------------------------------- 1 | .h1 {font-size: 80px;} 2 | .hoverme {color: green; text-decoration:underline;} 3 | .hoverme:hover {color: orange;} 4 | .simptrans {transition:1s;} 5 | /*.simptrans:hover {transition:10s}*/ -------------------------------------------------------------------------------- /tables/scss/style.scss: -------------------------------------------------------------------------------- 1 | @charset "UTF-8"; 2 | 3 | @import "presentation"; 4 | @import "deck_functionality"; 5 | @import "buttons"; 6 | @import "slide"; 7 | @import "heading"; 8 | @import "content"; 9 | @import "print"; 10 | @import "object"; -------------------------------------------------------------------------------- /animations/static/scss/_variables.scss: -------------------------------------------------------------------------------- 1 | $font: 'SanchezSlab Semibold', Georgia, serif; 2 | $splashcolor: #58ADE3; 3 | $text: #333333; 4 | $textsecondary: #4d4d4d; 5 | $invertedtext: #ffffff; 6 | $header_bg: #ffffff; 7 | $light_bg: #f4f4f4; 8 | $dark_bg: #707070; -------------------------------------------------------------------------------- /tables/scss/_variables.scss: -------------------------------------------------------------------------------- 1 | $font: 'SanchezSlab Semibold', Georgia, serif; 2 | $splashcolor: #cc0000; 3 | $text: #333333; 4 | $textsecondary: #4d4d4d; 5 | $invertedtext: #ffffff; 6 | $header_bg: #ffffff; 7 | $light_bg: #f4f4f4; 8 | $dark_bg: #000000; 9 | $colorpop: #cc0000; -------------------------------------------------------------------------------- /grid/scss/_variables.scss: -------------------------------------------------------------------------------- 1 | $font: 'SanchezSlab Semibold', Georgia, serif; 2 | $splashcolor: #0000cc; 3 | $text: #333333; 4 | $textsecondary: #4d4d4d; 5 | $invertedtext: #ffffff; 6 | $header_bg: #ffffff; 7 | $light_bg: #f4f4f4; 8 | $dark_bg: #333; 9 | $colorpop: #0000cc; 10 | $alert: #cc0000; -------------------------------------------------------------------------------- /grid/scss/style.scss: -------------------------------------------------------------------------------- 1 | @charset "UTF-8"; 2 | 3 | @import "presentation"; 4 | @import "deck_functionality"; 5 | @import "buttons"; 6 | @import "slide"; 7 | @import "heading"; 8 | @import "content"; 9 | @import "deflist"; 10 | @import "print"; 11 | @import "object"; 12 | 13 | @import "gridlines"; -------------------------------------------------------------------------------- /animations/static/scss/style.scss: -------------------------------------------------------------------------------- 1 | @charset "UTF-8"; 2 | 3 | @import "presentation"; 4 | @import "deck_functionality"; 5 | @import "slide"; 6 | @import "heading"; 7 | @import "icons"; 8 | @import "content"; 9 | @import "print"; 10 | @import "object"; 11 | @import "animations"; 12 | @import "project"; -------------------------------------------------------------------------------- /flexbox/files/style.css: -------------------------------------------------------------------------------- 1 | style[contenteditable] { 2 | display: block; 3 | white-space: pre; 4 | font-size: 2rem; 5 | color: #666; 6 | font-family: monospace; 7 | } 8 | body {padding-top: 1.25em; font-family: georgia;} 9 | small, style { 10 | -webkit-user-modify: read-write-plaintext-only; } -------------------------------------------------------------------------------- /media/files/catsvg.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 |Resize window to change cats
12 | 13 |