Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<head>
<title>Background Generator</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body id="gradient">
<h1>Background Generator</h1>
<body id="gradient" class="text-center">
<h1 class="display-3">Background Generator</h1>
<br><br>
<input type="color" class="color1" value="#ff0000">
<input type="color" class="color2" value="#ffff00">
<h2>Current CSS Style</h2>
<div style="height: 100px;"></div>
<h2 class="display-4">Current CSS Style</h2>
<h3></h3>
<script type="text/javascript" src="script.js"></script>
</body>
</html>
</html>