From 2b3b942ba34534bee301cffb28fe8a84dba62c14 Mon Sep 17 00:00:00 2001 From: YvanNours~ Date: Fri, 26 May 2023 14:58:56 +0200 Subject: [PATCH 1/2] yvan --- agile-dev/css/custom.css | 39 +++++++++++++++++++++++++++++++++++++++ agile-dev/index.html | 20 ++++++++++++++++---- 2 files changed, 55 insertions(+), 4 deletions(-) diff --git a/agile-dev/css/custom.css b/agile-dev/css/custom.css index e69de29..d083cee 100644 --- a/agile-dev/css/custom.css +++ b/agile-dev/css/custom.css @@ -0,0 +1,39 @@ +ul.navbar { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: #333; +} + +ul.navbar li { + float: left; +} + +ul.navbar li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +ul.navbar li a:hover { + background-color: #111; +} + +ul.navbar li.navbar-logo { + margin-right: 20px; +} + +ul.navbar li.navbar-logo img { + height: 40px; + vertical-align: middle; +} +ul.navbar li.navbar-button { + float: right; +} + +ul.navbar li.navbar-button a { + background-color: #4CAF50; +} \ No newline at end of file diff --git a/agile-dev/index.html b/agile-dev/index.html index 2fb0a11..5078ac7 100644 --- a/agile-dev/index.html +++ b/agile-dev/index.html @@ -4,9 +4,9 @@ - + - + 🤙 Yo! application 🤙 | Simplon @@ -18,8 +18,20 @@ - + - + + + + + + + + \ No newline at end of file From ede6ef2c633505085c81d71ce297ea309925de67 Mon Sep 17 00:00:00 2001 From: lea4203 Date: Fri, 26 May 2023 15:27:57 +0200 Subject: [PATCH 2/2] ajout section lea --- agile-dev/css/custom.css | 15 +++++++++++++++ agile-dev/index.html | 10 ++++++++++ 2 files changed, 25 insertions(+) diff --git a/agile-dev/css/custom.css b/agile-dev/css/custom.css index d083cee..82a25b8 100644 --- a/agile-dev/css/custom.css +++ b/agile-dev/css/custom.css @@ -36,4 +36,19 @@ ul.navbar li.navbar-button { ul.navbar li.navbar-button a { background-color: #4CAF50; +} + + + +.image { + width: 400px; + height: 400px; + text-align: left; +} +.text { + text-align: right; +} + +.button { + text-align: right; } \ No newline at end of file diff --git a/agile-dev/index.html b/agile-dev/index.html index 5078ac7..308e4a8 100644 --- a/agile-dev/index.html +++ b/agile-dev/index.html @@ -32,6 +32,16 @@
  • Services
  • + +

    Bénéfice

    + +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent risus leo, dictum i
    Lorem ipsum + dolor sit amet, consectetur adipiscing elit. Praesent risus leo, dictum i
    Lorem ipsum dolor sit amet, consectetur + adipiscing elit. Praesent risus leo, dictum i +

    +
    + +
    \ No newline at end of file