diff --git a/day1/imgindex.html b/day1/imgindex.html index c7a219c..019e341 100644 --- a/day1/imgindex.html +++ b/day1/imgindex.html @@ -42,7 +42,13 @@

-
+
+
+
+
+
+
+
diff --git a/day1/index.html b/day1/index.html new file mode 100644 index 0000000..e69de29 diff --git a/day1/izbor.jpg b/day1/izbor.jpg new file mode 100644 index 0000000..eecf175 Binary files /dev/null and b/day1/izbor.jpg differ diff --git a/day1/izbor2.jpg b/day1/izbor2.jpg new file mode 100644 index 0000000..1bd8a9d Binary files /dev/null and b/day1/izbor2.jpg differ diff --git a/day1/izbor3.jpg b/day1/izbor3.jpg new file mode 100644 index 0000000..e3fbf76 Binary files /dev/null and b/day1/izbor3.jpg differ diff --git a/day1/izbor4.jpg b/day1/izbor4.jpg new file mode 100644 index 0000000..0739f11 Binary files /dev/null and b/day1/izbor4.jpg differ diff --git a/day1/izbor5.jpg b/day1/izbor5.jpg new file mode 100644 index 0000000..f73a452 Binary files /dev/null and b/day1/izbor5.jpg differ diff --git a/day1/izbor6.jpg b/day1/izbor6.jpg new file mode 100644 index 0000000..de12b1c Binary files /dev/null and b/day1/izbor6.jpg differ diff --git a/day1/sever.jpg b/day1/sever.jpg new file mode 100644 index 0000000..8406f12 Binary files /dev/null and b/day1/sever.jpg differ diff --git a/main.css b/main.css index 8bf8e49..6b2aa10 100644 --- a/main.css +++ b/main.css @@ -10,4 +10,5 @@ background-image: url("imgs/gallery.jpg"); background-position: center center; background-size: cover; -} \ No newline at end of file +} +img { image-orientation: from-image; }