Activity. Make a posting box
desired outcome
Add a new <div> between mytitle and wrap.
<div class="mypost">
Change its width to 500px.
.mypost {
width: 500px;
background-color: green;
}
Move mypost to the center.
.mypost...
olliekim.hashnode.dev3 min read