Skip to content

Commit

Permalink
fixing merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 23, 2022
2 parents 4c47649 + c710d1e commit dad6968
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<link rel="stylesheet" type="text/css" 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="#ff0000">
<h2>Current CSS Background</h2>
<h2>This is the Background</h2>
<h3></h3>
<script type="text/javascript" src="script.js"></script>
</body>
Expand Down

0 comments on commit dad6968

Please sign in to comment.