In JavaScript, I would like to simply change the
<section class="row">
to <div class="row">
Preferably in the least amount of code as possible to keep it simple :) I was using document.querySelector
but that is as far as I got. Thank you for your help!!