diff --git a/custom.css b/custom.css index e69de29..c92c375 100644 --- a/custom.css +++ b/custom.css @@ -0,0 +1,3 @@ +.proposition { + background-color: #eeeeee; +} diff --git a/index.html b/index.html index 6ed7686..b6799ce 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@ transform: translateY(0%); } - .container { - animation: slide-in 2s; + .proposition { + animation: slide-in 2.5s; transform: translateY(0%); } @@ -63,8 +63,12 @@ -
+
+
+
+
+
@@ -100,14 +104,18 @@
+
+
+
+
+



-
-

+