Shop The Best Vintage Clothing

Discover retro styles with a modern twist

Shop Now

Featured Products

Vintage Shirt

Retro Shirt

$25

Vintage Jacket

Vintage Jacket

$45

Vintage Jeans

Classic Jeans

$35

/* Reset some default browser styles */ * { margin: 0; padding: 0; box-sizing: border-box; } /* General Body and Layout */ body { font-family: 'Arial', sans-serif; background-color: #f9f1f1; /* Light pink background */ color: #5d4037; /* Brown text color */ text-align: center; } header { background-color: #f4b6c2; /* Light pink header */ padding: 2rem; border-bottom: 5px solid #5d4037; } h1 { font-family: 'Georgia', serif; font-size: 2.5rem; color: #5d4037; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); } main { padding: 3rem; } .form-section { background: #f4e1d2; /* Vintage cream background */ padding: 2rem; border-radius: 10px; border: 2px solid #e0a6b7; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); width: 100%; max-width: 500px; margin: 0 auto; } h2 { font-size: 1.8rem; color: #5d4037; font-family: 'Georgia', serif; } form { margin-top: 1rem; } input[type="text"] { padding: 0.8rem; width: 80%; border: 2px solid #d4a5a5; border-radius: 8px; margin-top: 1rem; font-size: 1.1rem; color: #5d4037; } button { padding: 1rem 2rem; background-color: #f1a7c7; /* Pink button */ color: white; border: none; border-radius: 8px; font-size: 1.2rem; cursor: pointer; margin-top: 1rem; transition: background-color 0.3s ease; } button:hover { background-color: #f08c98; /* Darker pink on hover */ } footer { background-color: #f4b6c2; padding: 1rem; margin-top: 2rem; border-top: 5px solid #5d4037; color: #5d4037; } footer p { font-size: 1rem; } /* Floral Elements (background or decoration) */ body::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 100%; background-image: url('flower-background.png'); /* Add a vintage floral pattern image */ opacity: 0.1; pointer-events: none; }