The Car-Free 4th: A Full Day of Westside Fun by Bike
July 4th is not just America's 250th. It is Venice's 121st birthday, and Abbot Kinney's canals still host the best party of the day. Here is the full car-free itinerary, from a sunrise Strand cruise to riding home past the fireworks traffic.
A Car-Free July 4th on the Westside: The 2026 Bike Itinerary :root { --teal: #689C9F; --deep-teal: #3D8F8F; --pink: #E98DCB; --peach: #E7A29C; --bg: #F6F2F4; --dark: #1A3A3A; --amber: #F59E0B; --card: #FFFFFF; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', Arial, sans-serif; background: var(--bg); color: var(--dark); line-height: 1.7; font-size: 17px; } h1, h2, h3 { font-family: 'Outfit', 'Inter', sans-serif; } /* Hero */ .hero { background: linear-gradient(135deg, var(--deep-teal) 0%, var(--teal) 40%, #7ab8b8 65%, var(--peach) 100%); color: #ffffff; padding: 72px 24px 64px; text-align: center; } .hero .kicker { display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; padding: 6px 18px; font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 22px; } .hero h1 { font-size: clamp(34px, 5.5vw, 56px); font-weight: 800; line-height: 1.12; max-width: 860px; margin: 0 auto 18px; } .hero p { font-size: 19px; max-width: 660px; margin: 0 auto; opacity: 0.95; } .wrap { max-width: 820px; margin: 0 auto; padding: 0 24px; } /* Intro */ .intro { padding