In this article, we are creating a dark mode interface using the prefer-color-scheme media query. The prefer-color-scheme is a new media query that is used… Read More
Tag Archives: CSS-Misc
In this article, we will create a full-screen search bar using CSS and JavaScript. We create a button and on clicking the button we will… Read More
Sometimes a webpage contains good contents for reading but the styling of the texts looks simple and straight, so it becomes boring for the readers… Read More
This article describes the approach to remove a global CSS file from a page. It can be used in scenarios where a template might have… Read More
A card is a flexible box containing some padding around the content. It includes the animation which displays only the useful information to the user.… Read More
Datatables is a modern jQuery plugin for adding interactive and advanced controls to HTML tables for our webpages. It is a simple and easy to… Read More
In this article, we will create a RGB color generator using HTML, CSS, and JavaScript. Using RGB color generator, we can construct all the colors… Read More
Given a HTML document containing some elements and the task is to display the clicked element. Approach: First we create a HTML document containing some… Read More
In this article, we will create a calendar using HTML, and CSS. First, we have to know a little about HTML. If someone does not… Read More
DataTables are modern jQuery plugin for adding interactive and advanced controls to HTML tables for our webpage. DataTable is a simple-to-use jQuery plug-in with many… Read More
The task is to create an Animated Search Box using HTML and CSS. The search bar is one of the most important components of the… Read More
The task is to generate a popup using jQuery. Popups are useful to splash important information to the visitors of a website. Approach: A simple… Read More
In this article, we will be explaining the steps and various logic required in making of the famous Pig Game, which is a virtual dice… Read More
In this article, we will create a Site Bookmark app using HTML, CSS, and JavaScript. This will help us to store links to our favorite… Read More
Given an HTML document with a table and the task is to create a Zebra Stripes table effect on the table using jQuery. Approach :… Read More