Skip to main content

Home/ Penn Medicine Web Production Team/ Group items tagged css

Rss Feed Group items tagged

Chrissy Zellman

CSS - MDN - 0 views

  •  
    Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including various XML languages like SVG or XHTML). CSS is one of the core languages of the open web and has a standardized W3C specification. Developed in levels, CSS1 is now obsolete, CSS2.1 a recommendation and CSS3, now split into smaller modules, is progressing on the standard track. The first early drafts of CSS4 modules are being written.
Kevin Van Horn

CSS3 Media Queries - 0 views

  •  
    "CSS2 allows you to specify stylesheet for specific media type such as screen or print. Now CSS3 makes it even more efficient by adding media queries. You can add expressions to media type to check for certain conditions and apply different stylesheets."
Kevin Van Horn

A List Apart: Articles: CSS Floats 101 - 0 views

  •  
    "The float property is a valuable and powerful asset to any web designer/developer working with HTML and CSS. Tragically, it can also cause frustration and confusion if you don't fully understand how it works. Also, in the past, it's been linked to some pretty nasty browser bugs so it's normal to get nervous about using the float property in your CSS rule sets. Let's calm those nerves and ease that frustration."
Chrissy Zellman

Google HTML/CSS Style Guide - 0 views

  •  
    This document defines formatting and style rules for HTML and CSS. It aims at improving collaboration, code quality, and enabling supporting infrastructure. It applies to raw, working files that use HTML and CSS, including GSS files. Tools are free to obfuscate, minify, and compile as long as the general code quality is maintained.
Chrissy Zellman

What's Your CSS Style? - 0 views

  •  
    When we think of , we naturally think of styles. Styles to control layout, color and typography. Even styles to progressively enhance our user experience. Lately, when I'm writing my CSS, I'm thinking about a different kind of style: the style I use to actually write my CSS ...
Chrissy Zellman

CSS gradient tips (and more!) - 0 views

  •  
    Ever seen a website where you just want to touch everything? Tim Van Damme explains the techniques he used in the Gowalla redesign What do drop shadows, gradients, rounded corners, transformations and animations have in common? Yes, they're a recipe for the disaster we once called Web 2.0, and have since been taken behind the shed, but they're also a group of new tricks we can do with CSS. Not all browsers support them yet, but enough do to let us have some fun.
Kevin Van Horn

CSS Lint - 1 views

  •  
    Your CSS goes here. The more, the better. Linting works best when we see the big picture, so give us everything you've got.
Chrissy Zellman

Slide in Captions - 0 views

  •  
    Reader Jason Lucchesi send me in a neat demo of image captions sliding in overtop an image on rollover. The effect used a bunch of nested divs to get it done, so I thought I'd do my own version of it using the standard HTML5 structure for an image with a caption, and CSS3 it up.
Kevin Van Horn

Script Junkie | The Ins and Outs of CSS Resets - 0 views

  •  
    There's a class of cross-browser layout issues, stemming from a fundamental inconsistency in the way that various browsers render HTML. In this article, [the author will] explain what those issues are, illustrate how they impact your pages, and show you a variety of approaches to solve the problem.
Chrissy Zellman

HTML5 Readiness - 0 views

  •  
    A Visualization of how ready different parts of HTML5/CSS3 are for day to day use
Chrissy Zellman

Hover on "Everything But" - 1 views

  •  
    Adding a hover state to an element
Chrissy Zellman

Modernizr - 1 views

  •  
    Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.
Chrissy Zellman

Convert a Menu to a Dropdown for Small Screens - 0 views

  •  
    The Five Simple Steps website has a responsive design with a neat feature. When the browser window is narrow, the menu in the upper right converts from a regular row of links into a dropdown menu.
Chrissy Zellman

jsFiddle - 0 views

shared by Chrissy Zellman on 09 Nov 11 - Cached
Kevin Van Horn

HTML5 - Edition for Web Developers - 0 views

  •  
    The focus of this specification is readability and ease of access. Unlike the full HTML specification, this "web developer edition" removes information that only browser vendors need know.
1 - 20 of 24 Next ›
Showing 20 items per page