Once again, we position the elements with two rules. The first rule positions the outer SPAN relatively, 100 pixels lower than its default location. The second rule colors the inner SPAN blue.
#outer { position:relative; top: 100px; color: red } #inner { color: blue }