Hello world!
/* ClixReview Logo – reusable across all pages */
.clixreview-logo {
position: fixed;
top: 20px;
left: 30px;
font-size: 28px;
font-weight: 900;
color: var(–orange); /* #ff6b00 */
background: rgba(0, 0, 0, 0.7);
padding: 10px 20px;
border-radius: 12px;
z-index: 9999;
box-shadow: 0 4px 15px rgba(255, 107, 0, 0.4);
transition: all 0.3s ease;
border: 2px solid var(–yellow); /* #ffcc00 */
letter-spacing: 1px;
font-family: ‘Poppins’, sans-serif;
}
.clixreview-logo a {
color: inherit;
}
.clixreview-logo:hover {
background: rgba(0, 0, 0, 0.9);
transform: scale(1.05);
box-shadow: 0 8px 25px rgba(255, 107, 0, 0.6);
cursor: pointer;
}
/* Mobile adjustment */
@media (max-width: 768px) {
.clixreview-logo {
font-size: 22px;
padding: 8px 15px;
top: 15px;
left: 15px;
}
}
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
Thanks, I will take care.