• Latest
  • Featured
This is an example of a carousel layout with a tabbed navigation feature, designed using Html, CSS, JavaScript, and Bootstrap framework 4. The form consists of the carousel feature and four navigation tabs. The product images, font, CSS, and Bootstrap styles are imported to the code with their URLs. JavaScript methods have been used to implement the functionality of the navigation tabs. The carousel caption is displayed using the styles of display as inline-block, font-family as 'Oswald', sans-serif, background color as rgba(0,0,0,0.9), font-size as 40px, and text-transform as uppercase to automatically convert the text to uppercase. The carousel content is displayed with the styles of background as background as #20b0b9, font-size as 20px, and font-weight as 300. Each navigation tab is given a title and a subtitle. The title of the navigation tab is displayed with the styles of display as block, font-family as 'Roboto', sans-serif, font-size as 110%, and text-transform as uppercase. The subtitle of the tab is displayed with a font-size of 85%. The tabs take the styles of font color as #fff, and background color as #20b0b9, in the active mode. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=carousel-with-tabbed-navigation
This is an example of a Facebook themed login form, designed using CSS, Html, and Bootstrap framework 4. The form consists of a login container, input text fields, 'Forgot Password' link, 'Login button', and 'Create an account' link. The font, CSS, and Bootstrap styles are imported to the code with their URLs. The body of the form is given the styles of font color as #646464, and background color as #e2e2e2. The Signup container is given the styles of font color as #fff, background color as #405e9e, and box-shadow style of 0px 2px 2px rgba(0, 0, 0, 0.3). The title of the form is displayed with the styles of font-size as 26px, font-weight as bold, and text-align as center. The input text fields are validated by making them required fields and given a border color as #dfdfdf. The 'Signup' button is given the styles of font-size as 15px, font-weight as bold, background color as #eeeeee, and font color as #646464. The button changes its background color to #e4e4e4, on hover, whereas the 'Forgot Password' link and 'Create an account' link take an underline effect. Source: https://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=facebook-theme-login-form
This is another example of a Signup form with icons, designed using Html, CSS, and Bootstrap framework 4. The form consists of a Signup container, input text fields, checkbox, and a "Signup' button. The images, font, CSS, and Bootstrap styles are imported to the code with their URLs. The body of the form is given a style set of font color as #999, background color as #f5f5f5, and font-family style as 'Roboto', sans-serif. The input text fields are given a border color of #e1e1e1, border-bottom style of 1px solid #e1e1e1, a font-size of 13px, and validated by making them required fields. The Signup container is given a background color of #fff, border style of 1px solid #f3f3f3, and a box-shadow style of 0px 2px 2px rgba(0, 0, 0, 0.3). The 'Signup' button is created as a primary type button and given the styles of font-size as 16px, font-weight as bold, and background color as #19aa8d. The button changes its color to #179b81, in hover and focus events. The 'Terms' and 'Privacy Policy' links are also set to take an underline effect in a hover event. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=elegant-sign-up-form-with-icons
This is an example of a stylish Signup form with icons, designed using CSS, Html, and Bootstrap framework 4. The form consists of input text fields, a checkbox, and a "Signup' button. The icons, font, CSS, and Bootstrap styles are imported to the code with the URL. The body of the form is given a style set of font color as #fff, background color as #19aa8d, and font-family style as 'Roboto', sans-serif. The input text fields are given a border color of #e1e1e1, and a font-size of 15px. The Signup container is given a background color of #fff, font color of #999, and a box-shadow style of 0px 2px 2px rgba(0, 0, 0, 0.3). The 'Signup' button is created as a primary type button and given the styles of font-size as 16px, font-weight as bold, and background color as #19aa8d. The button changes its color to #179b81, in hover and focus events. The 'Terms' and 'Privacy Policy' links are also set to take an underline effect in a hover event. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=sign-up-form-with-icons
This is an example of a Signup Form with a blue background, designed using CSS, Html, and Bootstrap framework 4. The font, CSS, and Bootstrap styles are imported to the code with the URL. The form consists of input text fields, a checkbox, and a "Signup' button. The body of the form is given the styles of font color as #fff, background color as #3598dc, and font-family as 'Roboto', sans-serif. The Signup container is given a background color of #fff, and a box-shadow style of 0px 2px 2px rgba(0, 0, 0, 0.3). The input text fields are given a height of 41px and a background color of #f2f2f2. The input fields change their background color to #e2e2e2, in a focus event. The user name and password fields are validated by making them required fields. The 'Signup' button is created as a primary type button and given the styles of font-size as 16px, font-weight as bold, and background color as #3598dc. The button changes its color to #2389cd, in hover, and focus events. The 'Terms' and 'Privacy Policy' links also take an underline effect in a hover event. Source: https://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=simple-sign-up-form-with-blue-background
This is an example of a stylish thumbnail carousel with content, designed using Html, CSS, and Bootstrap framework 4. The thumbnail images, font, bootstrap, and CSS styles are imported to the code with their URLs. The body of the form is given the styles of background color as #ebebeb, and font-family as "Open Sans", sans-serif. The carousel item is displayed using a font-family of 'Varela Round', sans-serif. The 'More' button in the carousel item is given a style set of font-size as 12px, text-transform as uppercase to automatically convert the text to uppercase, font-weight as bold, and background as #a177ff, which gets changed to #8c5bff on hover. The button text is displayed using a font-size of 14px, and a font-weight style as bold. The thumbnail wrapper is given a box-shadow style as 0px 2px 2px rgba(0,0,0,0.1). The thumbnail content is displayed with a font-size of 13px. The border-radius of the carousel indicators is set as 50% to get the circle shape. Source:https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=thumbnail-carousel-with-content
This is an example of another navbar, with an inline login form in a dropdown feature, designed using CSS, Html, and Bootstrap framework 4. The font, bootstrap, and CSS styles are imported to the code with their URLs, whereas media quarries have been used to increase the responsiveness of the form. The navbar consists of navigation items, a search bar, a dropdown list, and a login form in a dropdown. The login form consists of the user name and password input text fields, where the fields are validated as required fields. The body of the form is given a font family style as 'Open Sans', sans-serif. The input text fields are given a border color as #dfe3e8. The navbar is given a background color as #fff, and a border-bottom style as 1px solid #dfe3e8. The navbar items are given a font color of #999, which changes to #29c68c in a hover event and to #26bb84, in the active mode. Source: https://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=navbar-with-inline-login-form-in-dropdown