In the evolving landscape of web design, CSS Cards stand out as a pivotal UI component, seamlessly bridging aesthetics with functionality. Often referred to as Styling Cards, Web Cards, or even Thumbnail Cards, they have become integral to modern Front-end Development. Originating from frameworks and design philosophies like Bootstrap and Material Design, CSS Cards encapsulate…
Color Selector, user be able to select multiple colors, as well as add their own custom colors. Developed using CSS, HTML and JavaScript. Demo and Download available.
404 error text effect with animated waves effects. developed using HTML, CSS and threejs framework.
Playing around with a custom dot cursor style using HTML, CSS and JavaScript. Demo and Download options available.
Simple animated loader develped using HTML, CSS and JavaScript. Demo and Download options available. Demo Download Author Kyle Brumm Created MARCH 26, 2017 License Open Compatible browsers Chrome, Firefox, Safari HTML Snippet <main class=”main container”> <div class=”col col–full”> <div class=”dot-loader”> <div class=”dot”></div> <div class=”dot”></div> <div class=”dot”></div> <div class=”dot”></div> <div class=”dot”></div> <div class=”dot”></div> <div class=”dot”></div> <div…
Fantastic work with some really creative CSS Cascading Splitting text effects animations when scrolling. Great Text effect done using both Splitting.js and ScrollOut plugins
Donuts mask css text rotation effects is developed using CSS only with transition and animation. Text effects demo and download options available.
Break Elements Into Particles using Disintegrate.js. This card explode demo is developed using Disintegrate.js. Demo and Download options available.
Colorful loading animation bar developed using CSS Effects and JavaScript. Demo and Download options available. Demo Download Author Comehope Created SEPTEMBER 14, 2018 License Open Compatible browsers Chrome, Firefox, Safari HTML Snippet <div class=”loader”></div> CSS Code body { margin: 0; height: 100vh; display: flex; align-items: center; justify-content: center; background-color: black; } .loader { width: 40em;…