/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 30 2025 | 13:30:04 */
.foogrid {
  display: grid;
  grid-template-columns: auto auto auto;
}
.foogrid > div {
	font-size: 14px;
	background:green;
	color:white;
	padding: 10px;
}