Advertisement
Guest User

html website

a guest
Aug 13th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.     <span id="chromeFix"></span>
  5.             <title>FivosM Projects</title>
  6.             <link rel="stylesheet" href="animate.css">
  7.             <script src="//use.edgefonts.net/source-sans-pro:n4.js"></script>
  8.                 <style>
  9.                
  10.                     body {
  11.                         font-family: source-sans-pro, sans-serif;
  12.                         text-align: center;
  13.                     }
  14.                     h1, p, h3 {
  15.                         background: -webkit-linear-gradient(#000000, #000000);
  16.                         -webkit-background-clip: text;
  17.                         -webkit-text-fill-color: transparent;  
  18.                     }
  19. a:link, a:visited {
  20.     background-color: #f44336;
  21.     color: blue;
  22.     padding: 3px 6px;
  23.     text-align: center;
  24.     text-decoration: none;
  25.     display: inline-block;
  26. }
  27.  
  28. a:hover, a:active {
  29.     background-color: red;
  30. }
  31.                 </style>
  32.     </head>
  33.         <script type="text/javascript" charset="utf-8">
  34.  
  35.             $(function() { $('body').hide().show(); });
  36.         </script>
  37.   <body>
  38.   <div class = "body animated bounceInDown">
  39.         <h1 class="bounce">My Projects: </h1>
  40.         <h3> Software: </h3>
  41.         <p><b>Pinger:</b> <a href="google.com" target="_blank"> Download </a> &nbsp; <a href="google.com" target="_blank"> Github </a></p>
  42.         <h3> Games: </h3>
  43.         <p><b>HellBlocks:</b> <a href="google.com"> Itch.io page </a></p>
  44.   </div>
  45.   </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement