Learn, grow and help others with BBBootstrap
Contribute us with some awesome cool snippets using HTML,CSS,JAVASCRIPT and BOOTSTRAP
CSS stands for Cascading style sheet. CSS describes what an HTML page looks like. CSS set the text size, background color, and font family property on the web page.
Type of CSS on the webpage.
Inline CSS
External CSS
Internal CSS
Inline CSS - Inline CSS can be used to apply property on a single element.
External CSS - External CSS is used to apply the property on HTML elements using the external file.
Internal CSS - Internal CSS is used to apply the property to HTML elements for a single file.