curiousguy.hashnode.devHTML Tags -Audio/Video & inputThis article will cover a few important HTML Tags. Audio and video tags Input tags Audio and video tags: Audio Tag:The audio tag is used to embed sound content in a document, such as music or other audio streams. The audio tag contains one or mor...Feb 7, 2023·3 min read
curiousguy.hashnode.devImportant CSS concepts[5/5]This article will cover the concept of border-box. What are the basic things a CSS dev has to keep in mind when creating boxes in CSS? Here are some important properties a developer has to keep in mind while creating boxes in CSS: Border: A border wi...Feb 7, 2023·3 min read
curiousguy.hashnode.devImportant CSS concepts[4/5] - GRIDThis article will cover the grid concept. What is a grid in CSS? CSS Grid Layout is a two-dimensional grid-based layout system that, compared to any web layout system of the past, completely changes the way we design user interfaces. CSS has always b...Jan 30, 2023·6 min read
curiousguy.hashnode.devImportant CSS concepts[3/5] - MEDIA QUERYThis article will cover Media Query in CSS. What is Media Query? CSS Media queries are a way to target browsers by certain characteristics, features, and user preferences, then apply styles or run other code based on those things. Perhaps the most co...Jan 19, 2023·2 min read
curiousguy.hashnode.devImportant CSS concepts[2/5] - FLEXBOXThis article will cover flex in CSS. What is flex? The main idea behind the flex layout is to give the container the ability to alter its items’ width/height (and order) to best fill the available space (mostly to accommodate all kinds of display dev...Jan 19, 2023·4 min read