diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac817d8 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Gros site bien fait la diff --git a/index.html b/index.html index 658d164..111f696 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,24 @@ - + - + - + +
+ +
diff --git a/static/style.css b/static/style.css index e69de29..6d12e08 100644 --- a/static/style.css +++ b/static/style.css @@ -0,0 +1,41 @@ +body { + background-color: #282A36; + display: flex; + justify-content: center; +} + +#header { + display: flex; + flex-direction: column; + gap: 1rem; + justify-content: center; +} + +#title { + padding : 1rem; +} + +#menubar { + background-color: #44475A; + border-radius: 20px; + padding: 10px; + display: flex; + gap: 50px; + justify-content: center; +} + +.title_button { + padding : 10px; + border-radius: 10px; + background-color: #BD93F9; +} + + +.title_button:hover { + background-color: #BD93F966; +} + + +#content { + background-color : #44475A; +}