Namya Shahbigsmoke.hashnode.dev·Dec 23, 2023Basics CSS Questions Part 1What does CSS stand for? Cascading Style Sheets. What is the purpose of CSS? It's used to style the layout and appearance of web pages. How do you link an external CSS file to an HTML document? Using the <link> tag within the HTML <head> secti...css purpose
himanshugopalkdwivedi.hashnode.dev·Nov 11, 2023All about Margin , padding , text , font and display in css(lt.16)Margin: Margins are the space outside the border of an element. They provide spacing between elements. Margin adds space outside of the element Padding: The padding property specifies the amount of space between the border of an element and its conte...9 likespadding vs margin
Emore Ogheneyoma Lawrencedevyoma.hashnode.dev·Jul 29, 2023CSS Margin and PaddingThe CSS Margin and Padding are undoubtedly one of the most used CSS property-value pairs in the CSS world. Understanding how they work will be extremely useful when coding CSS. The CSS Margin and Padding allow us as Frontend developers to give space ...11 likes·82 readsCss margin property