8 followers
I’m a web developer. I spend my whole day, practically every day, experimenting with HTML, CSS, and JavaScript
What is Array? Arrays are an important data type in JavaScript that allows you to store and manipulate a collection of values. Arrays are ordered, and...
What is git? Git is a version control system which lets you track changes you make to your files over time. With Git, you can revert to various states...
Introduction to CSS Grid CSS Grid layout is a two-dimensional grid layout. Grid is compared to any web layout system of the past, completely changes...
What are Media Queries? Media queries can modify the appearance (and even behavior) or a website or app based on a matched set of conditions about...
Position The position sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of...
What is Flexbox? Flexbox is another way to layout the element in CSS. It contains a parent element (i.e. container) which contains elements (that are...