SAE_S1.05_S1.06/css/nos-chefs.css

39 lines
610 B
CSS
Raw Permalink Normal View History

2024-01-16 00:23:27 +01:00
.nos-chefs-section {
max-width: 800px;
margin: 0 auto;
}
.chef-element {
2024-01-16 00:23:27 +01:00
margin-bottom: 20px;
text-align: center;
}
2024-01-17 18:47:54 +01:00
.chef-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.chef {
flex: 1;
max-width: 300px;
margin: 10px;
text-align: center;
background-color: #FFFFFF;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 15px;
}
.chef img {
2024-01-16 00:23:27 +01:00
max-width: 100%;
2024-01-17 18:47:54 +01:00
border-radius: 8px;
2024-01-16 00:23:27 +01:00
margin-bottom: 10px;
}
2024-01-17 18:47:54 +01:00
.chef h3 {
margin-top: 10px;
2024-01-16 00:23:27 +01:00
color: #4A305A;
}