Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Gradient Background</title>
    <link rel="stylesheet" href="style.css">
</head>
<body id="gradient">
        <h1>Background Generator</h1>
        <input class="color1" type="color" name="color1" value="#00ff00">
        <input class="color2" type="color" name="color2" value="#ffff00">
        <input type="color" class="color3" name="color3" value="#AF0066">
        <h2>Current CSS Backgrounds</h2>
        <h2>Deluxe edition </h2>
        <h3></h3>
  <button type="button" class="button" name="button">Copy to clipboard</button>
        <script type="text/javascript" src="script.js"></script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers