Advertisement
Quinnyboym

mzgrs

Sep 19th, 2019
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <style>
  4. @font-face {
  5. font-family: 'TS Block Bold';
  6. font-style: normal;
  7. font-weight: normal;
  8. src: local('TS Block Bold'), url('TS Block Bold.woff') format('woff');
  9. }
  10. h1 {
  11.   color: white;
  12.   font-family: 'TS Block Bold';
  13. }
  14. </style>
  15.  
  16. <head>
  17. <meta name="viewport" content="width=device-width, initial-scale=1">
  18. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  19. <style>
  20. .fa {
  21.   padding: 20px;
  22.   font-size: 30px;
  23.   width: 30px;
  24.   text-align: center;
  25.   text-decoration: none;
  26.   border-radius: 50%;
  27. }
  28.  
  29. .fa:hover {
  30.     opacity: 0.7;
  31. }
  32. .fa-twitter {
  33.   background: #55ACEE;
  34.   color: black;
  35. }
  36. </style>
  37. </head>
  38.  
  39. <body bgcolor="#000000">
  40. <center><font size="10"><h1>TKG</h1></font></center>
  41.  
  42. </body>
  43. </html>
  44.  
  45. <!--<a href="https://twitter.com/tkgpsd" class="fa fa-twitter"></a>-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement