diff --git a/images/favi_icon.png b/images/favi_icon.png new file mode 100644 index 0000000..d19ea5b Binary files /dev/null and b/images/favi_icon.png differ diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000..0054834 Binary files /dev/null and b/images/icon.png differ diff --git a/index.html b/index.html index bcdc1b1..ffeadb4 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ smolNews +
@@ -15,7 +16,6 @@ - @@ -69,6 +69,12 @@
+
+ + Icon Image + +
+ diff --git a/style.css b/style.css index 3e04c4e..55c8ba7 100644 --- a/style.css +++ b/style.css @@ -25,4 +25,8 @@ color: #666; font-size: 0.9em; margin-bottom: 15px; +} + +.icon-small { + width: 10%; /* Set the width to 10% */ } \ No newline at end of file