LIVE
Loading live headlines…
Home Trending World Technology Entertainment Gaming Sports Music Science Lifestyle Business About Contact
c/programminghumor by u/bleistift2 3mo ago sopuli.xyz

Look how they massacred my boy

29 upvotes 3 comments
Top: Chromium, bottom: Firefox

```css
body {
background: repeating-linear-gradient(
-45deg,
black,
black calc(sqrt(2) * 10px),
white calc(sqrt(2) * 10px),
white calc(sqrt(2) * 20px)
);
height: 100vh;
}
```
Visit source Open discussion