HTML/CSS
By Nishant
Last updated December 16, 2021
CSS Variable
CSS Variables can be declared in a CSS Selector to define the CSS Scope. For use Globally, we can use body selector or: root. The CSS Variable must be begun with dashes like (–), and CSS variable is case sensitive.
By DEEPANSHU BISHT
Last updated December 15, 2021
Flexbox and Grid
How you show your content can say a ton regarding you or your organization. Having pleasant content and realizing how to show it appropriately that your client can comprehend is truly significant.
Difference between SVG and HTML 5 Canvas
SVG and Canvas are used for creating or developing images and shapes. The developers use both SVG and Canvas to solve their purpose according to the requirements.
By DEEPANSHU BISHT
Last updated December 15, 2021
CSS Animations
Animation allows an element to gradually transition from one CSS style configuration to another. You can change the CSS properties as many times as you want. If you want to use CSS animations, you must first identify some keyframes for the animation, and you also need to decide that keyframes hold what styles the element will have at a given point in time.