Diksha Patro

Diksha Patro

99 Articles Published

Articles by Diksha Patro

99 articles

How to Create Wave Background using CSS?

Diksha Patro
Diksha Patro
Updated on 13-Nov-2024 5K+ Views

To create wave background using CSS, is a popular technique used to add a unique and dynamic visual element to web pages. We will be understanding two different approaches to create wave background using CSS. In this article, we are having a blank webpage and our task is to create wave background using CSS. Approaches to Create Wave Background Here is a list of approaches to create wave background using CSS which we will be discussing in this article with stepwise explaination and complete example codes. Wave Background Using SVG Wave ...

Read More

How to add multiple font files for the same font using CSS?

Diksha Patro
Diksha Patro
Updated on 11-Nov-2024 13K+ Views

To add multiple font files for the same font using CSS, is essential to display your webpage correctly across all devices. For this purpose it is important to include multiple font files for the same font. In this article, we will be understanding two different approaches to add multiple font files for the same font using CSS. Approaches to Add Multiple Font Files for Same Font Here is a list of approaches to add multiple font files for the same font using CSS which we will be discussing in this article with stepwise explaination and complete example codes. ...

Read More

How to add Full-Screen Background Video using Tailwind CSS?

Diksha Patro
Diksha Patro
Updated on 25-Oct-2024 7K+ Views

To add full-screen background video using Tailwind CSS, we will be learning about various tailwind classes. Adding a full-screen background video to your webpage can be a great way to enhance the user experience and add visual interest to your website. In this article, we will be understanding how to add full-screen background video using Tailwind CSS to your webpage. Steps to Add Full-Screen Background Video We will be following below mentioned steps to add full-screen background video using Tailwind CSS. In the head section, we have used a link tag to load the compiled ...

Read More

How to darken an Image using CSS?

Diksha Patro
Diksha Patro
Updated on 04-Sep-2024 21K+ Views

To darken an image using CSS, we will be discussing three different approaches. In this article, we will understand how to apply a darkening effect to an image using CSS properties and methods such as overlaying a semi-transparent layer. We are having an image in this article, our task is to darken the image using CSS. We will be displaying the image before and after darkening. Approaches to Darken an Image Using CSS Here is a list of approaches to darken an image using CSS which we will be discussing in this article with stepwise explaination and complete example codes. ...

Read More

How to add Flash content within a webpage in HTML?

Diksha Patro
Diksha Patro
Updated on 22-Nov-2023 3K+ Views

Introduction In this article, we will show you how to add Flash content within a webpage using HTML. Flash content is a type of multimedia that can be used to add interactive elements such as videos, games, and animations to a webpage. However, Flash is now considered outdated technology and not recommended to use in modern web development due to security and accessibility concerns. It is recommended to use other technologies like HTML5, CSS, and JavaScript for adding multimedia content to web pages Approaches The approaches that we will be discussing to implement this are as follows − Using ...

Read More

How to align an item to the flex-end in the container using CSS ?

Diksha Patro
Diksha Patro
Updated on 09-Nov-2023 2K+ Views

In CSS, the use of aligning items to the flex-end in a container using CSS is to position the items at the end of the container's main axis. This allows for more precise control over the layout of the items within the container, such as aligning items to the bottom of a header or the right side of a navigation bar. Additionally, aligning items to the flex-end can improve the overall visual design and user experience of the website or application by creating a clean and organized layout. Approaches We have three different approaches for aligning the item baseline ...

Read More

How to rebuild Docker container on file changes?

Diksha Patro
Diksha Patro
Updated on 06-Sep-2023 59K+ Views

Docker is a widely used containerization solution that allows programmers to easily package and distribute software in a lightweight and portable manner. The capability of rebuilding a container once modifications are made to its files is one of Docker's key features. This can be very helpful for a number of things, like making sure that code changes are appropriately reflected in a development environment or that code updates are always reflected in a containerized application. In this article, we will go into Docker's crucial feature and examine how it may be used to rebuild a container when files are changed. ...

Read More

Multilevel Feedback Queue Scheduling (MLFQ) CPU Scheduling

Diksha Patro
Diksha Patro
Updated on 26-Jul-2023 4K+ Views

Introduction MLFQ Programming is an instance of CPU scheduling technique that works through preserving several queues based on priority, each with a distinct time quantum. The delay period of those with greater importance queues is shorter, whereas the duration period of the ones with lower importance holds is longer. When a fresh procedure emerges, it is assigned to the top of the importance queue. The timer for the CPU chooses the most significant operation from the most important queue and allocates the processing power to it. The procedure is permitted to continue for a set amount of time or ...

Read More

MS-DOS Operating System

Diksha Patro
Diksha Patro
Updated on 26-Jul-2023 3K+ Views

Introduction MS-DOS (which stands for Microsoft Disc Operating Systems) is a Microsoft developed OS. This came out initially in 1981 and quickly became the preferred OS over IBM-compatible desktop computers in the decades that followed. Microsoft's DOS is an interface for the command line (CLI) OS, which means it lacks the visual user interface (GUI) found in modern OSes like Microsoft Windows or Mac OS. Clients communicate with the OS instead by entering instructions into an administrative prompt MS-DOS was intended to serve as a simple and efficient computer operating system capable of running on cheap-powered hardware. It included basic ...

Read More

Move cmd command

Diksha Patro
Diksha Patro
Updated on 26-Jul-2023 3K+ Views

Introduction The "move" control in Microsoft Windows the Command Prompt can be helpful for moving archives or files from a single spot to a different one. This serves as a simple yet strong control that is able to be utilized to organize and handle your documents and folders as well. The basic syntax associated with the "move" control is the command itself accompanied by the location of the source record or database as well as the location of the new record or directory. The point of origin is the document or database you desire to relocate, as well as the ...

Read More
Showing 1–10 of 99 articles
« Prev 1 2 3 4 5 10 Next »
Advertisements