diff --git a/header.php b/header.php index d1cbedc..94dc637 100644 --- a/header.php +++ b/header.php @@ -10,6 +10,8 @@
  • Liste des recettes
  • Login
  • Ajouter une Recette
  • +
  • Liste des Ingrédients
  • +
  • Manage Tag
  • diff --git a/listeIngr.php b/listeIngr.php new file mode 100644 index 0000000..88716c4 --- /dev/null +++ b/listeIngr.php @@ -0,0 +1,62 @@ + + + + + + Test Statique + + + + + + +
    +
    +
    + +
    + Un Element +
    +
    +
    + +
    + Un Element +
    +
    +
    + +
    + Un Element +
    +
    +
    + +
    + Un Element +
    +
    +
    + +
    + Un Element +
    +
    +
    + +
    + Un Element +
    +
    +
    + +
    + Un Element +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/listeTag.php b/listeTag.php new file mode 100644 index 0000000..c833bae --- /dev/null +++ b/listeTag.php @@ -0,0 +1,21 @@ + + + + + + Test Statique + + + + + + +
    +
    + +
    +
    + + + + \ No newline at end of file diff --git a/main.css b/main.css index 97ad820..212cb83 100644 --- a/main.css +++ b/main.css @@ -485,11 +485,37 @@ ul { padding-top: 20px; } +.liste-ingr-elem { + display: flex; + height: 100px; + padding:5px; + background-color: #c6fdefe0; + color: #000000; + border: 1px solid black; + border-radius: 10px; + box-shadow: 1px 1px 1px black; +} + +.liste-ingr-elem-text { + width: 100%; + height: 100%; + flex:12; + padding-left: 20px; + line-height: 100px; +} + +.ingr-image { + flex: 1; + border: 1px solid black; + border-radius: 10px; +} + /*Footer et son contenue*/ footer{ padding: 25px; background: rgb(11, 189, 144); color: white; + border-top: 1px solid black; } diff --git a/pomme.jpeg b/pomme.jpeg new file mode 100644 index 0000000..b73b2c5 Binary files /dev/null and b/pomme.jpeg differ