Custom Design Tutorial

How to Create a Custom Accordion Using HTML, CSS, and jQuery

A jQuery accordion is a user interface element that allows you to show and hide content in a vertical manner. It is a useful component for organizing and displaying a lot of information in a limited space. When one section of the ...

Updated on ... 15th March 2023
Continue reading...

Animating Circle and Square in the background with Mouse Move effect

In this tutorial, we will create some circles and squares with animation and we will also apply the mouse effect using a technique that combines CSS animation with JavaScript to create an interactive visual effect. In this techni...

Updated on ... 11th May 2023
Continue reading...

How to create accordion only using HTML no JavaScript required?

In this tutorial we will use HTML tags that are details and summary tags with the help of these two tags we can build accordion without using CSS or Javascript. The details and summary tags in HTML are used to create an intera...

Updated on ... 04th December 2023
Continue reading...