Skip to main content

Home/ Tools for web developers/ Group items tagged http

Rss Feed Group items tagged

Vernon Fowler

PrimerCSS - 0 views

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

JSCompress - The JavaScript Compression Tool - 0 views

  •  
    "jQuery(document).ready(function(a){a(document).on("ready",function(){var e,f,b=a(window).height(),c=a(document).height(),d=a("progress");e=c-b,d.attr("max",e),a(document).on("scroll",function(){f=a(window).scrollTop(),d.attr("value",f)})})});"
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.
« First ‹ Previous 221 - 235 of 235
Showing 20 items per page