CSS Feature Queries Tutorial
Feature Queries are used in CSS for precise feature detection. And they’re now supported by all the modern browsers!
We use the @supports keyword. For example:
@supports (height: 100vh) {
.container {
height: 100vh;
}
}
Here we’re checking if...
rembertdesigns.hashnode.dev2 min read
Shubham Kumar Singh
Problem Solver | Full Stack Developer
how can i make hash node dashboard like yours and your blog design