# Render Shapes
Overview: Create a program that accepts some user input and renders a shape. The idea is that the user will type in circle, square, or rectangle into a form field and when they hit "Enter" the appropriate shape will render to the center of the screen.
- use HTML & CSS for the UI. See design below for details.
- use javascript and render functions to create fucntionality for the page.
- The form must clear when the user hits "Enter"
- All shapes must be centered on the page horizontally and veritcally
- The shapes must render as indivduals. They cannot exist on the page at the same time.

Alternate: Create a program that utilizes some call to action and render shapes. The idea is that the user will click a button a circles, squares, or rectangles will render to the center of the screen. See designs below.
Bonus: add another call to action the will remove the shapes and render an empty container.


