I stumbled upon some CSS / HTML examples and came across this interesting snippet:
*, *:before, *:after {
position: relative;
}
It appears that implementing this rule can have a notable impact on the layout.
What might be the rationale behind this particular rule?