1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
body { background-color: black; color: white; font-size: 1.3em } div { display: flex; height: 95vh; align-items: center; justify-content: center; } input[type="text"] { margin: 5px; } button { background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0); }