This is an example of registration with a slider animation, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The form consists of sign-in and signup panels. The form can switch the panels using a slider effect, which has been implemented using the JavaScript methods. The JavaScript methods have also been used to create the validation on the password field. The font style and background image have been imported to the code with their URLs. The switching overlay panel is given a background color of #416893. The sign-in and signup panels are given the styles of background-color as whitesmoke, width as 400px, align-items as center, and text-align as center. The social media icons take a border effect as solid 1px grey, on hover. The panel title is displayed with a font size of 2rem. The cursor style for the input fields is set as pointer to get the hand cursor effect on the hover. The 'Submit' button takes a transform effect as scale(1.1), in the active mode. Source: https://codepen.io/southsound-dev/pen/yLOoPgJ
This is an example of a sliding signup/ sign-in form, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The form consists of two panels; one for signup and the other one for sign-in. The users are given the ability to switch between the panels by clicking on the button. The JavaScript methods have been used to implement the sliding functionality of the panels. The font style is imported to the code with its URL. The body of the form is given the styles of font-family as 'Teko', sans-serif, background color as #86235a, and align-items as center. The information container is given a box-shadow style as 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22). The panel content is displayed with the styles of font-size as 18px, font-weight as 100, line-height as 20px, and letter-spacing as 0.5px. The 'Sign in' button is displayed with a style set of border as 1px solid #f3f3f3, background color as #23bebe, font color as #fff, font-size as 12px, font-weight as bold, and text-transform as uppercase to automatically convert the text to uppercase. Source: https://codepen.io/zaidik/pen/wvMapoM
This is an example of a sliding signup and sign in form, designed using CSS, HTML, and Bootstrap framework 4. The form consists of two panels; one for signup and the other one for sign in. The users are given the ability to switch between the panels by clicking on the button. The background color of the form is set as #092525. The information container is given a box-shadow style as 0 15px 30px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2), and a background color as linear-gradient(to bottom, #efefef, #ccc). The overlay panel is given a background color as linear-gradient(to bottom right, #7FD625, #009345). The overlay container takes a transform style of translateX(-20%) when it's on left side and translateX(0), when it's on right side. The input text fields are given a background color as #eee, border bottom style as 1px solid #ddd, and a box-shadow style as inset 0 1px 2px rgba(0, 0, 0, 0.4), 0 -1px 1px #fff, 0 1px 0 #fff. The buttons are given a text-transform style as uppercase to automatically convert the text to uppercase, and takes a transform style of scale(0.9), in a focus event. Source: https://codepen.io/webnoobcodes/pen/qBWbwoJ
This is an example of a slide form for login and registration, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The users are given the ability to slide between panels. The sliding feature has been implemented using JavaScript methods. The font style and CSS styles have been imported to the code with their URLs. The body of the form is given a background color as #4d4d4d. The normal text has been displayed with the styles of font-family as 'Darker Grotesque', sans-serif, font-weight as 500, and font-size as 17px, whereas the bold text has been displayed with font-family as 'Montserrat', sans-serif, font-weight as 700, and font-size as 25px. The Welcome panel is given a background color as #2ecc71. The panel is given an animation style as .4s linear forwards, to create the sliding animation. The input text fields are given a border-bottom style as 1px solid lightgray. Source: https://www.bootdey.com/snippets/view/Bootstrap-accordion-Start-Templates#css
This is an example of a carousel slider testimonial, designed using CSS, HTML, and Bootstrap framework 4. The user images have been imported to the code with their URLs. The form consists of three carousel items. The body of the form is given a background color of RGB(44, 44, 44). The user clause is displayed with the styles of font-size as 14px, line-height as 20px, and font-weight as 500. The card header section is given a background color of #627482, whereas the card background color is set as #E6E7E9. The user name in the card is displayed with a font color of #333. The user image is given a width of 200px, border-radius as 50% to get the circle shape, and a box-shadow style of 3px 15px 20px rgba(0, 0, 0, 0.5). The carousel indicators have the styles of cursor as pointer, border-radius as 50%, height and width as 10px, opacity as 0.5, and background color as #333. Source: https://bbbootstrap.com/snippets/bootstrap-carousel-slider-testimonials-dots-32243700
This is an example of a half-page image slider with a dynamic navbar, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The webform consists of three slides with images. 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 slides and navigation items, in an orderly manner. The header title of the form is given a font-weight as light. The main navbar is given a padding-left style as 50px, and a padding-top style as 20px. The background images are imported to the code using the URLs. The font-family for the navbar is given as 'Source Serif Pro', serif. JavaScript functions have been used to implement the functionality of the slider. The .active class has been added to make the carousel visible. Source: https://bbbootstrap.com/snippets/half-page-image-slider-dynamic-navbar-74751043