Implemented gallery
This commit is contained in:
@@ -102,4 +102,19 @@ header a:hover {
|
||||
|
||||
article a:visited {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.gallery {
|
||||
margin: 50px;
|
||||
}
|
||||
.gallery img {
|
||||
transition: .25s;
|
||||
object-fit: cover;
|
||||
max-width: 300px;
|
||||
height: 200px;
|
||||
margin: 2px;
|
||||
}
|
||||
.gallery img:hover {
|
||||
filter: brightness(125%);
|
||||
transform: scale(1.25);
|
||||
}
|
||||
Reference in New Issue
Block a user