Advertisement
1xptolevitico69

1XPTO - Display HTML Text Array with setInterval

Jan 9th, 2022
1,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.   <link rel="shortcut icon" href="https://1xpto.netlify.app/icons/Favicon.gif" type="image/x-icon">
  6.   <meta charset="UTF-8">
  7.   <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9.   <title>1XPTO</title>
  10.   <style>
  11.     .txt {
  12.       font-family: verdana;
  13.       font-weight: 900;
  14.       font-size: 20px;
  15.       color: darkgreen;
  16.       padding-left: 5px;
  17.     }
  18.  
  19.     a {
  20.       text-decoration: none;
  21.       color: white;
  22.       font-size: 16px;
  23.     }
  24.  
  25.     .square {
  26.       border: 5px solid;
  27.       display: inline-block;
  28.       margin-left: 5px;
  29.     }
  30.  
  31.     .brand {
  32.       margin: 50px;
  33.     }
  34.  
  35.     img {
  36.       width: 200px;
  37.     }
  38.  
  39.     p {
  40.       width: 200px;
  41.       text-align: center;
  42.       font-family: verdana;
  43.       font-weight: 900;
  44.       font-size: 30px;
  45.       color: darkred;
  46.       line-height: 0;
  47.     }
  48.  
  49.     button {
  50.       margin: 5px;
  51.       background-color: red;
  52.       border: none;
  53.       outline: none;
  54.       padding: 5px 20px;
  55.     }
  56.  
  57.     body {
  58.       padding-bottom: 50px;
  59.     }
  60.   </style>
  61. </head>
  62.  
  63. <body>
  64.  
  65.   <div class='brand'>
  66.     <img src='https://1xpto.netlify.app/pics/emoji.png' />
  67.     <p>1XPTO</p>
  68.   </div>
  69.  
  70.   <span class='square'></span><span class='txt'>Display HTML Text Array  with setInterval</span><br /><button><a href='https://1xpto.netlify.app/web/html/Display HTML Text Array  with setInterval/index.html'>Download</a></button><button><a href='https://1xpto.netlify.app/web/html/Display HTML Text Array  with setInterval/index.txt'>Raw</a></button>
  71.  
  72. </body>
  73.  
  74. </html>
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement