projects shell style

PHOTO EMBED

Thu Jun 30 2022 04:23:36 GMT+0000 (Coordinated Universal Time)

Saved by @mbala #css

.projects-title {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}
.projects-title h2{
    color: #000;
    font-size: 40px;
}
.projects .content
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 40px;

}
content_copyCOPY