diff --git a/index.html b/index.html index a119a47..c4a11cf 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@
- + + + + @@ -192,13 +237,19 @@ content:" "; display: block; position:absolute; - top:0; + top:-18px; left:50%; width:36px; height:36px; border-radius:50px; background:#5E7D65; - transform:translate(-50%, -50%); + transform:translateX(-50%); + } + .progress--stage-5 > *:nth-child(5)::before + { + left:auto; + right:0; + transform:none; } .progress--stage-1 > *:nth-child(1), .progress--stage-2 > *:nth-child(2), .progress--stage-3 > *:nth-child(3), .progress--stage-4 > *:nth-child(4), .progress--stage-5 > *:nth-child(5) { @@ -301,6 +352,13 @@ +