— 4 Kudos
Put an image under your URL and make it move on hover
Category: Web, HTML, Tech
Not too good at all the HTML and CSS stuff but, I tried .profile .url-info p:last-child { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 180px; } .profile .url-info p:last-child:after { content: ""; position: absolute; top: 30px; left: 50%; transform: translateX(-50%); » Continue Reading