FB friend request page using Html & Css
In this design a user can view the friend request in different view i hope you like this design,thanks for your visit. Source code below: HTML <!DOCTYPE html> <html> <head> <title>fb.in</title> <!-- font cdn --> <script src='https://kit.fontawesome.com/a076d05399.js'></script> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- css reference link --> <link rel="stylesheet" type="text/css" href="fb.css"> </head> <body> <div id="fb-cover"> <div id="but-con"> <img id="frm" src="cap.png" width="160px" height="160px"> <span id="ic" style="font-size:38px;position:relative;left:180px;top:-50px;color:green;visibility: hidden" class="mater
Comments
Post a Comment