Web Design and Development class -7
Html Practice to create Facebook login page
Html
Html Practice to create Facebook login page
Css
*{
margin:0;
padding:0;
box-sizing: border-box;
}
.wrapper{
width: 940px;;
margin:auto;
}
/*************************************************************************
* Heading Section
*************************************************************************/
#header{
bac
Comments (0)