#webdevelopment
Read more stories on Hashnode
Articles with this tag
What is an array? Arrays are used to store multiple values in a single variable. We denote the array by a square bracket[]. This is compared to a...
1. What is a CSS grid? Grid is a two-dimensional layout system that completely changes the way we design user interfaces. we used many methods but...
CSS Media queries are a way to target browsers by certain characteristics, features, and user preferences, then apply styles to it but most common...
1. What is the position? The position is a CSS property that determines how an element is positioned in a document. Top, right, bottom and left...