diff --git a/project/assets/css/style.css b/project/assets/css/style.css index 0a636e2..3f17c82 100644 --- a/project/assets/css/style.css +++ b/project/assets/css/style.css @@ -59,11 +59,6 @@ body{ height: 300vh; background-color: #eeeeee; } -.test1{ - float: left; - text-align: center; - margin-top: 40px; -} .test2{ margin-top: 70px; float: right; @@ -117,7 +112,9 @@ body{ width: 100%; height: 440px; margin-top: 100px; - background-color: white; + background: url("../img/img-home.jpg"); + background-position: center; + background-size: cover; box-shadow: 1px 1px 30px 1px lightgrey; } .bloc_principal_titre{ diff --git a/project/assets/html/includes/header.html b/project/assets/html/includes/header.html index fde33b7..2f824a7 100644 --- a/project/assets/html/includes/header.html +++ b/project/assets/html/includes/header.html @@ -5,16 +5,16 @@
- + + \ No newline at end of file diff --git a/project/assets/html/index.html b/project/assets/html/index.html index 28e341f..6f1374f 100644 --- a/project/assets/html/index.html +++ b/project/assets/html/index.html @@ -17,8 +17,6 @@

L'actualité de nos campus...

- -

Ceci est un magnifique titre

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed diff --git a/project/assets/img/img-home.jpg b/project/assets/img/img-home.jpg new file mode 100644 index 0000000..75cd35c Binary files /dev/null and b/project/assets/img/img-home.jpg differ diff --git a/project/assets/img/img_acceuil2.jpg b/project/assets/img/img_acceuil2.jpg deleted file mode 100644 index 2bf3832..0000000 Binary files a/project/assets/img/img_acceuil2.jpg and /dev/null differ