Posts

Showing posts with the label HTML5

How to create Instagram Icon in HTML & CSS3

 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Instagram Icon in CSS3</title> <style type="text/css"> *{ margin:0; padding:0; box-sizing:border-box; } body { height:100vh; display:grid; place-items:center; background-color:#000000; } .IG { width:45px; height:45px; background:transparent; border-radius:12px; border:3px solid aqua; display:flex; justify-content:center; align-items:center; position:relative; cursor:pointer; } .IG:before{ content:""; height:13px; width:13px; border-radius:50%; border:3px solid aqua; } .IG:after{ content:""; position:absolute; top:5px; right:6px; border-radius:50%; border:2px solid aqua; } </style> </head> <body> <div class="IG"></div> </a> </body> </html>

Code Card

* { padding: 0 ; margin: 0 ; box-sizing: border-box ; }

How to used Tailwindcss CDN link in your project with Example

Tailwind CSS Background Colour How to used Tailwind CSS:- Example:- <div class="bg-blue-700"></div> 100 200 300 400 500 600 700 800 900

Voice assistant Alpha

Voice Assistant in JavaScript Alpha Hey ! I Am A Virtual Assistant Talk
Mickey Mouse 🐭 using CSS mickey mouse
Colourful Animation Rain

Message box Chat app UI Design

Image
Message Ashish Kumar Online Today Hello bro what's up ? 09:30 P.M nothing bro !!! 09:30 P.M
Ambient Light Effect
Image
Tic Tac Toe MyTicTacToe.com Welcome to Tic Tac MyTicTacToe Turn for X Reset

Covid19 Update

COVID-19 Update {{title}} Coronavirus disease (COVID-19) is an infectious disease caused by the SARS-CoV-2 virus. Most people who fall sick with COVID-19 will experience mild to moderate symptoms and recover without special treatment. However, some will become seriously ill and require medical attention. Confirm Cases {{all_data.confirmed.value}} Deaths Cases {{all_data.deaths.value}} {{c}} status Confirm Cases {{c_data.confirmed.value}} Deaths Cases {{c_data.deaths.value}}

Game vanilla script

Game Restart UP LEFT RIGHT DOWN

Ping Pong game || p5js

Pong Game In p5.js
Image
Filterable Image Gallery All Bag Shoe Watch Camera Headphone Image Category:

Loader Animation

Loader

CSS Water Drop

CSS Water Drop

How to get colour HEX value using JavaScript

Get Colour HEX value My Colour Pick Select your colour... Colour HEX Value: Color introduced in HTML5 in <input type="color" /> type. We are create a JavaScript function. there we are used inline javascript in input tag. In this tag using onchange method. So we Access the color HEX value in the script. index.html <div class="wrapper"> <h2> My Colour Pick </h2> <p> Select your colour... </p> <input type="color" id="colour" onchange="myColour()" /> <p id="pick">Colour HEX Value: <span id="result"></span> </p> </div> style.css .wrapper { width:300px; height:200px; margin:auto; display:grid; background-color:#f1f1f1f1; place-items:center; border-radius:12px; box-shadow:2px 2px 20px rgba(0,0,0,0.4); } .wrapper #colour { height:40px; width:80px; } h2{ color:blue; } p { color:green; text-alig...
TODOs List TODOs List Title Description Add Item Clear list Your Items S.No Title Description Action

Time wisher

Automatic Time Wisher Automatic Time Wisher Toggle

Portrait Image mode

Image
CSS Portait mode Image

Loading