This is an example of a bootstrap web form with a looping Instagram feed carousel, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images, fonts and bootstrap styles are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. Media queries have been used to increase the responsiveness of the form. The body of the form is given a style set of width as 100vw, height as 100vh, overflow as hidden, font-family as 'Dosis', sans-serif, background-color as black, and color as white. The autoplay mode, arrows, and center mode values are set as true in JavaScript with the autoplay speed set as 3000ms, and the slides to show value set as 5. A text-transform style for the indicator buttons is set as uppercase to automatically convert to uppercase with the cursor style set as pointer to get the hand cursor effect. The image item is given the styles of width as 100%, filter as blur(6px), transform effect as rotate(0) translate3d(0, 0, 0), and transition effect of filter 0.8s *2.
Source: https://codepen.io/martampoule/pen/oNgEzVz
This is an example of a bootstrap web form with a swiper slider, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images and bootstrap styles are imported to the code with their URLs, whereas the swiper feature had been implemented using JavaScript. The swiper is given the styles of background-size as cover, background-position as 50%, min-height as 80vh, display as flex, align-items as center, justify-content as center, and flex-direction as column. The pagination dots are given the styles of background-color as transparent, border as 2px solid #fff, border-radius as 50% to get the circle shape, width as 12px, height as 12px, and opacity as 1. When the dots are active, they take the background-color #fff. The swiper buttons are given the background color as rgba(0,0,0,.25). The loop value is set as true in JavaScript to run the swiper in a loop.
Source: https://codepen.io/shivam1192/pen/BayYQoP
This is an example of a bootstrap web form with a vertical carousel feature designed using Tweenmax JavaScript library, CSS, bootstrap framework 4 and HTML. The images and bootstrap styles are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. The body of the form is given a height and a width of 100%, a linear gradient background color as linear-gradient(180deg, #ffb253 0%, #f56259 100%). The card image has the styles of width as 53px, height as 53px, and border-radius as 50% to get the circle shape. The card content section is given the styles of width as 100%, max-width as 374px, margin-left as 26px, and font-family as "Open Sans",sans-serif. The card title has the styles of color as #4a4545, font-size as 16px, font-weight as 400, letter-spacing as -.18px, and line-height as 24px, whereas the content description is given the styles of color as #696d74, font-size as 15px, font-weight as 300, and line-height as 24px.The city is given a font color of #696d74, and a font-size of 11px with the text-transform style set as uppercase to automatically convert the text to uppercase.
Source: https://codepen.io/rahulsingha/pen/mdyXzzj
This is an example of a bootstrap web form with image carousel feature with indicator buttons, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images and bootstrap styles are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. The body of the form is given a height and a width value of 100%, whereas the carousel is given a height as 400px, top as 50%, and a transform effect of translateY(-50%). The indicator buttons are given a style set of position as fixed, left as 50%, transform as translateX (-50%), and bottom as 10px. The carousel items have been named separately and given styles accordingly. The hideLeft item is given a transform as translateY(50%) translateX(-50%), opacity as 0, and image width as 200px, prevLeftSecond is given transform as translateY(50%) translateX(-50%), opacity as .7, and image width as 200px, prev is given transform as translateY(50px) translateX(-50%), image width as 300px, selected is given transform as translateY(0px) translateX(-50%), next is given transform as translateY(50px) translateX(-50%), and image width as 300px, nextRightSecond is given transform as translateY(50%) translateX(-50%), opacity as .7, image width as 200px, and hideRight is given transform as translateY(50%) translateX(-50%), and image width as 200px.
Source: https://codepen.io/aminos92/pen/YzPeRLM
This is an example of a bootstrap web form with an image carousel feature, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images and bootstrap styles are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. The body of the form is given a background color of #eaeaea and height and width as 100%. The carousel is given a max-width and a max-height of 900px, and 550px. Carousel item image has the styles of width as 60%, height as 100%, align-self as flex-end, transform as translateX (100%), and transition as 0.6s all ease-in-out. The title of the item has the styles of margin as 15px 0 0 0, font-family as 'Playfair Display', serif, font-size as 44px, line-height as 45px, letter-spacing as 3px, font-weight as 700, color as #2C2C2C, transform as translateY(25%), and a transition of 0.6s all ease-in-out. The subtitle of the item is again given a style set of font-family as 'Open Sans', sans-serif, letter-spacing as 3px, font-size as 10px, text-transform as uppercase to automatically convert the text to uppercase, color as #7E7E7E, font-weight as 700, transform as translateY(25%), and transition as 0.4s all ease-in-out. The cursor style is set as pointer for the arrow button to get the hand cursor effect.
Source: https://codepen.io/Jpozo/pen/eYmMgPG
This is an example of a bootstrap web form with an OWL carousel feature with a cascading waterwheel effect, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images and bootstrap styles are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. Media queries have been used to increase the responsiveness of the form. The number of items per slide is defined as 5 in JavaScript with loop and center settings defined as true to get the carousel centered and move in a loop. The title of the card is given a style set of padding as 0px 15px, text-align as center, line-height as 26px, margin-top as 60px, font-size as 24px, and color as #fff. The background color of the carousel item is set as RGB(50,145,151), as well as its linear gradient color. The Play/Stop icon is given a style set of color as #fff, font-size as 20px, padding-top as 20px, text-align as center, and width as 60px. The carousel items are also given a transform effect of scale(0.7), and a transition effect of all .2s.
Source: https://codepen.io/ms-soniasilva/pen/PowRmaB