diff options
-rw-r--r-- | info/cards.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/info/cards.html b/info/cards.html index 1c4e798..caad7c6 100644 --- a/info/cards.html +++ b/info/cards.html @@ -3,6 +3,7 @@ <style> body { background-color: slategray; margin: 40px; text-align: center; color: white; } img { margin: 20px; box-shadow: 1px 1px 10px rgba(0,0,0,0.5); width: 250px; border-radius: 16px; } +html { image-rendering: high-quality; image-rendering: -webkit-optimize-contrast; } </style> <body> <h1>300: Earth & Water - Cards</h1> |