Commit for now
This commit is contained in:
46
main.css
46
main.css
@@ -1,19 +1,49 @@
|
||||
.recette {
|
||||
background-color: red;
|
||||
html, body{
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
/*font-size: 98%;*/
|
||||
}
|
||||
|
||||
.logo {
|
||||
#header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
.nav {
|
||||
#nav {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: purple;
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
#sidebar {
|
||||
background-color: aquamarine;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#main-body {
|
||||
background-color: red;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
footer{
|
||||
padding: 25px;
|
||||
background: darkslateblue;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user