Created
December 17, 2022 22:17
-
-
Save FlynnOConnell/16dd5df7952232322c29e5faa601b585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "layout.html" %} | |
{% block css %} | |
<link rel="stylesheet" href="../static/css/style.css" /> | |
{% endblock %} | |
{% block content %} | |
<div id="belowtopnav" class="home" style="margin-left: 100px; padding-top: 5px;"> | |
<div id="main"> | |
<h1> | |
COLOR SELECTOR | |
<span class = "color_h1"> | |
: Pick a color to draw an image. | |
</span> | |
</h1> | |
{% include "color_slider.html" %} | |
</div> | |
</div> | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment