Wajd

Last active:
Mood:
View my: Blog | Forum Topics
Contacting Wajd
SpaceHey URL:
https://spacehey.com/profile?id=3382715
Wajd's Interests
General |
|
Music |
|
Movies |
|
Television |
|
Books |
|
Heroes |
|
Wajd's Latest Blog Entries [View Blog]
There are no Blog Entries yet.
Wajd's Blurbs
About me:
Who I'd like to meet:
Wajd's Friend Space
[view all]Wajd's Friends Comments
Displaying 0 of 0 comments ( View all | Add Comment )
/* Page Background */
body {
background: linear-gradient(to right, #ffb6c1, #ff69b4, #ff1493);
background-size: 200% 200%;
animation: gradientMove 10s ease infinite;
}
/* Animation for Background */
@keyframes gradientMove {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Links with Glow */
a {
color: #ff1493; /* Hot pink */
text-decoration: none;
font-weight: bold;
transition: 0.3s;
}
a:hover {
color: #ffb6c1;
text-shadow: 0px 0px 10px #ff69b4;
}
/* Content & Profile Boxes with Glow */
.content, .profile {
background-color: rgba(255, 182, 193, 0.3); /* Light pink background */
border: 2px solid #ff1493; /* Hot pink border */
padding: 10px;
border-radius: 8px;
box-shadow: 0px 0px 15px #ff1493; /* Pink glow */
}
/* Profile Image Glow */
img {
border-radius: 50%;
border: 3px solid #ff69b4;
box-shadow: 0px 0px 15px #ff1493;
}