DEV Community

Mohamed Ajmal
Mohamed Ajmal

Posted on

Facebook login page.

Create a static Facebook login page using a input type and Button in HTML and CSS for styling. I learned how to call google font API to embeded the HTML file and using CSS @fontface to apply styles to create a exact font.

The HTML element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent. The element is one of the most powerful and complex in all of HTML due to the sheer number of combinations of input types and attributes.

Fontface :The FontFace interface of the CSS Font Loading API represents a single usable font face.

This interface defines the source of a font face, either a URL to an external resource or a buffer, and font properties such as style, weight, and so on. For URL font sources it allows authors to trigger when the remote font is fetched and loaded, and to track loading status.

ref:https://developer.mozilla.org/en-US/docs/Web/API/FontFace

Login page code : https://gitlab.com/mohamedajmal222-group/frontend/-/blob/main/login.html?ref_type=heads

Top comments (0)