10 lines
146 B
CSS
10 lines
146 B
CSS
#projects {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 95%;
|
|
height: 95%;
|
|
}
|
|
|