KATHIS FAVORITEN
A collection page of Reisenthel
category
Products
4
Active ads
0
Depth
—
Published
2024/08/30
About
body { font-family: Arial, sans-serif; margin: 20px; } .container { display: flex; flex-direction: column; align-items: center; margin-top: 50px; } input[type="text"] { width: 300px; padding: 10px; font-size: 16px; margin-bottom: 20px; box-sizing: border-box; text-align: center; /* Text zentrieren */ } button { padding: 10px 20px; font-size: 16px; cursor: pointer; border: none; background-color: #4CAF50; color: white; border-radius: 5px; transition: background-color 0.3s ease; } button:hover { background-color: #45a049; } Code kopieren