Posts

Showing posts from August, 2023

Wish Your Sister and friends Family HAPPY Raksha Bandhan Using Coding in HTML || CSS

Image
WHY AND WHEN GOING TO CELLEBRATE  In 2023, Raksha Bandhan is observed on August 30th , but it can also be celebrated on August 31 st due to Bhadra Kaal. This special day is about the strong bond between siblings, where sisters tie Rakhi threads on their brothers' wrists, symbolizing love and protection. Using HTML  & CSS SAVE file name index.html  (as your wish you can give) Code: <!DOCTYPE html> <html lang="en"> <head>    <meta charset="UTF-8">    <meta http-equiv="X-UA-Compatible" content="IE=edge">    <meta name="viewport" content="width=device-width, initial-scale=1.0">    <title>Raksha Bandhan Rakhi Design</title>    <link rel="stylesheet" href="style.css"> </head> <body>    <h3>Wish You A happy  </h3>    <h1>R       <div class="flower">          <div class="inner-most-part"></

How to create an animated Button using html & CSS

Image
How to create an animated Button using html & CSS   index.html <button class="glow-on-hover" type="button">HOVER ME, THEN CLICK ME!</button> style.css html, body {     margin: 0;     padding: 0;     width: 100%;     height: 100vh;     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     background: #000; } .glow-on-hover {     width: 220px;     height: 50px;     border: none;     outline: none;     color: #fff;     background: #111;     cursor: pointer;     position: relative;     z-index: 0;     border-radius: 10px; } .glow-on-hover:before {     content: '';     background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);     position: absolute;     top: -2px;     left:-2px;     background-size: 400%;     z-index: -1;     filter: blur(5px);     width: calc(100% + 4px);     height: calc(100% + 4px);     animation: glowing 20s linear infinite;

"Mastering Kali Linux: A Comprehensive Guide to Downloading and Installing the Powerful Penetration Testing Platform"

Image
                                     Introduction Kali Linux is a popular and powerful operating system used for ethical hacking, penetration testing, and other security-related tasks. It is based on Debian and provides a wide range of tools and utilities for security testing and analysis. Installing Kali Linux on your Windows computer is a straightforward process, and in this article, we will provide a step-by-step guide on how to download Kali Linux on Windows. Step 1: Download VirtualBox The first step in downloading Kali Linux on Windows is to download VirtualBox, which is a free and open-source virtualization software. VirtualBox allows you to run multiple operating systems on your computer simultaneously without the need for additional hardware. You can download VirtualBox from the official website, and it is available for Windows, macOS, and Linux. Step 2: Download Kali Linux ISO file After downloading VirtualBox, the next step is to download the Kali Linux ISO file. The ISO fil