Spyke
programminghumor·Programming Humorbybleistift2

Look how they massacred my boy

Top: Chromium, bottom: Firefox

body {
  background: repeating-linear-gradient(
    -45deg,
    black,
    black calc(sqrt(2) * 10px),
    white calc(sqrt(2) * 10px),
    white calc(sqrt(2) * 20px)
  );
  height: 100vh;
}
View original on sopuli.xyz

You reached the end

Look how they massacred my boy | Spyke