Jeff's Art Den

Green & Black Protogen Artist | Furry | Fun & Vibes

About Me

Hey! I'm Jeff, a green and black Protogen who loves creating furry art. This site is just for fun—a place to share my work and passion.

Contact Me

Want to reach out or say hi? You can DM me on social media or email me at email

body { margin: 0; font-family: 'Segoe UI', sans-serif; background-color: #0a0a0a; color: #aaffaa; } header { background-color: #003300; text-align: center; padding: 2rem 1rem; border-bottom: 3px solid #00ff00; } header h1 { margin: 0; font-size: 2.5rem; } section { padding: 2rem 1rem; max-width: 900px; margin: auto; } h2 { color: #66ff66; border-bottom: 2px solid #00ff00; padding-bottom: 0.5rem; } .grid { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; } .grid img { width: 200px; height: auto; border: 2px solid #00ff00; border-radius: 10px; transition: transform 0.2s ease; } .grid img:hover { transform: scale(1.05); } a { color: #66ff66; } footer { background-color: #001100; text-align: center; padding: 1rem; font-size: 0.9rem; border-top: 3px solid #00ff00; }