This is an example of a web form with a responsive and animated line chart, designed using HTML, JavaScript and Bootstrap framework 4. JavaScript functions have been used to implement the chart with the Chart.js library imported to the code with its URL. Chart labels have been defined as January, February, March, April, May, June, and July. Three datasets have been defined with separate background colors as rgba(151,187,205,0.5) for dataset 1, rgba(151,187,205,0.5) for dataset 2, and rgba(220,220,220,0.5) for dataset 3. The responsive option is set as true to optimize the chart's layout for different screen sizes through the dynamic insertion and removal of columns. The chart can be randomized by clicking on the Randomize button which dynamically adds data to the datasets array. The method myBar.update() refreshes and updates the chart after dynamically changing it.
Source: https://codepen.io/chriswatts90/pen/yayoBg
This is another example of a web form with responsive and animated pie charts, designed using HTML, CSS, JavaScript 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. Media queries have been used to increase the responsiveness of the form. Javascript functions with createPieCharts() have been used to create and implement the pie charts. The body of the form is given a style set of font-family as "Open Sans", Arial, background as #EEE, text-align as center, and font-weight as 300. Three pie charts have been created as Micro-skills, Categories, and Operations. The chart legend section is given the styles of background as #FFF, padding as 0.75em 0.75em 0.05em, font-size as 13px, box-shadow as 1px 1px 0 #DDD, 2px 2px 0 #BBB, text-align as left, and width as 65%. The list items are given the styles of height as 1.25em, margin-bottom as 0.7em, padding-left as 0.5em, border-left as 1.25em solid black em, and font-style as normal.
Source: https://codepen.io/MaciejCaputa/pen/VjVpRZ
This is an example of a web form with appear animations, designed using HTML, CSS, and Bootstrap framework 4. The colors are pre-defined as variables which are b: #5aa8e8, b-rgba: rgba(108,90,232,0.25), b-skills: #5E95E8, and w: #fff. The transitions are defined as tr01: all .5s ease-in-out, and bezier: cubic-bezier(.17,.67,0,1). The bar values are also defined according to the percentage values. The body of the form is given a style set of background color as #5aa8e8, font-size as 100%, and font-family as sans-serif. The width for the 1st and 2nd bars is given as 90% with the 2nd bar having an animation-delay of 0.05s. The 3rd bar is given a width of 80% with an animation-delay of 0.1s. The 4th bar has a width of 70% with a delay of 0.15s. The 5th bar has a width of 75% with an animation-delay of 0.2s. The 6th bar has a width of 60% with a delay of 0.25s, whereas the 7th bar has a width of 80% with a delay of 0.3s. The 8th bar is given a width of 75% with an animation-delay of 0.35s.
Source: https://codepen.io/Chaaampy/pen/mwvpGE
This is another example of a bootstrap footer template with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The icons are imported to the code with their URLs. 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. The footer is given a style set of padding as 60px 0, width as 100%, background as #3B008D, and color as #fff. The column title has the styles of color as #fff, font-size as 24px, font-weight as 600, margin-top as 5px, margin-bottom as 20px, and border-bottom as 1px solid #4e4e4e. The list items are given the styles of padding as 10px 0, border-bottom as 1px solid #404040, color as #fff, and transition as color 0.5s ease-in-out. The social media icons are given the styles of width and height as 40px, font-size as 16px, border as 1px solid #404040, border-radius as 50px to get the circle shape font color as #fff, line-height as 1, and transition as background 0.3s ease-in-out. Both list items and social media items take the background color of #ff304d, in a hover event.
Source: https://codepen.io/hasib_technobari/pen/QmNxwy
This is an example of a bootstrap footer template with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The icons are imported to the code with their URLs. 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. Media queries have been used to increase the responsiveness of the form. The footer section has the styles of background-color as #3c3d41, padding as 60px 40px, font color as rgba(255,255,255,1.00), margin-bottom as 20px, border-bottom-right-radius as 6px, border-top-left-radius as 0px, and border-bottom-left-radius as 6px. The content section has the styles of font-size as 12px, and font-color as rgba(255,255,255,0.70), whereas the Menu list items are given the styles of color as rgba(255,255,255,1.00), font-weight as bold, and text-transform as uppercase to convert the text to uppercase. The list items take the color of rgba(255,255,255,0.80), in a hover event.
Source: https://codepen.io/nonelittlesong/pen/dLQVeJ
This is an example of another bootstrap footer template with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The icons and the background image are imported to the code with their URLs. 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. The form is given a background color as #222, and font color as #fff. The font-weight for the column title is set as Bold, whereas the list items are given a font color as #ccc. The social media icons have the styles of height and width as 35px, border-radius as 50% to get the circle shape, line-height as 35px, and color as #fff. The icons are given different background colors as #3a5a95, #57aced, #dd4f43, and #6b27b2, which changes to #0141a2, in a hover event with a transform value of rotate(360deg).
Source: https://codepen.io/aleksandrkarpuk/pen/zXQBdY