Saturday, 17 September 2022

Single DIV Pokeball

 MAKING SINGLE DIV ELEMENT POKEBALLHTML:<html>    <head></head>    <body>        <div></div>    </body>    <style>CSS: html{            background: #6CB3A9;     ...

Thursday, 16 June 2022

Interview Warmup By Google

 Interview WarmupBy    GoogleA quick way to prepare for your next interview. Practice key questions, get insights about your answers, and get more comfortable interviewing.A quick way to prepare for your next interview in :Project ManagementProject ManagementData AnalyticsE-CommerceIT SupportProject ManagementUX...

Sunday, 13 June 2021

Creating Android App Using HTML and CSS

Android Apps Using CordovaHello Friends !In this post I am going to show you how can any one create  Android apps just by using HTML ,CSS and JavaScript. For this we will use Apache Cordova.✔Apache Cordova:Cordova is an open-source mobile development framework. It allows you to use web technologies such as HTML5, CSS3,...

Sunday, 30 May 2021

Android App Interface HTML

 Android App InterfaceClick to see the OutputHTML: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. ...

Friday, 19 March 2021

INSTAGRAM LOGO CSS ART

INSTAGRAM LOGO CSS ARTCSS Instagram LogoHTML: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn...

Thursday, 15 October 2020

Making Cute CSS Skeleton

 Making Cute CSS SkeletonCute CSS SkeletonHTML: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. ...

Monday, 5 October 2020

Making AmongUS character using CSS

Among US CSS Among US CSSHTML: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about...

Thursday, 27 August 2020

CSS Boy Catching ButterFly

CSS Boy Catching Butterfly 🦋  CSS BOY  HTML: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...

Sunday, 9 August 2020

SIMPLE DARK MODE SWITCH

SIMPLE DARK MODE SWITCH Toggle Switch In this blog we are going to make a simple but attractive Dark Mode toggle switch via HTML Checkbox. This required only fundamental or basic knowledge of HTML , CSS and JavaScript. HTML: This file...

Monday, 15 June 2020

Making attractive CSS emotion showing BOT/ROBOT.

CSS ROBOT CSS ROBOT HTML: <html> <head>   <title>ROBOT</title> </head> <link href="https://fonts.googleapis.com/css2?family=Titan+One&display=swap" rel="stylesheet"> <body>   <div class="all">     <div class="bod">      ...