←back to thread

LooksMapping

(looksmapping.com)
116 points elsewhen | 4 comments | | HN request time: 0.581s | source
1. meindnoch ◴[] No.44462593[source]
What's the purpose of this?

  .pix {
      /* Simulate CRT pixelation and low resolution */
      text-rendering: optimizeSpeed;
      font-family: Arial, sans-serif;
      font-smooth: never;
      -webkit-font-smoothing: none;
      -moz-osx-font-smoothing: grayscale;
      
      
      
      /* Simulate slight pixelation */
      filter: blur(0.3px);
      
      color: black;
      font-size: 16px;
      
  }
replies(3): >>44462682 #>>44463620 #>>44467022 #
2. tauntz ◴[] No.44462682[source]
Aesthetics
3. erikig ◴[] No.44463620[source]
Yep, makes the site look like it was rendered on an old browser on a CRT.
4. rdlw ◴[] No.44467022[source]
It simulates CRT pixelization and low resolution