Files
landing-page/html/styles/projects.css
2025-10-30 14:54:32 +01:00

10 lines
146 B
CSS

#projects {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 95%;
height: 95%;
}