#ineuron
Read more stories on Hashnode
Articles with this tag
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...
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...
What is CSS? CSS stands for Cascading Style Sheets. as the name stands for it's used for style and layout web pages- for example, to alter the font,...