Difference between revisions of "Cascading Style Sheets"

From HaFrWiki
Jump to: navigation, search
(Created page with "{{TOCright}} Cascading Style Sheets are a must for every Webdesigner/Webdeveloper. This page is a random collection of links and information based on books <ref>Gasston, Peter...")
 
m
Line 7: Line 7:
 
For a few years now, efforts have been made to bring grid-based design to the Web, with a number of frameworks using floats, padding, and margins to emulate the possibilities of print, although these efforts have always felt like somewhat of a fragile hack.
 
For a few years now, efforts have been made to bring grid-based design to the Web, with a number of frameworks using floats, padding, and margins to emulate the possibilities of print, although these efforts have always felt like somewhat of a fragile hack.
  
Recently, however, browsers have begun to implement a native CSS grid layout system, as detailed in the Grid Layout Module.
+
Recently, however, browsers have begun to implement a native CSS grid layout system, as detailed in the Grid Layout Module. There are several implementation including Javascript. Bootstrap (twitter) is one of the most popular versions.
  
* [http://www.w3.org/TR/css-grid-1 W3.org], W3 Consortium, CSS-Grid-1.
+
* W3.org
 +
** [http://www.w3.org/TR/css-grid-1 W3.org], W3 Consortium, CSS-Grid-1.
 +
* Bootstrap
 +
** [http://getbootstrap.com Get Bootstrap], Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
 +
** [http://www.w3schools.com/bootstrap/bootstrap_grid_system.asp W3Schools], Bootstrap Grid Systems
  
 
== See also ==
 
== See also ==

Revision as of 11:13, 8 August 2015

Cascading Style Sheets are a must for every Webdesigner/Webdeveloper. This page is a random collection of links and information based on books [1] and internet webpages.


Grids

Grids are a fundamental design technique. Simple grids have been used by calligraphers since medieval times, and the modern typographic grid has been in use since the second half of the 20th century. For a few years now, efforts have been made to bring grid-based design to the Web, with a number of frameworks using floats, padding, and margins to emulate the possibilities of print, although these efforts have always felt like somewhat of a fragile hack.

Recently, however, browsers have begun to implement a native CSS grid layout system, as detailed in the Grid Layout Module. There are several implementation including Javascript. Bootstrap (twitter) is one of the most popular versions.

  • W3.org
    • W3.org, W3 Consortium, CSS-Grid-1.
  • Bootstrap
    • Get Bootstrap, Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
    • W3Schools, Bootstrap Grid Systems

See also

top

Reference

top

  1. Gasston, Peter (2014-11-03). The Book of CSS3: A Developer's Guide to the Future of Web Design.