animate.css icon indicating copy to clipboard operation
animate.css copied to clipboard

seelyucx

Open seelyucx opened this issue 1 year ago • 0 comments

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; }

seelyucx avatar Sep 21 '24 10:09 seelyucx