Fix: grid is a line grid, not a dot grid
This commit is contained in:
@@ -13,7 +13,7 @@ Most developer portfolios look the same: flat white, rigid grid, card borders at
|
|||||||
|
|
||||||
The background is a fixed layer sitting behind everything at `z-index: -10`. It has two parts.
|
The background is a fixed layer sitting behind everything at `z-index: -10`. It has two parts.
|
||||||
|
|
||||||
First, a 24px dot grid using a CSS background gradient:
|
First, a 24px line grid using a CSS background gradient:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
background-image: linear-gradient(to right, #80808010 1px, transparent 1px),
|
background-image: linear-gradient(to right, #80808010 1px, transparent 1px),
|
||||||
|
|||||||
Reference in New Issue
Block a user