-
Notifications
You must be signed in to change notification settings - Fork 401
Open
Description
<title>Profile Links</title>
<style>
body {font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
text-align: center;
margin: 20px;}
h1 {color: #333;}
.profile {display: inline-block;
margin: 20px;}
.profile img {width: 150px;
height: 150px;
border-radius: 50%;
cursor: pointer;
transition: transform 0.3s;}
.profile img:hover {transform: scale(1.1);} </style>
Profile Links
Metadata
Metadata
Assignees
Labels
No labels

