Cloning Instagram
Here we clone the Instagram's login page built using HTML & CSS. we focusing on responsive design, layout, fonts, images, logo and same styles to create a perfect clone of instagram login page.
New tags
<button id="log">- here we give id instead of class, and if we use id means use # for styling in CSS.gap:0px;- here this tag helps to create a gap by their px or % by our requirements.border:none;- this removes the border of the box.cursor:pointer;- this changes the cursor icon to pointer icon.input:hover{}- this is used in styling for click or drag the mouse into input box for highlight the border or remove the border.
Top comments (0)