CSS Learning #17

CSS CSS is used to control and format the style of a web document or web pages in a simple and easy way. WHAT IS CSS? CSS stands for Cascading Style Sheets. Once the styles are defined in CSS, it can be used by any page that references the CSS file. and if we want to change any format or style of several pages we have to change only CSS file at once. CSS is a method to beautify html pages. it is a power of beautification that is apply on simple HTML pages. Using style sheet language, you can add effects or animations to your website, animations like different buttons effects, spinners or loaders and animated backgrounds. CSS Syntax: h1 color: red ; font-size:10px;} ...