diff --git a/tickets/quicksilver/1351362176/egeg.html b/tickets/quicksilver/1351362176/egeg.html deleted file mode 100644 index 0c28b1c..0000000 --- a/tickets/quicksilver/1351362176/egeg.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - Cubecraft tickets - - - - - - - - \ No newline at end of file diff --git a/tickets/quicksilver/1351362176/index.html b/tickets/quicksilver/1351362176/index.html index 99318c6..0be8dab 100644 --- a/tickets/quicksilver/1351362176/index.html +++ b/tickets/quicksilver/1351362176/index.html @@ -1,21 +1,57 @@ - Cubecraft tickets + Cubecraft tickets + - - - +

Hier kannst du einen der supporter des Cubecraft servers kontaktieren

+ + + + - diff --git a/tickets/quicksilver/1351362176/style.css b/tickets/quicksilver/1351362176/style.css new file mode 100644 index 0000000..da01885 --- /dev/null +++ b/tickets/quicksilver/1351362176/style.css @@ -0,0 +1,42 @@ +body { + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + margin: 0; + background-color: #f8f8f8; + font-family: Arial, sans-serif; +} + +button { + padding: 15px 25px; + font-size: 24px; + text-align: center; + cursor: pointer; + outline: none; + color: #fff; + background-color: #4CAF50; + border: none; + border-radius: 15px; + box-shadow: 0 9px #999; + justify-content: center; + flex-direction: column; + align-items: center; + display: flex; +} + +button:hover {background-color: #3e8e41} + +button:active { + background-color: #3e8e41; + box-shadow: 0 5px #666; + transform: translateY(4px); +} + +.title { + text-align: center; + color: #4CAF50; + font-size: 2em; + padding: 20px; + margin-bottom: 20px; +} \ No newline at end of file