diff --git a/agile-dev/css/custom.css b/agile-dev/css/custom.css index 6f17954..77b9060 100644 --- a/agile-dev/css/custom.css +++ b/agile-dev/css/custom.css @@ -12,7 +12,6 @@ align-items: center; margin: 0 auto; width: 80%; - text-justify: ; } .left { diff --git a/agile-dev/index.html b/agile-dev/index.html index 82a4082..98707c3 100644 --- a/agile-dev/index.html +++ b/agile-dev/index.html @@ -69,35 +69,9 @@

Benefice

- -
-
-

Benefice 2

-

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the - industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and - scrambled it to - make a type specimen book. It has survived not only five centuries, but also the leap into electronic - typesetting, - remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets - containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker - including - versions of Lorem Ipsum.

-
-
- appli-iphone> -
-
-

Benefice 3

-

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the - industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and - scrambled it to - make a type specimen book. It has survived not only five centuries, but also the leap into electronic - typesetting, - remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets - containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker - including - versions of Lorem Ipsum.

-

Benefice 3

+
+
+

Benefice 2

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to @@ -108,7 +82,32 @@

Benefice 3

including versions of Lorem Ipsum.

-
+
+ appli-iphone> +
+
+

Benefice 3

+

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the + industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and + scrambled it to + make a type specimen book. It has survived not only five centuries, but also the leap into electronic + typesetting, + remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets + containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker + including + versions of Lorem Ipsum.

+

Benefice 3

+

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the + industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and + scrambled it to + make a type specimen book. It has survived not only five centuries, but also the leap into electronic + typesetting, + remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets + containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker + including + versions of Lorem Ipsum.

+
+
diff --git a/header-1.js b/header-1.js deleted file mode 100644 index 14f4243..0000000 --- a/header-1.js +++ /dev/null @@ -1,14 +0,0 @@ -let navToggle = document.querySelector(".nav__toggle"); -let navWrapper = document.querySelector(".nav__wrapper"); - -navToggle.addEventListener("click", function () { - if (navWrapper.classList.contains("active")) { - this.setAttribute("aria-expanded", "false"); - this.setAttribute("aria-label", "menu"); - navWrapper.classList.remove("active"); - } else { - navWrapper.classList.add("active"); - this.setAttribute("aria-label", "close menu"); - this.setAttribute("aria-expanded", "true"); - } -});