Home  >  Article  >  Web Front-end  >  What is SenCSS?

What is SenCSS?

青灯夜游
青灯夜游Original
2020-11-13 14:48:212599browse

SenCSS is a css framework that provides reasonable styles for repeated parts of CSS and does not force the layout system; this way you can pay more attention to the style of your website and have a lot of time. Overcome important issues in other website development.

What is SenCSS?

The full name of SenCSS – Reasonable Standards CSS (ensible Standards CSS) is a CSS framework. It provides reasonable styles for repeated parts of CSS and does not force the layout system. This allows users to focus on actually developing the style of the website, saving a lot of time for conquering the development of other websites. important question.

Website: https://sencss.kilianvalkhof.com/

About SenCS

On the one hand, SenCS is different from other CSS frameworks.

It doesn't include a layout system full of silly classes and preset grids, so what does SenCS do for you? SenCS can do everything else: baselines, fonts, padding, margins, tables, lists, headers, blockquotes, tables and more. Everything is pretty much the same in every project, but you keep writing over and over again...and over and over again. SenCSs handles it for you. That's all.

What does SenCS do for you?

  • Stay consistent with the basic browser style, but add some meaning

  • Set the vertical rhythm of all elements (baseline for 18px)

  • Sets a universal typographic standard across browsers

  • Has specified fonts for Windows, Mac and Linux

  • Optimized, which means no "double reset" to make CSS as efficient as possible

For more programming related knowledge, please visit: ProgrammingIntroduction! !

The above is the detailed content of What is SenCSS?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn