Last updated on August 26th, 2022 at 07:54 amIn this tutorial we are going to take a deeper look on creating a Shaking login form using jQuery (Similar To WordPress Admin Page Login Form Buzzing or Vibrating). Create HTML Form Add Style Load jQuery Add animation Add button Create HTML Form The very first step […]
Category: Css (Page 3 of 4)

Beautiful Christmas countdown timer with CSS download
Last updated on November 11th, 2024 at 10:53 amThis code sets up a countdown to December 25 of the current year and dynamically displays the remaining time in a formatted layout (days, hours, minutes, seconds) within an element with the class time. It also displays the current year in an element with the ID year. […]

How to create simple dropdown menu using CSS
Last updated on November 11th, 2022 at 12:37 pmIn this tutorial we are going to focus on creating a dropdown menu for your website without much complexity. Just using basic HTML attributes along with some CSS to style the menu. All we have to implement is the dropdown logic using CSS display:block . Check it […]

How to change font size using PHP
Last updated on November 8th, 2024 at 12:48 pmDynamically adjust the text or font size on your website using PHP. The logic for switching text sizes is outlined below. You may have noticed various websites offering the ability to modify text size in real-time and wondered how this functionality is implemented. The following code illustrates […]