Wednesday 30 November 2016

21:41

Aditi Bhatia




<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="ml-social-buttons.css" type="text/css" charset="utf-8" />
    <link rel="stylesheet" href="font/font.css" type="text/css" charset="utf-8" />
    <title>CSS Social Media Buttons</title>
</head>

<body>

<div class="container">
    <a href="www.facebook.com/thesunnyabbasi" class="facebook" title="Facebook"></a>
    <a href="www.twitter.com/thesunnyabbasi" class="twitter" title="Twitter"></a>
    <a href="www.google.com/sunny-khan-abbasi" class="google" title="Google+"></a>
    <a href="www.instagram.com/thesunnyabbasi" class="instagram" title="Instagram"></a>
    <a href="www.youtube.com/sunny-khan-abbasi" class="dribbble" title="YouTube"></a>
    <a href="www.sunnyabbasi.tk" class="wordpress" title="Blogger"></a>
</div><!--End Container-->

</body>
</html>

About