Form demo

These examples show how form elements can be used.

The tabs load lazily on mouseenter.

Log in form

Pure HTML/CSS validation demo. This shows that JavaScript is not necessary for validations. By utilizing standard browser features instead of custom JavaScript, web pages can be faster, use less resources and be more accessible.

Fake log in form

This is a fake form. Don't enter any real credentials. Any combination of email and password will work.

This is based on the following YouTube video by Kevin Powell, who has a great channel about HTML and CSS. Check it out!

Video: How is this possible with CSS only?!