I found the file 'columns-grids.html'.
I want to change the 'Bootstrap Grid' part.
I found 'style.css' and tried changing the color.
.show-grid [class^=col-] {
padding-top: 10px;
padding-bottom: 10px;
background-color: #EEE;
border: 1px solid #DDD;
}
======================================================
However, the color did not change.
I wanted to center the text, but it didn't change.
Where can I change the color and text position?
