Personal Site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add rudimentary styles to test boxes

+13
+13
src/components/Header.astro
··· 34 34 } 35 35 </ul> 36 36 </header> 37 + 38 + <style> 39 + header { 40 + image-rendering: pixelated; 41 + border-image: url("../assets/box-blr.png") 10 fill / 10px / 10px round; 42 + margin: 10px; 43 + overflow: auto; 44 + } 45 + 46 + h1 { 47 + margin-block: 0; 48 + } 49 + </style>