diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/style.css b/style.css index 7bb948b..79aad9c 100644 --- a/style.css +++ b/style.css @@ -29,6 +29,22 @@ margin-right:2rem ; @media (min-width: 1025px) { + .images > img { + width: 30%; + } +} +.images img{ + transition: .5s all ease; +} +.images img:hover{ + + transform: scale(0.9); +} + + .images > img { + width: 30%; + } + .images > img { width: 30%; } @@ -37,6 +53,7 @@ width: 30%; .images > img { width: 30%; } + } footer div { @@ -102,6 +119,7 @@ header .nav { main { margin-top: 100px; } + @media (min-width: 600px) { .images > img { width: 47%; @@ -114,3 +132,4 @@ main { } } +