Move a block inside another block and indent it
.hero { background-color: pink; } header { border-bottom: 2px solid #26BBB3; }
.hero { background-color: pink; header { border-bottom: 2px solid #26BBB3; } }