Skip to content

Posts by Robert

Button Up: How I Add a Little Magic to Website Buttons with Hover Effects

As a graphic designer who also dabbles (okay, lives) in front-end web design, there’s something I absolutely love: a good button. Not just any button, though—I mean one that responds when you hover over it. You know, that little moment of delight when a button changes color and text, and it does so with a smooth little swoosh?…

Read More

How I Turned Myself into a Designer Collectible Using Free AI Tools

You know those trends that roll through your feed and you swear you’re not going to get involved with? Yeah… same. But when I saw people turning themselves into retro-style action figures using AI, I couldn’t resist. It wasn’t a dance video or a lip-sync challenge (bless), but a design challenge—and that’s my kryptonite. So, I decided to…

Read More

Designing for Accessibility: Why Color Contrast Matters

As a graphic designer, color is one of our most powerful tools. It sets the tone, creates visual hierarchy, and makes a design aesthetically appealing. But beyond aesthetics, color choices impact how accessible our designs are to everyone—including those with visual impairments. That’s why checking and adjusting color contrast to meet WCAG (Web Content Accessibility…

Read More

Understanding the box-shadow CSS Property

As a graphic designer, I love finding ways to add depth, personality, and a little magic to my designs. One of my favorite tricks? The box-shadow CSS property! Think of it as the digital equivalent of a soft spotlight or a bold neon sign—it’s all about making elements pop. What is box-shadow? The box-shadow property…

Read More

How to Use CSS to Create a ‘Sticky-Scroll’ Effect

Creating a smooth and engaging user experience on your website often involves making certain elements persistently visible while scrolling. One effective way to achieve this is by using CSS’s position: sticky; property. In this post, we’ll explore how to use CSS to implement a ‘sticky-scroll’ effect and discuss practical use cases. What is position: sticky;?…

Read More

Study Your Customers, Not Your Competitors, for Better Marketing Results

In the fast-paced world of business and marketing, it’s tempting to keep a close eye on competitors. After all, if they’re successful, it seems logical to replicate their strategies. However, this approach can lead to missed opportunities, stifled creativity, and a disconnect from your own customers. Instead of obsessing over competitors, businesses should prioritize studying…

Read More

How to Achieve a Glass Morphism Background Effect with CSS

Glass Morphism is one of those sleek, modern design trends that keeps making a comeback—especially in UI design. It gives a frosted-glass effect, making elements appear semi-transparent while maintaining a soft blur. This effect is great for adding depth and layering without overwhelming a design. The best part? You can achieve it easily using CSS!…

Read More