Menu
Tech Expo Gujarat 2024
AI Development
Services
Solutions
Technologies
About Us
Career
Resources
Work with Thirdrocktechkno
WEB DEVELOPMENT
MOBILE DEVELOPMENT
PRODUCT ENGINEERING
QUALITY ENGINEERING
HEADLESS CMS
HIRE AI DEVELOPER
HIRE VOICE DEVELOPER
HIRE WEB DEVELOPER
HIRE MOBILE DEVELOPER
Author
As a web designer with a strong background in user experience and visual design, I am skilled at creating beautiful and intuitive websites that engage and convert users.
Gatsby Best Practices
Make your CSS dynamic with custom properties
How to improve CSS layout with flex?
Introduction to Gatsby and Best Practices for Blazing-Fast Websites Gatsby is a free and open source framework based on React that helps developers build blazing-fast websites and apps. Gatsby’s goal is to make website development fast, simple, and fun. Gatsby uses powerful pre configuration to cut down on development time and ensures that your site/app is always kept up-to-date with the latest best practices. Sites built with Gatsby are also SEO friendly out of the box thanks to its use of s
How to create Dynamic CSS? While writing CSS sometimes we need to declare variables, CSS custom properties are like CSS’s own implementation of variables. What are CSS custom properties? CSS custom properties allow you to assign arbitrary values to a property with a name of your choice It allow you Use the var() function to use these values in other properties Prerequisites * Basic knowledge of CSS * You should have knowledge of currentColor refers to the current color value of an element
Flexbox is a layout model that allows their children elements to align horizontal and vertical with distributing space within a container. We can use flexbox when we need to resize their children’s size or growing to fill unused space or shrinking to avoid overflowing the flex container.