Skip to content

Commit 42f2cad

Browse files
committed
remove color picker from flashing example
1 parent e7532a7 commit 42f2cad

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Lesson05/assignment_solution/build/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</head>
88
<body>
99
<div style="position: 'fixed', top: 0, left: 0">
10-
<input type="color" id="color" name="head" value="#e66465">
1110
<input id="brightnessSlider" min="0.01" max="1" step="0.01" type="range"/>
1211
<button id="build">build</button>
1312
</div>

Lesson05/assignment_solution/src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</head>
88
<body>
99
<div style="position: 'fixed', top: 0, left: 0">
10-
<input type="color" id="color" name="head" value="#e66465">
1110
<input id="brightnessSlider" min="0.01" max="1" step="0.01" type="range"/>
1211
<button id="build">build</button>
1312
</div>

0 commit comments

Comments
 (0)