From e8dbb0d2c665e4842c18ee5b46065348627915d8 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sat, 8 Oct 2022 15:57:45 -0300 Subject: [PATCH] Display images none --- index.html | 4 ++-- style.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1c297a1..8ccfd12 100644 --- a/index.html +++ b/index.html @@ -38,11 +38,11 @@ - {{/* +
Biden's America It's ok little minion It's the crazy frog!
- */}} + diff --git a/style.css b/style.css index 738a1b1..5ef48d5 100644 --- a/style.css +++ b/style.css @@ -24,5 +24,6 @@ html { margin-left: auto; margin-right: auto; object-fit: contain; - display: block; + /* display: block; */ + display: none; }