Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 6.01 KB

cascading-style-sheets-css.md

File metadata and controls

46 lines (35 loc) · 6.01 KB

Cascading Style Sheets (CSS)

Context: frontend-dev-bookmarks / Languages, Protocols, Browser APIs

CSS are a stylesheet language used to describe the presentation of a document written in HTML or XML. It describes how elements should be rendered on screen, on paper, in speech, or on other media.

frontend.directory PayPal Beerpay Flattr Gitter Twitter


  • CSS Coding Conventions: Coding conventions are a set of guidelines for a specific programming language that recommend programming style, practices and methods for each aspect of a piece program written in this language.
    • CSS Guidelines: High-level advice and guidelines for writing sane, manageable, scalable CSS.
    • Idiomatic CSS: The following document outlines a reasonable style guide for CSS development. These guidelines strongly encourage the use of existing, common, sensible patterns.
    • Maintainable CSS: MaintainableCSS is an approach to writing modular, scalable and of course, maintainable CSS.
    • Primer: Primer is GitHub’s internal CSS framework. It includes basic global styling for typography, small components like buttons and tabs, and our general guidelines for writing HTML and CSS.
    • Wordpress CSS Coding Standards: The purpose of the WordPress CSS Coding Standards is to create a baseline for collaboration and review within various aspects of the WordPress open source project and community, from core code to themes to plugins.
  • Flexbox: The Flexbox Layout officially called CSS Flexible Box Layout Module is new layout module in CSS3 made to improve the items align, directions and order in the container even when they are with dynamic or even unknown size.
  • How To Center in CSS: This tool consolidates the many ways of centering a div and gives you the code you need for each situation.
  • The Complete Guide to Centering a DIV: The aim of this article is to show how, with a few CSS tricks, any div can be centered; horizontally, vertically or both. And within the page or a div.
  • Understanding border-image: The new CSS3 property border-image can allow you to create flexible boxes with custom borders with a single div and a single image.
  • What No One Told You About Z-Index: The problem with z-index is that it’s not complicated, but it if you’ve never taken the time to read its specification, there are almost certainly crucial aspects that you’re completely unaware of.

frontend.directory PayPal Beerpay Flattr Gitter Twitter

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

Please provide a link back to this repository. This is not necessary for GitHub forks.