Posts

Showing posts from June, 2021

Mobile Reset kaise kare | How to hard reset phone

Image
How to hard reset phone  namaskar mitro  iss tutorial me hamlog mobile ko reset karna sikhenge chahe wo keypad ho ya android waise agar phone ko reset karenge tho sara data udd jayega ex - song,music,video etc. keypad phone reset code :- Samsung reset code  *2767*3855# here is practicle watch this video Nokia reset code  *#7370# here is practicle watch this video Itel rest code  *#0*# here is practicle watch this video kechoadha reset code  *#2222# here is practicle watch this video Android smartphone reset kaise kare Android phone reset karene ke liye sabhi phone ke alag alag key combination hote hai isme hamlog volume up button volume ,down button and power button inn tino button ka jayda use karte hai niche ek video hai usme pura detail hai baki mere youtube chnnel pe ek playlist hai how to reset name ka usme bahot sare android phone ka reset method hai ex- samsung,vivo,oppo,mi,xiomi,kechoadha,videocon,realme etc. smartphone hard reset full detail video important playlist

battleground mobile india Html Css Javascript project

Image
battle ground mobile india and PUBG Html CSS and Javascript project in this blog post i shared a post battlegrounds mobile india  and pubg gun fun with using html css and javascript project here is the code:- HTML code <div id="main">         <audio src="Snipershot.mp3" id="song"></audio>     </div> CSS code *{     padding: 0;     margin: 0;     box-sizing: border-box; } #main{     position: relative;     width: 100%;     height: 100vh;     background-image: url(bgmi.png);     background-repeat: no-repeat;     background-size: 100% 100%;     background-position: center;     cursor: url(target.png),pointer; } #main:active{     cursor: url(target_click.png),pointer; } span{     position: absolute;     height: 30px;     width: 34px;     background-image:url(bulletHole.png);     transform: translate(30px,34px); } Javascript code   document.addEventListener("click",function(e){             var main=document.querySelector("