Skip to main content

Home/ Web Development Resources (originated at GA WDI)/ Group items tagged CSS

Rss Feed Group items tagged

John Randall

The Big List of JavaScript, CSS, and HTML Development Tools, Libraries, Projects, and B... - 1 views

  •  
    "Want to minimize browser inconsistencies? Then use a CSS reset stylesheet to specify baseline CSS styles that make browser presentation defaults more consistent. "
artem_murga

CSS Lint - 0 views

shared by artem_murga on 22 May 14 - No Cached
  •  
    Checks if your css is valid (incl. for Heroku)
anonymous

Sass vs. LESS | CSS-Tricks - 1 views

  •  
    Great article analyzing the differences between LESS and SASS. LESS is a javascript CSS pre-processor while SASS is ruby.
John Randall

A Complete Guide to Flexbox | CSS-Tricks - 0 views

  •  
    "Flexbox its fine, but It is still not valid for a simple perfect "product grid" with no margins at first and last elements in row, and left aligned. Otherwise: could you build this layout using flexbox? http://i.snag.gy/VHJsV.jpg thanks "
John Randall

postcss/autoprefixer - 1 views

  •  
    "gem install autoprefixer-rails"
John Randall

Give Floats the Flick in CSS Layouts - 0 views

  •  
    "With the arrival of IE8 all browsers support table-related value for the display property. This allows us to apply the layout behavior of tables, rows and cells to any HTML elements. For alignment into columns or rows, these display values are the quick and easy solution. "
John Randall

9 Timeless 3 Column Layout Techniques - noupe - 1 views

  •  
    " div#container {width:700px;margin:0 auto} div#wrapper {float:left;width:100%} div#content {margin-right: 300px} div#navigation {float:left;width:150px;margin-left:-150px} div#extra {float:left;width:150px;margin-left:-300px} "
John Randall

The Principles Of Cross-Browser CSS Coding | Smashing Magazine - 1 views

  •  
    "Block elements will, by default, begin at the leftmost edge of the parent box, below any previous block elements (unless floats or positioned elements are utilized; see below) "
keyanbagheri

CSS Zen Garden - 1 views

shared by keyanbagheri on 13 May 14 - Cached
  •  
    Displays what beautiful design can be made with CSS alone.
John Randall

CSS-Tricks - 0 views

shared by John Randall on 12 Aug 14 - Cached
1 - 20 of 40 Next ›
Showing 20 items per page