Commit for now
This commit is contained in:
44
main.css
44
main.css
@@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user