CSS3 Gradient Generator

Discussion in 'HTML & Website Design' started by tkfanit, Jul 23, 2012.

  1. #1
    The Code

    The code sample updates live while you're adjusting your gradient.
    Your code was copied to your clipboard!





    background-image: linear-gradient(bottom, rgb(168,43,208) 48%); background-image: -o-linear-gradient(bottom, rgb(168,43,208) 48%); background-image: -moz-linear-gradient(bottom, rgb(168,43,208) 48%); background-image: -webkit-linear-gradient(bottom, rgb(168,43,208) 48%); background-image: -ms-linear-gradient(bottom, rgb(168,43,208) 48%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.48, rgb(168,43,208)) );
     
    tkfanit, Jul 23, 2012 IP
  2. tkfanit

    tkfanit Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    HTML5 examples can be really good inspiration for anyone starting a new web project, after all it is the future of web page markup and we all need to prepare for it. HTML5 is being developed as the next major revision of HTML (HyperText Markup Language). The major market and Internet leaders are already switching to the HTML 5 platform. With Apple and Google both pushing the standards in order to facilitate more advanced web development, we now see HTML 5 implementations popping up all over the place as more companies get on board with the advanced features. With the constant drop of Flash usage in web and Internet applications, HTML5 is opening new doors to web designers and developers. In this scenario, it is indeed imperative for every web developer to know about basic compatibility, features, tricks and tricks of HTML5. Here we present before you, a comprehensive list of more than 40 HTML5 examples, tutorials and techniques that you can’t afford to miss if you are a web developer.
     
    tkfanit, Jul 23, 2012 IP