Posts

Anime Art

...

Figma

 <!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>Figma Logo</title> <style type="text/css"> body { padding: 0; margin: 0; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: azure; } .figma-logo { width: 200px; display: flex; flex-wrap:wrap; } .element { width: 100px; height: 100px; background: red; } .left { border-top-left-radius: 50px; border-bottom-left-radius: 50px; } .right { border-top-right-radius:50px; border-bottom-right-radius:50px; } .circle { border-radius:50px; } .clip { border-bottom-right-radius:50px; } .orange { background: #FB7266; } .purple { background: #A061FA; ...

Figma logo

Figma Logo

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>

3D Pyramid

<style type="text/css"> .container { max-width:100%;   width: 400px;   height: 400px;   margin: 0 auto;   position: relative;   perspective: 400px;   perspective-origin: 50% 40%; } .side {   position: absolute;   left: 140px;   top: 150px;   width: 0;   height: 0;   border-left: 60px solid transparent;   border-right: 60px solid transparent;   border-bottom: 120px solid #ccc;   transform-origin: 50% 0%;   animation: spin 5s infinite linear; } .back {   animation-delay: -2.5s; } .right {   animation-delay: -1.25s; } .left {   animation-delay: -3.75s; } @keyframes spin {   0% {     transform: rotateY(0deg) rotateX(30deg);     border-bottom-color: #1abcff;   }   25% {     transform: rotateY(90deg) rotateX(30deg);     border-bottom-color: #00a2e6;     opacity: 1;   }   25.1% {     opacity: 0;   }   50% {     transform: rotateY(180deg) rotateX(30deg);     border-bottom-color: #0089c2;   }   74.9% {     opacity: 0;   }   75% {     transform: rotat...
Animation
animation water

Mobile Console

Mobile console
https://androidapksfree.com/firefox/org-mozilla-firefox/download-old/firefox-68-6-0-apk/ Download Firefox 68.6.0 version APK

Code Card

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

My ToDo App

My TODO App TODOs List Title Description Add Item Clear list Your Items S.No Title Description Action

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
How to enable Inspect in your mobile browser ? How to enable Inspect in your mobile browser write this code in you chrome browser. 1. First open your Chrome Browser. 2. Click on triple dots. 3. Select Bookmarks. 4. Create a Bookmarks. Name Folder URL saved it. 5. open in you URL Bar and write here Inspect. 6. Select bookmarks. 7. After selected open a button. 8. Clicked Button run your Inspect. script.js javascript:(function () { var script = document.createElement('script'); script.src="https://cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();

Background Animation with HTML, CSS & JavaScript

BG Animation
New Year Time Wishing

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

Image slideshow in pure CSS

Slideshow Images Slidehow