Advertisement
Athenea-Owl

Athenea Portal Page

Feb 19th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.99 KB | None | 0 0
  1. <link href="http://placehold.it/20x20" rel="shortcut icon" /><link href="{RSS}" type="application/rss+xml" rel="alternate" /><title>Athenea Portal Page</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  2. <div class="tit">
  3.           ATHENEA PORTAL PAGE      
  4. </div>
  5.    
  6. <div class="appli">
  7.       <a href="TU LINK AQUI">IR AL FORO</a> <a href="TU LINK AQUI">IR AL CHATBOX</a> <a href="TU LINK AQUÍ">OTRO LINDO LINK</a> <a href="https://athenea-owl.tumblr.com/">CRÉDITO</a>
  8. </div>
  9. <div class="apptext">
  10.        Aquí puedes agregar una introducción de la historia de tu foro, un mensaje de mantenimiento o cualquier texto que desees. Disfruta de tu propio portal para el foro. Por favor, no quites el crédito. El cambio de imagen de fondo se encuentra en body. <br />—Con amor, Athenea    
  11.     <center>
  12.            <a href="https://www.foroactivo.com" style="letter-spacing: 4px;font-size: 8px;text-decoration: none;color: white;">foroactivo</a>  
  13.     </center>
  14.                
  15. </div>
  16.  <link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet" /><style type="text/css">
  17.  
  18.  
  19.   body {
  20.   background-position: center;
  21.   background-size: cover;
  22.   background-attachment: fixed;
  23.   background-image: url(https://i.imgur.com/XjaDR3B.jpg);
  24. padding: 100px;
  25.  
  26. }
  27.  
  28.   .tit
  29.   {
  30.     font-family: Anton;
  31.     font-size: 80px;
  32.     text-transform: uppercase;
  33.     text-align: left;
  34.     letter-spacing: 4px;
  35.     color: white;
  36.   }
  37.  
  38.   .apptext {
  39.     width: 700px;
  40.     height: 100px;
  41.     background-color: rgb(0, 0, 0);
  42.     font-family: arial;
  43.     font-size: 15px;
  44.     color: #f2f2f2;
  45.     padding: 15px;
  46.     text-align: justify;
  47.     overflow: auto;
  48. }
  49.  
  50. .appli {
  51.    margin: 20px;
  52. }
  53.  
  54. .appli a{
  55.    text-align: center;
  56.     margin: 10px 45px;
  57.     font-family: Anton;
  58.     color: white;
  59.     background: black;
  60.     padding: 10px;
  61.     text-transform: lowercase;
  62.     letter-spacing: 2px;
  63.     font-size: 10px;
  64.     text-decoration: none;
  65.     border-radius: 20px;
  66. }
  67.  
  68.  
  69. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement