File size: 117 Bytes
f46b416
 
 
 
 
 
1
2
3
4
5
6
.home-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px;
}