diff --git a/footer.html b/footer.html index 801106d..f153e7e 100644 --- a/footer.html +++ b/footer.html @@ -1,4 +1,10 @@ \ No newline at end of file diff --git a/header.html b/header.html index bb92349..e3f1766 100644 --- a/header.html +++ b/header.html @@ -1,7 +1,11 @@ \ No newline at end of file diff --git a/main.css b/main.css index 3c99ffe..57dbd9d 100644 --- a/main.css +++ b/main.css @@ -18,17 +18,32 @@ html, body{ #header { display: flex; flex-direction: row; - padding: 30px; + padding: 3px; background-color: blanchedalmond; } #logo { + flex:1; + background-color: aqua; background-image: url("Logo.jpg"); - background:no-repeat; + /*background:no-repeat;*/ +} + +.logo{ + height: 100%; + width: 100%; } #nav { background-color: yellow; + flex: 9; + text-align: initial; + letter-spacing: 2px; + padding: 10px; +} + +.nav-element { + padding: 10px; } /*Body et son contenu */ @@ -63,6 +78,7 @@ body { height: 100%; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; + overflow: scroll; } /*Footer et son contenue*/