Logiciel professionnel
+diff --git a/tp1/css/style.css b/tp1/css/style.css index 5500f59..ca2f8ab 100644 --- a/tp1/css/style.css +++ b/tp1/css/style.css @@ -1,13 +1,14 @@ * { margin: 0; padding: 0; + font-family: 'Raleway', sans-serif; } header { height: 135px; } -header.logo { +.header-logo { float: left; width: 298px; } @@ -68,4 +69,65 @@ a.btn { padding: 10px 5px 10px 5px; background: #00ED93; color: #3B6D56; -} \ No newline at end of file +} + +.section { + height: 879px; +} + +#carousel { + margin: 50px 0; + background-color: #DDEFFD; + position: relative; +} + +/*Menthe*/ +#carousel::before { + content: ""; + position: absolute; + bottom: -80px; left: 0; + width: 348px; + height: 642px; + background: url("../img/—Pngtree—many kinds of vegetables in_7257107 1.png") left bottom; +} + +/*Choux fleur*/ +#carousel::after { + content: ""; + position: absolute; + top: 20px; right: 0; + width: 348px; + height: 642px; + background: url("../img/—Pngtree—many kinds of vegetables in_7257107 2.png") right center; +} + +#carousel > .content { + width: 1120px; + margin: 0 auto; + padding-top: 200px; +} + +#carousel .content *{ + margin: 20px 0px; +} + +#carousel .content p { + font-weight: 700; + font-size: 24px; + line-height: 28px; + color: #79BD9D; +} + +#carousel .content h1 { + font-weight: 700; + font-size: 44px; + line-height: 52px; + color: #3B6D56; + text-transform: uppercase; +} + +#carousel .content h2 { + font-weight: 700; + font-size: 22px; + line-height: 26px; +} diff --git a/tp1/img/DSC_0852 (1)_edited 1.png b/tp1/img/DSC_0852 (1)_edited 1.png new file mode 100644 index 0000000..eb3f551 Binary files /dev/null and b/tp1/img/DSC_0852 (1)_edited 1.png differ diff --git a/tp1/img/Group 1.png b/tp1/img/Group 1.png new file mode 100644 index 0000000..5f43877 Binary files /dev/null and b/tp1/img/Group 1.png differ diff --git a/tp1/img/Instagram.png b/tp1/img/Instagram.png new file mode 100644 index 0000000..89ba8a7 Binary files /dev/null and b/tp1/img/Instagram.png differ diff --git a/tp1/img/LOGOsimple noir 1.png b/tp1/img/LOGOsimple noir 1.png new file mode 100644 index 0000000..2c88c1e Binary files /dev/null and b/tp1/img/LOGOsimple noir 1.png differ diff --git a/tp1/img/Linkedin.png b/tp1/img/Linkedin.png new file mode 100644 index 0000000..dd16fb1 Binary files /dev/null and b/tp1/img/Linkedin.png differ diff --git a/tp1/img/Logo.png b/tp1/img/Logo.png new file mode 100644 index 0000000..7db16b8 Binary files /dev/null and b/tp1/img/Logo.png differ diff --git a/tp1/img/Patient.png b/tp1/img/Patient.png new file mode 100644 index 0000000..34a6917 Binary files /dev/null and b/tp1/img/Patient.png differ diff --git a/tp1/img/Pro.png b/tp1/img/Pro.png new file mode 100644 index 0000000..ed58cac Binary files /dev/null and b/tp1/img/Pro.png differ diff --git a/tp1/img/akar-icons_facebook-fill.png b/tp1/img/akar-icons_facebook-fill.png new file mode 100644 index 0000000..2ca6370 Binary files /dev/null and b/tp1/img/akar-icons_facebook-fill.png differ diff --git a/tp1/img/—Pngtree—kitchen supplies wooden shovel_4581308 1.png b/tp1/img/—Pngtree—kitchen supplies wooden shovel_4581308 1.png new file mode 100644 index 0000000..acf1b8b Binary files /dev/null and b/tp1/img/—Pngtree—kitchen supplies wooden shovel_4581308 1.png differ diff --git a/tp1/img/—Pngtree—many kinds of vegetables in_7257107 1.png b/tp1/img/—Pngtree—many kinds of vegetables in_7257107 1.png new file mode 100644 index 0000000..c6a1c40 Binary files /dev/null and b/tp1/img/—Pngtree—many kinds of vegetables in_7257107 1.png differ diff --git a/tp1/img/—Pngtree—many kinds of vegetables in_7257107 2.png b/tp1/img/—Pngtree—many kinds of vegetables in_7257107 2.png new file mode 100644 index 0000000..d8566aa Binary files /dev/null and b/tp1/img/—Pngtree—many kinds of vegetables in_7257107 2.png differ diff --git a/tp1/img/—Pngtree—many kinds of vegetables in_7257107 3.png b/tp1/img/—Pngtree—many kinds of vegetables in_7257107 3.png new file mode 100644 index 0000000..6a790fb Binary files /dev/null and b/tp1/img/—Pngtree—many kinds of vegetables in_7257107 3.png differ diff --git a/tp1/index.html b/tp1/index.html index 9fb3ac8..c304053 100644 --- a/tp1/index.html +++ b/tp1/index.html @@ -4,6 +4,7 @@
Logiciel professionnel
-Logiciel professionnel
+