Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never commit any file from .vscode directory or local system configuration files

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, I will resolve it.

}
19 changes: 19 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand All @@ -37,6 +53,7 @@ width: 30%;
.images > img {
width: 30%;
}

}

footer div {
Expand Down Expand Up @@ -102,6 +119,7 @@ header .nav {
main {
margin-top: 100px;
}

@media (min-width: 600px) {
.images > img {
width: 47%;
Expand All @@ -114,3 +132,4 @@ main {
}

}