Posts

How to create social media Dashboard with dark mode in html css javascript

Image
 Social media dashboard with Html Css and Javascript In this video we are gonna see 1.How to create social media dashboard with html css and javascript 2.Also we are gonna make feature of dark mode 3.This dashboard also gonna be responsive. So here is the code  HTML CSS <! Doctype html > < html > < head >     < meta name = "viewport" content = "width=device-width,initial-scale=1.0" >     < link rel = "preconnect" href = "https://fonts.googleapis.com" >     < link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >     < link href = "https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel = "stylesheet" >     < style >         * {             box-sizing : border-box ;             margin : 0 ;             padding : 0 ;     ...