Animated Expanding Button

Animated Expanding Button

In this article we will create an animated Expanding Button using HTML, CSS, and JS. Also Read - Create a cool 3D Game card in CSS HTML First, start with the HTML <div class="main-container"> <div class="btn-container"> <div class="expandable-button"> <div class="fill-block"></div> <div class="close-icon"> <div class="fas fa-times"></div> </div> <a class="expansion-item" href="https://twitter.com/unreal_ak"> <div class="expansion-content"> <div class="icon fab fa-twitter"></div> <div class="text">Twitter</div> </div></a ><a class="expansion-item" href="https://codepen.io/abh1nash"> <div class="expansion-content"> <div class="icon fab fa-codepen"></div> <div class="text">Codepen</div> </div></a ><a class="expansion-item" href="https://abhinash....

February 7, 2023 路 3 min 路 473 words 路 Govind Panchawat
Popup contact form using JQuery

Popup contact form using JQuery

Hello 馃憢 my fellow coders, In this post we will learn how to create a popup contact form for your website. Contact forms are a crucial element of any website, allowing users to get in touch with you. While there are many ways to create a contact form, using a popup form can be particularly effective. Also Read - 3D marquee effect using CSS In this post, we鈥檒l show you how to create a popup contact form using HTML, CSS, and jQuery....

January 10, 2023 路 3 min 路 431 words 路 Govind Panchawat
3D marquee effect using CSS

3D marquee effect using CSS

Hello 馃憢 my fellow developers. Today we will learn how to create a 3D marquee text effect using CSS. As a web developer, you know that adding animation to your website is an important way to engage visitors. Also Read - Beautiful animated search bar using CSS One way to do this is by using CSS to create eye-catching text effects. In this post, we鈥檒l explore how to create a 3D text marquee effect using CSS....

January 9, 2023 路 2 min 路 300 words 路 Govind Panchawat
Beautiful animated search bar using CSS

Beautiful animated search bar using CSS

As a web developer, you know that a search bar is essential to any website. It allows users to find the content they鈥檙e looking for and can be a powerful tool. But a plain, static search bar can be dull and uninviting. That鈥檚 where animated search bars come in. Also Read - Animated text using CSS By adding animations to your search bar, you can create a more engaging and appealing user experience....

January 8, 2023 路 3 min 路 522 words 路 Govind Panchawat
Animated text using CSS

Animated text using CSS

As a web developer, you know that CSS (Cascading Style Sheets) is a powerful tool for styling and animating web content. With CSS, you can change the color, size, and layout of HTML elements, as well as add transitions and animations to create dynamic and engaging websites. Also Read - Color picker in HTML easy way One of the most popular ways to use CSS is to animate text. By adding transitions and transformations with SVG to text elements, you can create eye-catching and attention-grabbing effects that will make your website stand out....

January 7, 2023 路 2 min 路 280 words 路 Govind Panchawat