DEV Community

Gianina Mason
Gianina Mason

Posted on

Today, I learned...

Today I learned how to create forms in HTML. I created a contact form and styled it using CSS so that the text area turns a snazzy shade of green when you click on the box to insert text using

input:focus {
    bachground-color: lightseagreen;
}
Enter fullscreen mode Exit fullscreen mode

This is a first for me and I'm very proud.

Contact Form

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.