Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- background CSS -->
- <div style="height: 400px; background-image: url(https://i.imgur.com/xsR9Rcd.png); background-size: cover; background-position: center 85%">
- <!-- Title-->
- <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>
- <!-- Main body table -->
- <table style="width: 100%;">
- <tr style="height: 100px;">
- <!-- staff button -->
- <td style="width: 10%; text-align: left;">
- <button name=send value="/roomauth" style="background-color: transparent; border: none; ">
- <img src="https://i.imgur.com/rrw64DG.png" height=60>
- </button>
- </td>
- <!-- mascot - also a button! -->
- <td rowspan=2 style="text-align: center;">
- <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>
- </td>
- <!-- cute button -->
- <td style="width: 10%; text-align: right;">
- <a href="https://www.youtube.com/watch?v=9QcwmCOSLFM">
- <button style="background-color: transparent; border: none; ">
- <img src="https://i.imgur.com/6049TZa.png" height=60>
- </button>
- </a>
- </td>
- </tr>
- <tr style="height: 100px;">
- <!-- intro creator button -->
- <td>
- <button name=send value="/user deleta" style="background-color: transparent; border: none; ">
- <img src="https://i.imgur.com/Jow2xdr.png" height=60>
- </button>
- </td>
- <!-- surprise button -->
- <td>
- <button name=send value="デリタ先輩、大好きです!" style="background-color: transparent; border: none; ">
- <img src="https://i.imgur.com/vqdUsjt.png" height=35>
- </button>
- </button>
- </td>
- </tr>
- </table>
- <!-- textboxes at bottom -->
- <center>
- <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">
- Welcome to Atlantis. Here we play different games and host tournaments all day long.<br />
- Join us for $$$ and memes!
- </div>
- <br />
- <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">
- APPLY FOR STAFF NOW!
- </div>
- </center>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement