Skip to main content

Posts

Featured

THE DEMO PROJECT SOURCE CODE

  HTML <h1>Hello World</h1> <input oninput="don();" type="text" placeholder="Write your name" > <h1 id="h1" >No text yet</h1> CSS h1{ color:red; background:yellow; border-radius:20px; text-align:center; box-shadow: 4px 4px 5px rgba(30,30,30,0.2), inset 4px 4px 5px rgba(30,30,30,0.2) ; font-family: arial; } h1::selection{ background:rgb(255,255,255,0.6); color:rgb(255,0,0,0.6); } input{ color:red; background:yellow; border-radius:20px; text-align:center; box-shadow: 4px 4px 5px rgba(30,30,30,0.2), inset 4px 4px 5px rgba(30,30,30,0.2) ; outline:none; border:none; } input::selection{ background:rgb(255,255,255,0.6); color:rgb(255,0,0,0.6); } input::placeholder{ color:rgb(199,0,0); } JS //let input = document.querySelector("#h1"); //let inputbox = document.querySelector("input").value; //input.addEventListener("click",function(){ // let inputbox = document.querySelector("input").va...

Latest Posts

A BASIC DEMO PROJECT

CSS DEFALUTS

FOR CODING BOOTCAMP DIFFRENT HATS

CODING CERTIFICATE OF 3 MONTH OF CODING BOOTCAMP

3 MONTH CODING BOOTCAMP DETAILS

3 MONTH BOOTCAMP FOR KIDS FROM 3RD STANDARD

HTML BOILER PLATE

HISTORY OF CODING

INTRO TO CODING