animate.css
animate.css copied to clipboard
seelyucx
body { font-family: Arial, sans-serif; background-color: #f0f0f0; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
.profile-container { background-color: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: center; width: 300px; }
.profile-pic { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; }
h1 { margin: 10px 0; }
ul { list-style-type: none; padding: 0; }