Advertisement
Mark1928

Untitled

May 15th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 KB | None | 0 0
  1.    <div class="ml-auto">
  2.             <a href="facebook.com" class="textDecorationNone">
  3.               <i class="fab fa-facebook-f"></i>
  4.             </a>
  5.             <a
  6.              href="instagram.com"
  7.              class="textDecorationNone"
  8.              style="background-color: black; color: white; border-radius: 50%;"
  9.            >
  10.               <i class="fab fa-instagram" style="transform: translateX(15%);">
  11.               </i>
  12.             </a>
  13.             <a
  14.              href="youtube.com"
  15.              class="textDecorationNone"
  16.              style="background-color: black; color: white; border-radius: 50%;"
  17.            >
  18.               <i class="fab fa-youtube"></i>
  19.             </a>
  20.           </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement