Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style>
.parent {
columns: 2;
}
input {
float: inline-start;
}
</style>
<div class="parent">
<input style="display: block" type="color">
</div>