diff --git a/css/style.css b/css/style.css index e6b1649..87d3f53 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,6 @@ .card{ margin-bottom: 15px; transition: all 0.2s ease-in-out; - cursor: pointer; box-shadow: 0 0 10px; border-radius: 10px; border: none; @@ -22,4 +21,8 @@ width: 45vh; margin: 0 auto; display: none; +} +.show-more{ + display: none; + margin: 20px 0; } \ No newline at end of file diff --git a/images/Firefox Installer.exe b/images/Firefox Installer.exe new file mode 100644 index 0000000..e757d10 Binary files /dev/null and b/images/Firefox Installer.exe differ diff --git a/index.html b/index.html index 8cec91a..eb31f1c 100644 --- a/index.html +++ b/index.html @@ -13,17 +13,13 @@