-
-
+
+
" Beauty perishes in life,but it
Is immortal in art…
diff --git a/pixobia-6k-unsplash.jpg b/pixobia-6k-unsplash.jpg
new file mode 100644
index 0000000..33b617e
Binary files /dev/null and b/pixobia-6k-unsplash.jpg differ
diff --git a/pixobia-CM-unsplash.jpg b/pixobia-CM-unsplash.jpg
new file mode 100644
index 0000000..673615d
Binary files /dev/null and b/pixobia-CM-unsplash.jpg differ
diff --git a/pixobia-Yl24iD8H38U-unsplash.jpg b/pixobia-Yl24iD8H38U-unsplash.jpg
new file mode 100644
index 0000000..c893c13
Binary files /dev/null and b/pixobia-Yl24iD8H38U-unsplash.jpg differ
diff --git a/pixobia-grass-unsplash.jpg b/pixobia-grass-unsplash.jpg
new file mode 100644
index 0000000..f73a825
Binary files /dev/null and b/pixobia-grass-unsplash.jpg differ
diff --git a/style.css b/style.css
index 641d297..e9e99ef 100644
--- a/style.css
+++ b/style.css
@@ -99,6 +99,8 @@ h4 {
div.gallery {
border: 1px solid #ccc;
box-sizing: border-box;
+ display: table;
+ width: 100%;
}
div.gallery:hover {
@@ -108,11 +110,13 @@ div.gallery:hover {
div.gallery img {
width: 100%;
height: auto;
+ display: flex;
}
div.desc {
padding: 15px;
text-align: center;
+ display: table;
}
* {
@@ -123,6 +127,9 @@ div.desc {
padding: 0 6px;
float: left;
width: 24.99999%;
+ display: flex;
+ align-items: stretch;
+ justify-content: space-around;
}
@@ -253,6 +260,7 @@ a[target]{
margin: auto;
width: 50px;
text-align: center;
+ align-content: center;
}
.footer-container{
display: flex;