I am trying to extract the nth child of an element, so that elements appear stacked within the same container.
I\'ve tried reading over https://developer.mozilla.org/en
You could use padding left and do something like
p:nth-child(2){ padding-left: 50px; }