[Instagram Clone]Login Page
Instagram Clone Coding Using HTML, CSS, and Vanilla Javascript
HTML
Head
-Add title and logo icon in title bar
<title>Westagram</title>
<link rel="icon" href="instagram.png" type="image/icon type">
-Link CSS files and Google font API
<link rel=...
reyjang.hashnode.dev5 min read