We'll use flexbox to lay that out. To get started, add a new item class to style.css and give it a margin of 5px.
item
style.css
margin
5px
Make sure to pick . followed by item and then {, margin, :, 5px, ;, }.
.
{
:
;
}