{"name":"general_customer_reviews","head":"","h":"<section>\n    <div class=\"ctr\">\n\n        <div class=\"review\">\n            Review\n        </div>\n\n        <div class=\"review\">\n            Review\n        </div>\n\n        <div class=\"review\">\n            Review\n        </div>  \n\n    </div>\n</section>","c":"*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nbody{\n    background-color:white;\n    /* Hint: https://cssgradient.io/ */\n    min-height:100vh;\n}\n\n.ctr{\n    display:flex;\n    justify-content:space-around;\n    padding: 20px 0;\n}\n\n.review{\n    width:calc(33.33% - 20px);\n    background-color:#EFEFEF;\n}","j":"","clip":{"name":[[]],"startFile":{"init":false,"head":"","h":"","c":"","j":""},"inst":[[]],"editor":[[]],"clock":[[]]}}
