diff --git a/docs/blog/2025-08-21-buildingbettercss/buildingbettercss-dashboard.png b/docs/blog/2025-08-21-buildingbettercss/buildingbettercss-dashboard.png new file mode 100644 index 000000000..16db16502 Binary files /dev/null and b/docs/blog/2025-08-21-buildingbettercss/buildingbettercss-dashboard.png differ diff --git a/docs/blog/2025-08-21-buildingbettercss/index.md b/docs/blog/2025-08-21-buildingbettercss/index.md index 704cbc78c..091152d2b 100644 --- a/docs/blog/2025-08-21-buildingbettercss/index.md +++ b/docs/blog/2025-08-21-buildingbettercss/index.md @@ -165,11 +165,7 @@ The `::part()` pseudo-element is like having a key to specific rooms in an other Here's a dashboard I put together that uses most of the stuff I've mentioned - CSS Grid, DWC tokens, and component-specific styling: - +![Screenshot of Dashboard](./buildingbettercss-dashboard.png) This dashboard shows how all the pieces work together in practice. The responsive layout uses CSS Grid with custom media queries for mobile optimization. All the colors and spacing come from DWC tokens, so changing the primary color at the root level updates the entire interface. The combination of external CSS and inline component styles keeps everything maintainable, which is great because I definitely needed to go back and fix things multiple times.