PNG to JPG Converter



PNG to JPG Converter body { font-family: Arial, sans-serif; background-color: #f0f0f0; margin: 0; padding: 0; justify-content: center; align-items: center; min-height: 100vh; } .container { background-color: #fff; border-radius: 10px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); padding: 20px; width: 80%; max-width: 400px; text-align: center; } h1 { color: #333; } input[type="file"] { display: block; margin: 20px auto; } button { background-color: #007bff; border: none; border-radius: 5px; color: white; padding: 10px 20px; cursor: pointer; transition: background-color 0.2s; } button:hover { background-color: #0056b3; } #downloadLink { color: #007bff; text-decoration: none; margin-top: 10px; } #previewContainer { display: none; margin-top: 20px; } #previewContainer img { max-width: 100%; }

PNG to JPG Converter



No comments:

Post a Comment