LOADER with HTM and CSS, html css, html css tutorial for beginners, html css full course,
@# Create CSS Loader with HTML and CSS #@
Creating a Loader using HTML and CSS is a great way.Here's a step-by-step guide on how to make a Loader.
Yahaan diya gaya HTML structure ek loading animation ko define karta hai jisme dots aur ek text "Loading..." shamil hai. Explanation div class="pl": Yeh main container hai jo sabhi dots aur loading text ko hold karta hai. div class="pl__dot": Yeh ek individual dot ko define karta hai. Multiple dots ko same class ke sath banaya gaya hai. div class="pl__text"लोड हो रहा है…: Yeh text hai jo loading message ko display karta hai.
CSS Styles .pl: Main container ke liye styling, jisme dots aur text vertically center aligned hain. .pl__dot: Dots ke liye styling, jisme size, background color aur animation define ki gayi hai. .pl__text: Loading text ke liye styling, jisme margin, font size aur font family set ki gayi hai. @keyframes pl__bounce: Animation define karta hai jo dots ko upar niche bounce karne ki effect deta hai.
Output
Comments
Post a Comment