Advertisement
Guest User

Untitled

a guest
May 16th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <div id="tip_box" style="position:relative;width:100%;margin:0 auto; margin-top:30px;margin-bottom:30px;">
  2. <div class="tip_titel" style="display:block; text-align:center; font-size:24pt;font-weight:bold;">Titel</div>
  3. <div style="position:relative;margin:0 auto; display:block;">
  4. <table style="margin:0 auto;margin-bottom:60px;margin-top:20px;">
  5. <tr>
  6. <td style="position:relative; filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.5));">
  7. <img style="" src="http://media1.yopi.de/product_images/679/679599/list_large/nike-club-team-fussball.png">
  8. <img style="position:absolute;width:100px; bottom:-20px;right:-20px;" src="https://cdn2.talkthisway.de/media/images/svg/brands/vodafone.svg">
  9. <img style="position:absolute;width:100px; bottom:-10px;right:20px;" src="https://cdn2.talkthisway.de/media/images/svg/brands/otelo.svg">
  10. </td>
  11. <td>
  12. <div style="position:relative;margin-left: 50px;">
  13. <div class="tip_text" style="padding: 10px 0 10px 0;">
  14. Geben Sie jetzt Ihren Tipp ab und erhalten die Chance auf</br>
  15. ein iPhone 8 mit 65GB internen Speicher!
  16. </div>
  17. <form action="" method="GET">
  18.  
  19. <div class="tip_container" style="display: inline-block;position: relative;">
  20. <div class="tip_game1" style="position:relative;">
  21. <img style="float:left;width: 50px;margin-right: 10px;" src="./img/eintracht-frankfurt.svg">
  22. <div style="padding-top:5px;position:relative; display:inline-block;">
  23. <input name="team1" style="position: relative; text-align:center;" type="text"><label style="position: absolute;top: -4px;left: 0;">Eintracht Frankfurt</label></input>
  24. <b style="padding:10px;font-size:20pt;line-height: 45px; position:relative;">:</b>
  25. <input style="position: relative; text-align:center;" type="text" name="team2"><label style="position: absolute;top: -4px;right: 0;">FC Bayern München</label></input>
  26. </div>
  27. <img style="float:right;width: 50px;margin-left: 10px;" src="./img/bayern-muenchen.svg">
  28. </div>
  29. </br>
  30. </br>
  31. <div class="tip_game2" style="position:relative;">
  32. <img style="float:left;width: 50px;margin-right: 10px;" src="./img/liverpool.svg">
  33. <div style="padding-top:5px;position:relative; display:inline-block;">
  34. <input name="team3" style="position: relative; text-align:center;" type="text"><label style="position: absolute;top: -4px;left: 0;">FC Liverpool</label></input>
  35. <b style="padding:10px;font-size:20pt;line-height: 45px; position:relative;">:</b>
  36. <input style="position: relative; text-align:center;" type="text" name="team4"><label style="position: absolute;top: -4px;right: 0;">Real Madrid</label></input>
  37. </div>
  38. <img style="float:right;width: 50px;margin-left: 10px;" src="./img/real-madrid.svg">
  39. </div>
  40.  
  41. <div class="tip_send" style="display: block;margin-top: 20px;text-align: center;background-color: green;color: white;font-size: 14pt;padding: 8px;border-radius: 5px;cursor: pointer;">Tipp Abgeben</input>
  42.  
  43. </div>
  44. </form>
  45. </div>
  46. </td>
  47. </tr>
  48. </table>
  49.  
  50. </div>
  51. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement