A simple NBA player card showcasing Kobe Bryant with basic information and a profile image.
Prompt
create a NBA Kobe player card with accurate player data and profile image, make the image url works and display the profile image.
HTML
asdasdasdasdasdasdasd
CSS
body { font-family: Arial, sans-serif; background-color: #f4f4f9; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0;} .player-card { background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); width: 300px; text-align: center; padding: 20px;} .profile-image img { width: 100%; border-radius: 10px;} .player-info { margin-top: 15px;} .player-info h2 { margin: 10px 0;} .player-info p { margin: 5px 0; color: #333333;}JS
(function(){ console.log('Kobe Player Card Loaded');})();Comments (0)
Log in to comment.
Working...