Forgive me for asking such a simple question, I\'m new to both HTML and CSS. Is there an easy way to center a textarea? I figured I\'d just try using
textarea{
add display: block; to your textarea styles
display: block;