21 lines
256 B
CSS
21 lines
256 B
CSS
#projects {
|
|
header {
|
|
height: 300px;
|
|
}
|
|
article {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
gap: 20px;
|
|
img {
|
|
max-height: 500px;
|
|
max-width: 500px;
|
|
width: 100%;
|
|
margin: 0px auto;
|
|
}
|
|
}
|
|
.mouse {
|
|
margin-top: 100px;
|
|
}
|
|
}
|