From 02b9d6f5d9a25c91009d3d7871f8f4a083cac42a Mon Sep 17 00:00:00 2001
From: David Polakovic
Date: Fri, 31 Mar 2023 10:55:53 +0200
Subject: [PATCH] changed blog.php to blog.html + references to it, changed
picture behavior in content class of styles
---
Blogs/blog-template.html | 2 +-
Styles/styles.css | 4 +++
ad.html | 3 +-
blog.html | 61 ++++++++++++++++++++++++++++++++++++++++
index.html | 2 +-
5 files changed, 68 insertions(+), 4 deletions(-)
create mode 100644 blog.html
diff --git a/Blogs/blog-template.html b/Blogs/blog-template.html
index 7bea02f..fb885d6 100644
--- a/Blogs/blog-template.html
+++ b/Blogs/blog-template.html
@@ -24,7 +24,7 @@
diff --git a/Styles/styles.css b/Styles/styles.css
index 2f71552..a6dc7df 100644
--- a/Styles/styles.css
+++ b/Styles/styles.css
@@ -90,6 +90,10 @@ body {
text-align: justify;
}
+.content img {
+ max-width: 100%;
+}
+
.center {
text-align: center;
}
diff --git a/ad.html b/ad.html
index 9716810..4802f37 100644
--- a/ad.html
+++ b/ad.html
@@ -25,7 +25,7 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/index.html b/index.html
index 1c5b915..1aa5479 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@