How to resize blocks equal in website
When we develop a website, many times we need to create several blocks that look the same and stay side by side, such as in the service section of a website where we have 6/9 blocks with the same style. However, when these blocks have varying content, they may not appear to be of equal…
Continue readingCSS viewport height property unit
CSS viewport height property solves the issue of mobile display scrolling. When we work with CSS most of the time we use 100vh(viewport height) to display full viewport height content in the content section. Has anyone ever noticed when we use 100vh there is a lag on the mobile screen? Why is it like this?…
Continue readingEasily Convert your Google Sheets to JSON file
You can convert your google sheets to JSON files within 5 minutes from now using these simple steps. To start the process you'll need to take a Google Sheet. Here is a screenshot for Google sheet that shows a student list from multiple levels: Google Sheet Then click Help from the top menu and select…
Continue reading