diff --git a/web/index.css b/web/index.css index ff747b4..47471af 100644 --- a/web/index.css +++ b/web/index.css @@ -88,10 +88,10 @@ .two-one-two-topbottom { display: grid; grid-template-areas: - "A B" - "C C" - "C C" - "D E" + "A B" + "C C" + "C C" + "D E"; } .two-one-two-topbottom .img1 { @@ -101,27 +101,27 @@ .two-row { display: grid; grid-template-areas: - "A B" + "A B"; } .three-row { display: grid; grid-template-areas: - "A B C" + "A B C"; } .four-row { display: grid; grid-template-areas: - "A B C D" + "A B C D"; } .one-three-topbottom { display: grid; grid-template-areas: - "A A A" - "B C D" + "A A A" + "B C D"; } .one-three-topbottom .img1 { - grid-area: A + grid-area: A; } diff --git a/web/index.html b/web/index.html index cc117aa..c434d90 100644 --- a/web/index.html +++ b/web/index.html @@ -12,11 +12,12 @@
-

Select Images

+

Photo Collage

+

Select Images