<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

/* Customize Universal */
.home-carousel {
  background: url('../img/photogrid.png') left top repeat;
}

.box-simple p {
  font-size: 18px;
}

#copyright p.pull-right {
  color: #444;
}

#copyright a {
  color: #444;
}
</pre></body></html>