Actualiser Assets/style_recette.css
This commit is contained in:
@@ -32,18 +32,12 @@ body{
|
||||
|
||||
.ingr_ustensiles{
|
||||
|
||||
border: 2px solid #666;
|
||||
border-radius: 10px;
|
||||
padding : 15px;
|
||||
margin : 5px;
|
||||
display : grid;
|
||||
grid-template-columns: repeat(2,1fr);
|
||||
width: 400px;
|
||||
height: 810px;
|
||||
/* grid-template-rows: 150px 150px;*/
|
||||
align-items: center;
|
||||
gap : 10px;
|
||||
box-sizing: border-box;
|
||||
display: grid;
|
||||
grid-template-columns: 250px 1fr;
|
||||
gap: 10px;
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -54,17 +48,14 @@ ul{
|
||||
}
|
||||
|
||||
|
||||
.prepa_recette{
|
||||
border: 2px solid #666;
|
||||
border-radius: 10px;
|
||||
padding : 15px;
|
||||
margin : 5px;
|
||||
display : grid;
|
||||
/*grid-template-columns: repeat(3,2fr);*/
|
||||
width: 800px;
|
||||
height: 810px;
|
||||
grid-template-rows: 200px 1fr;*/
|
||||
align-items: center;
|
||||
gap : 10px;
|
||||
box-sizing: border-box;
|
||||
#rectangle_1{
|
||||
display: grid;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
#rectangle_2{
|
||||
display: grid;
|
||||
place-items: center;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user