https://books.goalkicker.com/



CSS

 CSS ; It is a formatting language for web pages concerned with the look and design of websites, specially designed to separate formatting (colors - fonts - buttons. ...) from the content of the written document (in HTML, for example), and this applies to the colors, fonts, images and backgrounds that are used in the pages, Flexibility and ease.

This technology is concerned with the overall appearance of the web pages, including colors, images, and others. It can be added to the page in several ways, the best of which is external embedding by writing the CSS code in a separate file. It has been developed to reach CSS3, which has been added to several additions that were not available in the previous version, and it was only accomplished with JQuery.

Launched by the World Wide Web Consortium, as a standard specification for defining the appearance of Web documents, fonts, colors, and formatting specifiers.

Learn CSS

History of CSS

  • CSS technology aims to separate the content of the pages from their appearance, which gives several benefits:
  • Make the page simpler and do just what you're working on including the content, and the look in your CSS style file.
  • Making the page capable of dealing with several different browsers or display screens, and each device (computer or even a mobile phone) or browser can be handled separately and thus greater usability.
  • Several appearances can be placed, each appearance to meet the needs of each reader, for example, it is possible to ensure usability for people with special needs, or to put several colors to meet different tastes.
  • The style file can be included in several pages, so when you change the display format, you only need to modify one file, which means less time and more and more comprehensive editing.