Positioning Example

Stylesheet: Width:

Part 1

Happy Face

This is a page that we can use to test various ways of positioning content. We'll work with the happy face image.

Part 2

In the second paragraph, there is also no meaningful content. This text doesn't really have much purpose, it's just filler.

This CSS code is being applied above:

figure {
  margin: 0.5em;
}
#happy {
  position: absolute;
  top: 0;
  right: 0;
}