brewstergraphics

Freelance graphic designer and artist

graphics .01

Project 1

Graphics .02

Project description goes here.

My Designs

Project Title 2

Project description goes here.

Moving Image Slider
Moving Image
body { margin: 0; padding: 0; overflow: hidden; } .slider { position: relative; width: 100%; height: 100vh; } .moving-image { position: absolute; top: 50%; transform: translateY(-50%); width: 150px; /* Set the width of the image */ animation: slide 10s linear infinite; } @keyframes slide { 0% { left: -150px; /* Starts off-screen */ } 100% { left: 100%; /* Moves off-screen to the right */ } } body { font-family: 'Courier New', monospace; /* Example for coding font */ } Cool Font Example

this is a cool lowercase font.

Custom Cursor Example

Hover to see the custom cursor!