— 4 Kudos
Put an image under your URL and make it move on hover
Category: Web, HTML, Tech
.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%); display: block; width: 150px; height: 150px; ba » Continue Reading