HTML/CSS Templates

By toswebdev, 18 April, 2023

Description

If you have an input field on your website with a font size of fewer than 16 pixels, Safari on iPhone considers the text too small to read and automatically zooms in on the form field when the user taps on it.

The behavior is intended but it can deteriorate the expected user experience so it might be a good idea to disable this functionality and keep the zoom static while filling form controls.

By toswebdev, 3 January, 2023

What is confetti-falling animation? 

A confetti-falling animation effect is a visual display in which small pieces of paper or other material are made to fall or appear to fall from the top of a screen or display, simulating the effect of actual confetti falling. This type of animation can be used to add a festive or celebratory touch to a website, video, or other digital content.

By toswebdev, 12 December, 2022

In this article, we will build a JavaScript login form. We will create an animated login form using JavaScript. 

We will create this login form using HTML CSS & JavaScript. Using HTML we will create the layout of our login form. Using CSS we will style our design. And using JavaScript we will make our animation work.

By toswebdev, 6 December, 2022

The aria-* attributes are used to provide additional information about an HTML element, such as its role or state. If the values of these attributes do not match the element's actual role or state, it can cause confusion or accessibility issues. To fix this problem, you can update the values of the aria-* attributes to accurately reflect the role and state of the element.