This is an example of a bootstrap service card layout with buttons, designed using CSS, HTML, and bootstrap 4 framework. The image and fonts are imported to the code with their URLs and media queries have been used to make the form responsive. The webform is given the styles of font-family as "Montserrat", sans-serif, background color of #8d97ad, and font-weight as 300. The h1 to h6 sections are given a color of #3e4555 and a font-weight of 500. The title of the card is given a line-height of 22px and a font-size of 18px. The background color of the form is set as #f4f8fa, whereas the View details button is given the styles of padding as 15px 45px, and font-size as 16px. The "Let's talk" button section of the card is given a linear gradient color of #2cdd9b, whereas the View details button has a background color of #2cdd9b and also the linear gradient color of that, for the browsers that support linear gradient colors. It changes its color to #1dc8cc, in a hover event.
This is an example of a bootstrap card view with pricing cards, designed using HTML, and CSS. Bootstrap fonts and styles are imported to the form with their URLs. The web form is given the styles of font-family as "Montserrat", sans-serif, background color of #8d97ad, and font-weight as 300. The h1 to h6 sections are given a color of #3e4555 and a font-weight of 500, whereas the subtitle is given the styles of color as #8d97ad, and line-height as 24px. Section titles are given a font-size of 18px and a line-height of 22px. The pricing box is given the styles of top as -20px, and font-size as 16px. The choose plan button is given the color #188ef4 and also the linear gradient color of that, for the browsers that support linear gradient colors. In a hover event, the color of the button switch between #188ef4 and #316ce8.
This is an example of a bootstrap pricing plan view, designed using CSS, HTML, and bootstrap framework 4. 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 in an orderly manner. Bootstrap fonts and images are imported to the form with their URLs. The web form is given the styles of font-family as "Montserrat", sans-serif, color as #8d97ad, font-weight as 300, background-size as cover, max-height as 530px, and margin-bottom as 250px. The h1 to h6 sections are given a color of #3e4555 and a font-weight of 500, whereas the subtitle is given the styles of color as #8d97ad, and line-height as 24px. The pricing text has the styles of font-size as 100px, font-weight as 400, line-height as 100px, and color as #263238. The buttons are given the color #2cdd9b and also the linear gradient color of that, for the browsers that support linear gradient colors. In a hover event, one button switches the color between #2cdd9b and #1dc8cc, while the other takes a fill effect of #2cdd9b.