Posts

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() } })();