Css

Is being followed by 0 users

There are 130 cards with this tag.

There are 3 decks with cards that have this tag.

Created by: Jack Kinsella

which padding is left padding
padding: x x x x

the last

padding: 0 0 0 5px;

# think of this format as a clock starting at 12 and ticking left

Created by: Jack Kinsella

css - how to set one element to go on top of another vertically?

z-index: 10000

# the higher the z-index number the higher the item

Created by: Jack Kinsella

how to underline text with css

text-decoration: underline;

Created by: Jack Kinsella

css - every time you can avoid setting a width

avoid it (e.g. by constraining an element within its parent)

Created by: Jack Kinsella

How to get better web fonts?

use external providers

# free
fonts.googleapis.com

Created by: Jack Kinsella

css - select the second div with class .review

.review:nth-of-type(2)

Created by: Jack Kinsella

css - should a height ever be applied to an element?

never to p div ul etc. EVER (use line-heights instead)

only to things which had a height before they entered the site (e.g. images and sprites)

Created by: Jack Kinsella

css -- should you prefer lineline or multi-line style definitions

mutli-line

single line is a nightmare in source control for diffs

Created by: Jack Kinsella

css- how to put text in multiple columns

column-count:3

# may need vendor-prefix -moz -webkit

even better again is not specifying count of columns

column-width: 10em
column-gap: #space between them

Created by: Jack Kinsella

css - how to match all links beginning with 'http://'

a[href^='http://']

note how the http is in quotes

Created by: Jack Kinsella

how to select any links which end with .pdf?

a[href$='.pdf']

# format is h1[attr$='something']

Created by: Jack Kinsella

what tag do you use to include stylesheets into a html document

link tag with rel attribute set to stylesheet

<link rel="stylesheet" href="periodictablescrabble.css">

# type="text/css" not necessary for html5

  • There are 130 results.

You must be logged in to perform this action.

Login now

×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×

Deck Management

You must be logged in to perform this action.

Login now

Done ×