...

/

Solution: Position the BOX

Solution: Position the BOX

Let's test our skills by solving this challenge.

Solution

We have two components in our challenge. One is a navbar, and the other is a box model. We will use the unordered list, ul, for the navbar and the span elements to control the box model and position it by using the properties of the box model.

Source code

The source ...