Display images none

This commit is contained in:
Isaac Shoebottom 2022-10-08 15:57:45 -03:00
parent 6548d65bf2
commit e8dbb0d2c6
2 changed files with 4 additions and 3 deletions

View File

@ -38,11 +38,11 @@
</ul>
</div>
</body>
{{/*
<div class="image">
<img src="image.jpg" alt="Biden's America" class="image">
<img src="image2.jpg" alt="It's ok little minion" class="image">
<img src="https://i.imgur.com/aEyOuaF.png" width="30%" height="30%" alt="It's the crazy frog!" class="image">
</div>
*/}}
</html>

View File

@ -24,5 +24,6 @@ html {
margin-left: auto;
margin-right: auto;
object-fit: contain;
display: block;
/* display: block; */
display: none;
}