This is another example of a web form with an animated line chart with animations, designed using HTML, CSS, JavaScript and Bootstrap framework 4. JavaScript functions have been used to implement the chart. The background color of the form is set as #252429. The body of the form is given the styles of height as 100%, display as flex, flex-direction as column, align-items as center, justify-content as center, and width as 100%. The chart is given a style set of animation as fadeIn 600ms cubic-bezier(.57,.25,.65,1) 1 forwards, opacity as 0, max-width as 640px, and width as 100%. The chart color is set as a linear gradient color by combining rgba(255, 0,0, 0.5)'), rgba(255, 0, 0, 0.25)'), and rgba(255, 0, 0, 0)') colors. Chart labels have been defined as January, February, March, April, May, and June. The background color of the points is set as white. The styles for the tooltips is set as backgroundColor as 'rgba(0,0,0,0.3)', titleFontColor as 'red', caretSize as 5, cornerRadius as 2, xPadding as 10, and yPadding as 10. Source: https://codepen.io/grayghostvisuals/pen/gpROOz
This is a template of a bootstrap audio/ music player, designed using CSS, HTML, and JavaScript. The image has been added to the form with its image URLs imported to the code. The music file is also added with its URL imported to the code. JavaScript functions have been used to implement the audio player functions in the form. Several background styles have been added according to the browser type Chrome, Safari, Opera, etc. The card has been added with the styles of border-radius as 10px, and cursor as pointer to display the hand cursor. The play head has the styles of height and width as 8px, border-radius as 50px, and background as black.