Welcome to My Thoughts ๐Ÿš€

Discover powerful ideas, trending topics, and
deep insights across Movies, Sports, Mythology, Science, and Technology.

Explore Blogs

.my-welcome {
max-width: 650px;
margin: 50px auto;
padding: 50px 25px;
text-align: center;
border-radius: 16px;

/* Black background */
background: #000000;
color: #ffffff;

/* Glow + shadow */
box-shadow: 0 0 20px rgba(255,255,255,0.1);

/* Animation on load */
animation: fadeIn 1s ease-in-out;
transition: all 0.3s ease;
}

/* Hover effect */
.my-welcome:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 0 30px rgba(255,255,255,0.2);
}

/* Heading */
.my-welcome h1 {
font-size: 36px;
margin-bottom: 15px;
}

/* Highlight text */
.my-welcome h1 span {
color: #00ffff; /* neon blue */
}

/* Paragraph */
.my-welcome p {
font-size: 18px;
line-height: 1.6;
opacity: 0.9;
}

/* Highlight words */
.my-welcome b {
color: #00ffff;
}

/* Button */
.welcome-btn {
display: inline-block;
padding: 12px 25px;
margin-top: 15px;
background: #00ffff;
color: #000;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
transition: 0.3s;
}

/* Button hover */
.welcome-btn:hover {
background: #00cccc;
transform: scale(1.05);
}

/* Fade animation */
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(25px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

Recent posts

Quote of the week

“The power of finding beauty in the humblest things makes home happy and life lovely.”
โ€” Louisa May Alcott