Posts

Showing posts with the label Facebook login page

Google clone using HTML and CSS

Image
Program : <html> <!--head section start--> <head> <title>Google</title> <style> span{border-bottom:2px solid royalblue; color:royalblue; border-padding:60px; padding-bottom:10px; } img{position:absolute; left:79px; top:85px; } input{position:absolute; top:189px; height:40px; width:80%; border-radius:80px; border-width:1px; border-style:solid; border-color:darkgray; } .button{background-image:url(/storage/emulated/0/aap/search.jpg); background-size:100% 100%; height:44px; width:70px; position:absolute; top:186px; left:275px; border-color:white; } .button1{background-image:url(/storage/emulated/0/aap/Weather.jpg); position:absolute; top:242px; height:100px; width:100px; background-size:100% 100%; border-color:transparent; } .button2{background-image:url(/storage/emulated/0/aap/Sports.jpg); position:absolute; top:237px; left:80px; height:100px; width:100px; background-size:100% 100%; border-color:transparent; } .button3{background-image:url(/storag...

HTML Facebook login page

Image
Facebook Login Page Using HTML. <html> <head> <title>Facebook page</title> <style> .feildset{background-color:#0000FF; width:92%; text-align:center; color:white; } input{border-color: skyblue; width:100%; height:5%; } button {color:white; background-color: blue; width:100%; height:7%; } .button{background-color:green; width:60%; font-size:90%; } </style> </head> <body> <fieldset class=feildset>Facebook</fieldset> <br> Mobile number or email address <input type="text"><br><br> Password <input type="password"><br><br> <button>Log In</button> <p style=color:blue>Forgotten password?</p> <hr> <p>&nbsp&nbsp&nbsp&nbsp&nbsp--------------------------------or----------------------------------</p> <center><button class=button><b>Create New Account</b></...