Advertisement
sparkychild

Atlantis roomintro

Mar 1st, 2020
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.01 KB | None | 0 0
  1. <!-- background CSS -->
  2. <div style="height: 400px; background-image: url(https://i.imgur.com/xsR9Rcd.png); background-size: cover; background-position: center 85%">
  3.    
  4.     <!-- Title-->
  5.     <div style="width=75%; background-image: url(https://i.imgur.com/vOS300C.png); height: 100px; background-size: contain; background-position: center; background-repeat: no-repeat"></div>
  6.    
  7.     <!-- Main body table -->
  8.     <table style="width: 100%;">
  9.         <tr style="height: 100px;">
  10.             <!-- staff button -->
  11.             <td style="width: 10%; text-align: left;">
  12.                 <button name=send value="/roomauth" style="background-color: transparent; border: none; ">
  13.                     <img src="https://i.imgur.com/rrw64DG.png" height=60>
  14.                 </button>
  15.             </td>
  16.             <!-- mascot - also a button! -->
  17.             <td rowspan=2 style="text-align: center;">
  18.                 <button style="background-color: transparent; border: none; background-image: url(https://cdn.bulbagarden.net/upload/1/15/131Lapras-Gigantamax.png); height: 200px; width: 200px; background-size: cover;"></button>
  19.             </td>    
  20.             <!-- cute button -->
  21.             <td style="width: 10%; text-align: right;">
  22.                 <a href="https://www.youtube.com/watch?v=9QcwmCOSLFM">
  23.                     <button style="background-color: transparent; border: none; ">
  24.                         <img src="https://i.imgur.com/6049TZa.png" height=60>
  25.                     </button>
  26.                 </a>
  27.             </td>
  28.         </tr>
  29.         <tr style="height: 100px;">
  30.             <!-- intro creator button -->
  31.             <td>
  32.                 <button name=send value="/user deleta" style="background-color: transparent; border: none; ">
  33.                         <img src="https://i.imgur.com/Jow2xdr.png" height=60>
  34.                     </button>
  35.             </td>
  36.             <!-- surprise button -->
  37.             <td>
  38.                 <button name=send value="デリタ先輩、大好きです!" style="background-color: transparent; border: none; ">
  39.                         <img src="https://i.imgur.com/vqdUsjt.png" height=35>
  40.                     </button>
  41.                 </button>
  42.             </td>
  43.         </tr>
  44.     </table>
  45.    
  46.     <!-- textboxes at bottom -->
  47.     <center>
  48.         <div style="width: 75%; background: rgb(255,182,193,0.5); border-radius: 15px; border: solid 1px lightgreen; color: blue; font-style: italic; font-family: Bradley Hand, cursive; box-shadow: 0px 0px 12px 1px blue; padding: 4px">
  49.             Welcome to Atlantis.  Here we play different games and host tournaments all day long.<br />
  50.             Join us for $$$ and memes!
  51.         </div>
  52.         <br />
  53.         <div style="width: 50%; background: radial-gradient(rgb(114, 190, 194,0.5), rgb(0,0,255,0.5)); border-radius: 15px; border: solid 1px pink; color: yellow; font-family: Bradley Hand, cursive; box-shadow: 0px 0px 12px 0.5px yellow; padding: 4px">
  54.             APPLY FOR STAFF NOW!
  55.         </div>
  56.     </center>
  57. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement