diff --git a/index.html b/index.html index 9f27256..579413b 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,7 @@ background-color: #fdfdfd; box-shadow: 0 -2px 10px 0 rgb(0 0 0 / 10%); display: grid; + /* grid-template-columns: repeat(3, 1fr); */ place-items: center; } @@ -72,31 +73,56 @@