.about-grid {
display: grid;
grid-template-columns: 50% 50%;
}
.i-am, .i-like {
text-align: center;
text-decoration: none
}
.about-list {
list-style: none;
padding: 0;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.