Skip to main content

Home/ Tools for web developers/ Group items tagged css

Rss Feed Group items tagged

Vernon Fowler

CSS Lint - 0 views

  •  
    CSS Lint points out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. The [rules] are all pluggable, so you can easily write your own or omit ones you don't want.
Sarah HL

Relearn CSS layout: Every Layout - 0 views

shared by Sarah HL on 02 Jul 20 - No Cached
  •  
    If you find yourself wrestling with CSS layout, it's likely you're making decisions for browsers they should be making themselves. Through a series of simple, composable layouts, Every Layout will teach you how to better harness the built-in algorithms that power browsers and CSS. Employing algorithmic layout design means doing away with @media breakpoints, "magic numbers", and other hacks, to create context-independent layout components. Your future design systems will be more consistent, terser in code, and more malleable in the hands of your users and their devices.
Vernon Fowler

geuis/helium-css · GitHub - 0 views

  •  
    "Helium is a tool for discovering unused CSS across many pages on a web site. The tool is javascript-based and runs from the browser. "
Vernon Fowler

KSS · Knyle Style Sheets - 0 views

  •  
    "Documentation for any flavor of CSS that you'll love to write. Human readable, machine parsable, and easy to remember. Works great with CSS, SCSS, LESS, and much more."
Vernon Fowler

Sass - Syntactically Awesome Stylesheets - 0 views

  • Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
Vernon Fowler

CSS3 Generator - 0 views

  • If you set it to border-box, the padding and border will render inside the box.
  • -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
Vernon Fowler

CSS Tools: Reset CSS - 0 views

  •  
    "The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on."
Vernon Fowler

Pens picked by the Editors of CodePen - 0 views

  •  
    CodePen is an HTML, CSS, and JavaScript code editor right in your browser with instant previews of the code you see and write. It's great for showing off your work and seeing what amazing things other people are doing with the web. It's also great for troubleshooting problems and getting critique.
Vernon Fowler

Type-o-matic - 0 views

  •  
    A Firefox extension to analyze typography across a number of web pages to improve consistency and optimise performance of type-related CSS.
Vernon Fowler

phildionne/golden-bootstrap · GitHub - 0 views

  •  
    Golden Bootstrap is a tiny add-on for Bootstrap giving you the divine power of using golden ratio sized columns. Available both for Less and Sass CSS preprocessors.
Vernon Fowler

The Heads-Up Grid - 0 views

  •  
    Now Responsive!The Heads-Up Grid is an overlay grid for in-browser website development, built with HTML + CSS + JavaScript.
Vernon Fowler

Mogotest | Web Consistency Testing Made Easier - 0 views

  •  
    "The world's only cross-browser visual regression tool. Confidently update your CSS without breaking other pages."
Vernon Fowler

Website Error Checker: Accessibility & Link Checker - SortSite - 0 views

  •  
    "Checkpoints Accessibility - check WCAG and Section 508 guidelines against many file types: find flashing GIFs, untagged PDFs Broken Links - check for broken links and spelling errors Compatibility - check for HTML, script and image formats that don't work in common browsers Search Engine Optimization - check Google and Bing webmaster guidelines Privacy - check for compliance with EU and US law Web Standards - validate HTML and CSS Usability - check against Usability.gov guidelines"
1 - 20 of 58 Next › Last »
Showing 20 items per page