From 95ad392a0e2ed02185c0ac3137aad6588719afb2 Mon Sep 17 00:00:00 2001 From: FelesNoctis Date: Sat, 9 Dec 2023 02:03:44 -0800 Subject: [PATCH] image-rendering: pixelated --- credits.html | 2 +- index.html | 2 +- index2.html | 2 +- styles/main.css | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/credits.html b/credits.html index b971900..587b730 100644 --- a/credits.html +++ b/credits.html @@ -29,7 +29,7 @@ Brutal Doom Platinum - + diff --git a/index.html b/index.html index 954c4d6..e270ccc 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ Brutal Doom Platinum - + diff --git a/index2.html b/index2.html index 663b4fa..a365b4d 100644 --- a/index2.html +++ b/index2.html @@ -29,7 +29,7 @@ Brutal Doom Platinum - + diff --git a/styles/main.css b/styles/main.css index 62931b0..dc2762b 100644 --- a/styles/main.css +++ b/styles/main.css @@ -65,6 +65,11 @@ body { margin: 20px; } +img { + -ms-interpolation-mode: nearest-neighbor; + image-rendering: pixelated; +} + #footer { background: rgba(15, 20, 36, .5); bottom: 0px;