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;
}
This is a first for me and I'm very proud.
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.