Welcome To Snipplr


Everyone's Recent CSS Snippets Tagged style



« Prev 1 Next »
Unlike linked style sheets, it is necessary to enclose CSS in Headers in a "style type". This example media query is for screens under 1024 (tablets and phones) to make sure the images do not extend beyond the layout.
0 945 posted 9 years ago by jefferis
CSS stylesheet template - including HTML5 reset, tweaks for mobile including media queries, print reset styles, and base styles for standardization
7 1170 posted 11 years ago by rickygri
We use lists for all sorts of things, especiall navigation elements for which bullets don't make sense. Often, it is most convenient to remove bullet/list styles from all list elements globally. In fact many css resets do just that. However, there ma...
0 737 posted 12 years ago by rumremix
This is the quickest way to style the search bar. It involves creating one single image that includes both the input area and search button.
0 801 posted 13 years ago by rumremix
When developing a website, an important consideration is accessibility on other media, including the medium of print. However, the printing engines of most browsers render content differently to allow for simple printed pages. One of the most notable...
1 773 posted 13 years ago by karlhorky
Starter barebones stylesheet that fixes many common browser differences and styles all common HTML elements. - Will be updated.
3 1011 posted 13 years ago by vagrantradio
This parameter determines the image address which serves as a list marker. This attribute is inherited; therefore value none is used for separate elements of the list for marker restoration. Syntax list-style-image: none | url (a path to a file...
0 770 posted 13 years ago by Masis
The "Definitive CSS Font Stacks"
6 759 posted 14 years ago by ZGX
Fairly simple, cross-browser way to rotate text using only CSS.
0 642 posted 14 years ago by Winkyboy
Wordpress has a built in class that you can style to style the down nav state for the page you are on. Adjust div name accordingly.
1 705 posted 14 years ago by kstetson
The first part resets all the browser\\\'s default styles. The second part adds some styles back in and provides a few classes for common issues. The third part will check your page for invalid markup.
2 673 posted 15 years ago by BFTrick
2 669 posted 15 years ago by rwczippy
30 4233 posted 16 years ago by zingo
It's not mine...
1 604 posted 16 years ago by Victoor
2 523 posted 16 years ago by seekup00
0 472 posted 16 years ago by kristin
Wenn man eine Seite horizontal zentrieren möchte, ist das eigentlich recht einfach. Per CSS kann man mit margin:0px auto; einen div layer perfekt und schnell zentrieren. Bei älteren Browserversionen wie IE5.5 oder IE5.0 funktioniert das aber leider...
1 789 posted 16 years ago by smilylion
Used for rounding corners of a div. Need an upper left corner and an upper right corner. Example page is http://www.ruby-lang.org/en/documentation/quickstart/
3 726 posted 17 years ago by ryanprel
« Prev 1 Next »