/* 3. MINI STOREFRONT STYLING */ .mini-storefront { max-width: 1200px; margin: 0 auto 60px; text-align: center; } .product-grid { display: grid; grid-template-columns: repeat(6, 1fr); /* Six columns */ gap: 20px; margin-top: 30px; } .product-placeholder { height: 150px; background-color: #fcfcfc; border: 1px solid #eee; display: flex; align-items: center; justify-content: center; font-size: 0.8em; }
10 Dec 2016

HOW TO MAKE CARROT OIL

Over the past few weeks, I have been extremely busy, hence writing or doing anything has been practically impossible except for the classes which I can't stop.  But regardless of my work schedule, I managed to make one of my favorite oils-carro…

OUR BEAUTY GAZETTE

Loading posts...
Read More
```