CSS- BOX CONCEPT Simple Introduction
๐ Cascading Style Sheets INTRODUCTION : Cascading Style Sheets(CSS),It is the language for describing the presentation of web pages, including Colors, layout and fonts , thus making our web pages presentable to the users.CSS is designed to make style sheets for the web. SYNTAX : ๐Syntax For CSS: https://youtu.be/q_4kIgC4C30?si=86_expgR3nDoAy8G Introduction to CSS Box Model: Cascading Style Sheet provides the styling HTML elements . But, for styling an element, we must know about HTML elements and their behavior as far as CSS is considered. One of the most important parts of designing a web page is deciding the layout. If the placements of elements on the page are properly planned, it can be made dynamic and responsive. The presentation of th...