Skip to content

Instantly share code, notes, and snippets.

View thebradshawco's full-sized avatar

thebradshaw.co thebradshawco

View GitHub Profile
@thebradshawco
thebradshawco / logo-animation-thebradshawco.html
Last active July 11, 2025 22:45
SVG Logo Elements for Animation | thebradshaw.co
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Logo Animation Test</title>
<style>
body {
background: #000;
display: flex;
align-items: center;