Character Profiles
body { font-family: Arial, sans-serif; margin: 0; padding: 20px; background-color: #f9f9f9; } h1 { text-align: center; } .profile-container { display: flex; flex-wrap: wrap; justify-content: space-around; } .profile { border: 1px solid #ccc; border-radius: 8px; margin: 10px; padding: 15px; width: 200px; background-color: #fff; text-align: center; } .profile img { max-width: 100%; border-radius: 5px; } .profile a { text-decoration: none; color: #007BFF; }
Character Profiles