• Latest
  • Featured
This is another example of a login/ registration form with a slider effect, designed using CSS, HTML, and Bootstrap framework 4. The font style is imported to the code with its URL. The form consists of two panels to sign in and signup and is given the ability to switch the panels upon clicking on the buttons. The body of the form is given the background color as #f0f4f3, and font-family as 'Roboto', sans-serif. The 'Signup' and 'Sign in' buttons are given the styles of border as 1px solid #fff, font color as #fff, font-size as 11px, font-weight as 500, letter-spacing as1px, and text-transform style as uppercase to convert the characters of the text to uppercase. The background color of the switching panel is set as #3aa7b1. The 'Sign in' button is given a background color as #3aa7b1, whereas the 'Signup' button is given the color #3aaf9f. Source: https://codepen.io/wpcoder/pen/vVBKNz
This is another sign in/ sign up form with a flipping animation, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The flipping function takes place upon clicking on the 'Sign in' and 'Signup' buttons, which is implemented using JavaScript methods. The font style has been imported to the code with its URL. The background color of the form is set as #444. The input text fields are given a background color as #DDD and a border style as 1.5px solid #DDD. The fields take a border effect as 1.5px solid black, in a hover event. The 'Sign in' button is given the styles of cursor style as pointer to get the hand cursor effect on hover, width as 140px, font color as whitesmoke, background color as #DDD, font-family as 'Raleway', and text-transform as uppercase to automatically convert the characters into uppercase. The button takes the background color of #222, and font color of whitesmoke, in a hover event. The flipping animation of the form is created by giving it's a transform effect of rotateY(180deg). Source: https://codepen.io/hanumaukkadapu/pen/eaOJEw
This is an example of a registration form layout with a reset button, designed using CSS, HTML, and Bootstrap framework 4. The media quarries have been used to enhance the responsiveness of the form. The font styles have been imported to the code with their URLs. The container is given a border style as solid 1px #d2d2d2, width as 700px, background-color as #6B4226, and font color as #ffffff. The title of the header section is displayed with the styles of font-family as 'Voltaire', sans-serif, font-size as 22px, background-color as #336699, and font color as #ffffff. The input text filed labels are given the styles of width as 120px, text-align as right, font-size as 22px, and font-family as 'Voltaire', sans-serif. The 'Reset' button is given the styles of font-size as 22px, background-color as #336699, font color as #ffffff, border-width as1px, border-color as #333333, height as 50px, and width as 120px, and border-bottom-right-radius as 50px to gets the curvy shape. The input text field take the box shadow style of #33FF66 0 0px 8px, in a focus event. Source: https://codepen.io/MBM/pen/osBqC
This is another simple registration form, designed using CSS, HTML, and Bootstrap framework 4. The form consists of input text fields and a 'Register' button. The body of the form is given the styles of background-color as RGB(29, 31, 32)., border as solid 1px grey, font color as whitesmoke, font-family as 'Roboto', sans-serif, and font-weight as 300. The title of the form is given a border-bottom style as solid 1px grey as well as the input text fields set. The input text fields are given a style set of background-color as RGB(29, 31, 32), border-bottom as dashed 1px #336633, and color as white. The 'Register' button is given a style set of background-color as #336633, border as solid 1px grey, font color as whitesmoke, and cursor style as pointer to get the hand cursor effect on hover. The button changes its background-color to #338833, and the font color to white, in a hover event. Source: https://codepen.io/bUKaneer/pen/xGqgrW
This is an example of a stylish registration form screen, designed using CSS, HTML, and Bootstrap framework 4. The form consists of the input text fields and the 'Proceed' button. The style sheet and the font style has been imported to the code. The body of the form is given a background color as #F7D4B8. The registration card is given the styles of height as 450px, width as 190px, background-color as #232E42, font color as #858993, font-family as "Roboto", sans-serif, letter-spacing as 2px, and box-shadow as 0 10px 20px 0 rgba(0, 0, 0, 0.11). The title of the card is displayed with a font-weight of 300, and a font-size of 1em. The text field labels are given a style set of text-transform as uppercase automatically convert all the characters to uppercase, color as #F7D4B8, font-size as .5em, font-weight as 400, and letter-spacing as 1px,, whereas the text fields are given the styles of background as transparent, border-bottom as 1px solid rgba(255, 255, 255, 0.11), font color as #858993, font-weight as 300, letter-spacing as 1.2px, and font-size as .8em. The input text, take the border bottom style as 1px solid #F7D4B8, and font color of #05CFDE, in a hover event. Source: https://codepen.io/kurtlopez/pen/gGZRBq
This an example of a registration form, designed using CSS, HTML, and Bootstrap framework 4. The background image has been imported to the code with its URL. The form consists of input text fields, radio buttons, a drop-down list, and a 'Register' button. The container is given the styles of width as 800px, background-color as RGB(0,0,0,0.6), color as #ffffff, and text-align as center. Each element of the form is given different styles. The name is displayed with a font-size of 18px, and a font-weight of 700. The First Name and Last Name labels are given a font size as 14px, and a text transform style as Capitalize to make each letter of the word capital. The company, email, phone, and subject labels are displayed with a font size of 16px, and font color of #555. The 'Register' button is given a background color as #3BAF9F, text-align as center, border style as 2px solid #366473, font color as white, and cursor style as pointer to get the hand cursor on hover. The background color of the button gets changed to #5390F5, in a hover event. Source: https://codepen.io/beaskew88/pen/wvWXwLp
This is another example of a login page with the toggle panels, designed using CSS, JavaScript, HTML, and Bootstrap framework 4. The form is given two panels for sign in and sign up, and given the ability to toggle between the layers upon clicking on the buttons. The font style has been imported to the code with its URL. The JavaScript methods have been used to implement the functionality of the toggle layer. The body of the form is given the styles of align-items as center, font-family as 'Montserrat', sans-serif, font-size as 12px, background-color as #EDF2F0, and color as #B4B4B4. The main container is given a width as 1000px, height as 600px, and a background color as #FDFDFD. The switch panel is given a height as 100%, width as 400px, and the background color as linear-gradient(45deg, #44b390, #34A89A). The input text fields are displayed with the styles of width as 350px, height as 40px, font-size as 13px, letter-spacing as .15px, font-family as 'Montserrat', sans-serif; font color as #B4B4B4, and background-color as #F2F7F5. The button takes a transform effect as scale(1.015) in a hover event, and scale(0.9) in a focus event. Source: https://codepen.io/ricardoolivaalonso/pen/gOaRMww

Login Form

4.3.1
This is another example of a stylish sign in/ sign up form, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The JavaScript methods have been used to create dynamic HTML content. The background image and the font styles have been imported to the code with their URLs. The body of the form is given the background color of #E3E3E3. The users are given the ability to switch between the sign up/ and sign in panels. The title of the panels is displayed with the styles of font-family: 'Noto Serif', serif, font-size as 26px, and letter-spacing as 1px. The social media icons are given a border style as 1px solid #dd8d38, and font color as #dd8d38. In a hover event, the icons take the background color of #dd8d38 and the font color as white. The sign in and signup forms are given a box-shadow style as 0px 0px 38px 22px rgba(0,0,0,0.14). The 'Sign in' button is given a background color as #dd8d38, which gets changed to white in a hover event. The input text fields also take a border style of #dd8d38, on hover. Source: https://codepen.io/Darjan_Gardinovacki/pen/gNYEqe