Commit for now

This commit is contained in:
2026-03-13 11:24:44 +01:00
parent f998085291
commit c9300a2ff3
2 changed files with 39 additions and 8 deletions

View File

@@ -1,19 +1,49 @@
.recette { html, body{
background-color: red; height: 100%;
text-align: center;
/*font-size: 98%;*/
} }
.logo { #header {
display: flex;
flex-direction: row;
padding: 30px;
}
#logo {
background-color: blue; background-color: blue;
} }
.nav { #nav {
background-color: yellow; background-color: yellow;
} }
.footer {
background-color: purple; body {
display: flex;
flex-direction: column;
margin: 0;
padding: 0;
height: 100%;
} }
.sidebar { #sidebar {
background-color: aquamarine; background-color: aquamarine;
} }
#main-body {
background-color: red;
display: flex;
flex-direction: row;
overflow: auto;
}
footer{
padding: 25px;
background: darkslateblue;
color: white;
}

View File

@@ -1,4 +1,5 @@
<div id="recettes"> <div id="recettes">
Les recettes
<ul> <ul>
<li>Un élément au pif</li> <li>Un élément au pif</li>
<li>Un deuxième élément au pif</li> <li>Un deuxième élément au pif</li>