— 2 Kudos
Put an image under your URL and make it move on hover
Category: Web, HTML, Tech
/* Ensure the profile URL container expands */ .profile .url-info p:last-child { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 180px; /* Adjust to fit image movement */ } /* Main image (animated) */ .profile .url-info p:last-child:after { content: ""; position: absolute; top: 30px; left: 50 » Continue Reading