As a premium hosted eCommerce solution, BigCommerce allows business owners to set up an online store, customize it to their liking, and then sell an unlimited number of digital, physical, or even service-based products.So long as you have access to a web browser and the Internet, you can build and manage your store from anywhere.… Continue reading BigCommerce
Author: Juby Thomas
Responsive font size
he text size can be set with a vw unit, which means the “viewport width”. That way the text size will follow the size of the browser window. <h1 style=”font-size:8vw;”>Text1</h1><p style=”font-size:2vw;”>Resize the browser window to see how the font size scales.</p>