SAE_S1.05_S1.06/css/menu.css

98 lines
1.4 KiB
CSS
Raw Normal View History

2024-01-17 14:35:18 +01:00
body {
font-family: 'Arial', sans-serif;
background-color: #f7f7f7;
color: #333;
}
.menu-category {
margin-bottom: 20px;
background-color: #fff;
padding: 15px;
2024-01-17 23:44:53 +01:00
border:solid;
2024-01-17 14:35:18 +01:00
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
2024-01-17 23:44:53 +01:00
.Carte {
border:solid;
margin-bottom: 20px;
margin-left:auto;
margin-right:auto;
height:40vw;
max-height: 1122px;
width:40vw;
max-width : 794px;
background-color: #E3E3E3;
padding: 15px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Carte img {
border:solid;
width: 10vw;
max-height: 200px;
height: 10vw;
max-height: 200px;
border-radius: 8px;
}
.Carte #haut-droit {
float:right;
}
#haut-gauche {
transform: rotate(0.75turn);
}
#bas-droit {
transform: rotate(0.25turn);
top:922px;
}
#bas-gauche {
transform: rotate(0.5turn);
}
2024-01-17 14:35:18 +01:00
.menu-category h3 {
font-size: 24px;
border-bottom: 2px solid #ccc;
padding-bottom: 5px;
margin-bottom: 10px;
color: #1a1a1a;
}
.menu-item {
margin-bottom: 20px;
background-color: #fff;
padding: 15px;
border-radius: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.menu-item img {
width: 100%;
max-width: 200px;
height: auto;
border-radius: 8px;
}
.menu-item h4 {
font-size: 20px;
color: #333;
margin-bottom: 8px;
}
.menu-item p {
color: #555;
2024-01-17 17:52:48 +01:00
}