Welcome To Snipplr
Everyone's Recent Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Great little piece of CSS which adds a top text-shadow of 45% black and a bottom text-shadow of 75% white creating a very nice letterpress text effect.
2
1157
posted 14 years ago by usman
Cross browser css round corners with no images, using google's code .htc
http://code.google.com/p/curved-corner/
4
776
posted 14 years ago by crispunk
The bare minimum required tags in the head tag of any HTML doc...
1
1044
posted 14 years ago by jaymanpandya
[via rtcrm]
Image/Text replacement for clickable image. This is useful for logo images.
1
751
posted 14 years ago by mennyj
[via rtcrm]
CSS Browser Selector is a very small javascript with just one line and less than 1kb which empower CSS selectors. It gives you the ability to write specific CSS code for each operating system and each browser.
2
842
posted 14 years ago by mennyj
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server. this is the css file. orientation media-query is used for browsers that support it (a slightly cleaner view for portrait mode).
0
610
posted 14 years ago by minky
If you're using a lot of rounded corners in your design, save your fingers some time with this border-radius snippet.
2
643
posted 14 years ago by 67ideas
I never, ever remember the @font-face declaration, so I made a snippet. This makes it easy to quickly include a webfont in your source.
2
695
posted 14 years ago by 67ideas
If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity, although IE8 and a pure IE7 do.
5
964
posted 14 years ago by vagrantradio
HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we’ll create a...
3
1094
posted 14 years ago by vagrantradio
Note the special syntax:
* gt: greater than
* lte: less than or equal to
1
942
posted 14 years ago by c4ptivate
Starter barebones stylesheet that fixes many common browser differences and styles all common HTML elements. - Will be updated.
3
1196
posted 14 years ago by vagrantradio