• Email
  • Like
  • Save
  • Private Content
  • Embed
 

Mastering CSS3 gradients

by on May 27, 2011

  • 28,778 views

Screenshots from my talk "Mastering CSS3 Gradients". The HTML version of the slides with editable live demos is available at http://leaverou.me/css3-gradients/

Screenshots from my talk "Mastering CSS3 Gradients". The HTML version of the slides with editable live demos is available at http://leaverou.me/css3-gradients/

Accessibility

Categories

Upload Details

Uploaded via SlideShare as Adobe PDF

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

38 Embeds 3,599

http://www.webdirections.org 1614
http://feeds2.feedburner.com 485
http://blog.dreamcss.com 423
http://neoandrej.blogspot.com 266
http://lanyrd.com 239
http://leaverou.me 153
http://lea.verou.me 104
http://walllab.com 79
https://twitter.com 51
http://feeds.feedburner.com 37
http://barcelonista101.blogspot.com 25
http://localhost 17
http://www.linkedin.com 14
http://twitter.com 13
http://neoandrej.blogspot.ru 13
http://pinterest.com 9
http://127.0.0.1 6
http://barcelonista101.blogspot.com.es 5
http://webdirections.org 5
http://blog.pier51.com 4
http://core.traackr.com 4
url_unknown 4
http://jtsa.blackboard.com 4
http://flavors.me 3
http://translate.googleusercontent.com 3
http://www.neoandrej.blogspot.com 3
http://paper.li 3
http://www.csus.edu 2
http://clarinetsandco.com 2
http://webcache.googleusercontent.com 1
http://www.kouratoras.gr 1
http://131.253.14.66 1
http://barcelonista101.blogspot.mx 1
http://a0.twimg.com 1
https://si0.twimg.com 1
http://neoandrej.blogspot.co.uk 1
http://feedproxy.google.com 1
http://miclark 1

More...

Statistics

Likes
66
Downloads
833
Comments
4
Embed Views
3,599
Views on SlideShare
25,179
Total Views
28,778

14 of 4 previous next Post a comment

  • davidprattwebdesigner David Pratt Nice tutorial, a roundup of CSS3 gradients can be found on this dedicated mini site. Also covers the important fallback background-image for less up-to-date browsers. http://www.css3gradients.com 1 year ago
    Are you sure you want to
  • neoandrej Андрей Зюзиков, CEO at Мастерская фан-страниц Example in 110 slide doesnot work for me. 1 year ago
    Are you sure you want to
  • LeaVerou Lea Verou, Web designer & developer at Fresset Ltd You can't, at least not in a sane way. 1 year ago
    Are you sure you want to
  • alexsandro_xpt Alexsandro Pereira, Software Developer at Actcon Hi Lea,
    Making corner tricks at slide 74, how can I resolve that using -webkit-gradient(linear... ?

    I had a serious problem using that below:

    background:-moz-linear-gradient(45deg,transparent 0px, #d21a21 0) bottom left,-moz-linear-gradient(135deg,transparent 0px, #d21a21 0) bottom right,-moz-linear-gradient(232deg, transparent 9px, #da3e31 0) top right,-moz-linear-gradient(315deg,transparent 0px, #da3e31 0) top left;
    background:-webkit-gradient(linear, center top,center bottom, color-stop(0.5,transparent), color-stop(0.5,#d21a21)),-webkit-gradient(linear, right 0, 110 80, color-stop(0.1,transparent), color-stop(0.1,#da3e31));
    background:-webkit-linear-gradient(45deg,transparent 0px, #d21a21 0) bottom left,-webkit-linear-gradient(135deg,transparent 0px, #d21a21 0) bottom right,-webkit-linear-gradient(232deg, transparent 9px, #da3e31 0) top right,-webkit-linear-gradient(315deg,transparent 0px, #da3e31 0) top left;
    background:-o-linear-gradient(45deg,transparent 0px, #d21a21 0) bottom left,-o-linear-gradient(135deg,transparent 0px, #d21a21 0) bottom right,-o-linear-gradient(232deg, transparent 9px, #da3e31 0) top right,-o-linear-gradient(315deg,transparent 0px, #da3e31 0) top left;
    background:-ms-linear-gradient(45deg,transparent 0px, #d21a21 0) bottom left,-ms-linear-gradient(135deg,transparent 0px, #d21a21 0) bottom right,-ms-linear-gradient(232deg, transparent 9px, #da3e31 0) top right,-ms-linear-gradient(315deg,transparent 0px, #da3e31 0) top left;
    background:linear-gradient(45deg,transparent 0px, #d21a21 0) bottom left,linear-gradient(135deg,transparent 0px, #d21a21 0) bottom right,linear-gradient(232deg, transparent 9px, #da3e31 0) top right,linear-gradient(315deg,transparent 0px, #da3e31 0) top left;
    border-radius:5px;
    -moz-border-radius:5px;
    background-size:50%;
    -moz-background-size: 50%;
    background-repeat:no-repeat;
    }

    background-size:50% break my background:-webkit-gradient(linear, center...

    did you have any a idea?
    1 year ago
    Are you sure you want to
Post Comment
Edit your comment

Mastering CSS3 gradients Mastering CSS3 gradients Presentation Transcript