• Latest
  • Featured
This is an example of a simple signup form designed using HTML, CSS, and Bootstrap framework 4. The form consists of input fields and a signup button. The body of the form is given a background-color of #000, whereas the signup card is given the styles of background-color as #fff, padding as 45px, and border-radius as 1px. The title of the signup card is given a font-size of 36px, and a letter-spacing of 0.08em. The input fields are given the styles of font-size as 16px, padding as 10px 15px, color as #555, background-color as #fff, and border-radius as 3px. The signup button has the styles of background as #44c5ee, padding as 10px 28px, border as 2px solid #44c5ee, color as #fff, border-radius as 50px to get the oval shape, font-weight as 700, letter-spacing as 0.08em, and transition as 0.5s all. The button changes its background color to #fff, and font color to #496174, in a hover event. Source: https://bbbootstrap.com/snippets/simple-signup-form-animation-button-39008712
This is an example of an animated signup/login form with a rotate animation, designed using CSS, HTML, and Bootstrap framework 4. The background image is imported to the code with its URL. The body of the form is given the styles of color as #6a6f8c, background as #c8c8c8, and font as 600 16px/18px 'Open Sans', sans-serif. The users can switch between the login and signup forms by clicking on the tabs and the section appears with a rotate animation. To hide one section from another while on active mode, the value of backface-visibility is set as hidden. The two sections are given a transform value as rotateY(180deg) to implement the animation. The section titles are given a text-transform style as uppercase to automatically convert the text to uppercase. The input fields text is given the styles of font color as #aaa, and font-size as 12px. In a focus event, the background of the input fields gets changed to #fff. Source: https://bbbootstrap.com/snippets/animated-login-and-sign-up-form-59406852
This is an example of a Bootstrap Signup form, designed using HTML, CSS, and Bootstrap framework 4. The signup card has the styles of margin-bottom as 30px, box-shadow as 0 2px 3px rgba(0, 0, 0, 0.03), and transition as .5, whereas the body is given a background color of #f9f9fa. The card title is given a font-size as 15px, font-family as Roboto, sans-serif, font-weight as 300, line-height as 1.5, padding as 15px 20px, and border-bottom as 1px solid rgba(77, 82, 89, 0.07). The input fields are given a border color of #ebebeb, font-size as 14px, and a font color as #8b95a5. The signup button is given a background color of #33cabb, whereas the button font is given the styles of font-size as 12px, and a text-transform style as uppercase to automatically convert the text to uppercase. It is also given a cursor style as pointer to get the hand cursor effect on a hover event. The button changes its background color to #52d3c7, in a hover event. Source: https://bbbootstrap.com/snippets/signup-form-32039614
This is an example of a login page with Google, and Facebook logins, designed using HTML, CSS, and Bootstrap framework 4. The form consists of buttons and checkboxes. The form wrapper is given the styles of border-bottom as 1px solid #e4e4e4, background as #fff, and padding as 50px. The login buttons are given the styles of color as #fff, width as 100%, height as 50px, padding as 6px 25px, line-height as 36px, margin-bottom as 20px, text-align as left, border-radius as 5px, background as #4385f5, font-size as 16px, and border as 1px solid #4385f5. The Login with Google button is given a background color as #db4c3e, and a border of 1px solid #db4c3e. The input fields have the styles of font-size as 14px, line-height as 24px, border as 1px solid #fafafa, border-radius as 3px, and font-family as 'Roboto'. The input fields take a border style of 1px solid #4285f4 in a focus event. The login button takes a background color of #2c6ad4, and the Google button takes the color of #bd4033, in a hover event. Source: https://bbbootstrap.com/snippets/login-using-facebook-and-google-plus-40154529#
This is an example of a Poll layout, designed using CSS, HTML, and Bootstrap framework 4. Bootstrap and CSS styles are imported to the code with their URLs along with the icons. The concept of Lists has been used with UL and LI components. UL element has been used with the child elements of LI to display the poll rows in an orderly manner. The layout consists of primary type buttons and checkboxes. The poll details are displayed in three tables. Each table has checkboxes to select and buttons to vote. The values of the checkboxes are defined in the HTML. The body of the form is given a margin-top as 20px. The poll sections are given a display type as block. Source: https://bootsnipp.com/snippets/92jm
This is an example of an email inbox layout, designed using HTML, CSS, and Bootstrap framework 4. The CSS and Bootstrap styles are imported to the code with their URLs. The concept of Lists has been used with UL and LI components. UL element has been used with the child elements of LI to display the details, section wise, or in an orderly manner. The body of the form is given a margin-top of 50px, whereas the checkboxes are given a margin-top of 2px. The buttons take a background color of #FFBC00, on top of their original background color, in a hover event. The content section is given a font color of #222, and background-color of #F3F3F3. Email title is given the styles of color as #15C, font-weight as bold, and font-size as 110%, whereas the URL is given a font color of #093. Source: https://bootsnipp.com/snippets/Vv2b
This is an example of a Pricing Table designed using HTML, CSS, and Bootstrap framework 4. CSS and Bootstrap styles are imported to the code with their URL, whereas the media quarries are used to increase the responsiveness of the form. The pricing details are displayed in three separate tables and the styles for the tables are given separately. The body of the form is given the styles of background as #eef0f1, color as #777, font-size as 13px, font-family as 'Roboto', 'Open Sans', Arial, sans-serif, and font-weight as 300. The header of the form is given a font-size of 24px. The concept of Lists has been used with UL and LI components. UL element has been used with the child elements of LI to display the child elements of the tables, in an orderly manner. The button is given a cursor style as pointer to get the hand cursor effect. Source: https://codepen.io/wong2587/pen/ydapc
This is an example of a simple web signup form, designed using HTML, CSS, and Bootstrap framework 4. The CSS and Bootstrap styles are imported to the code with their URLs. The color graph section is given a background color of #c4e17f, and a border radius of 5px. It is given a linear gradient background image of linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4). The form is given two primary type buttons to Register and Sign in. The text areas of the input fields are given the value True to hide the default text, when in active mode. Source: https://codepen.io/Stanssongs/pen/pJxAG