Summary

Get an overview of what we have covered so far in this chapter.

We'll cover the following...

Conclusions

  • The position property’s default value is static, and therefore, we don’t have to specify it.

  • When the position is static, we cannot “move” elements out of the flow with the top property.

  • When the value of the position property is set to relative, the top property works.

  • How does a ...