<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 17 Jun 2026 09:51:36 +0000</lastBuildDate>
    <item>
      <title>(CSS) CSS Conic Gradient - jamiedornan</title>
      <link>https://snipplr.com/view/337928/css-conic-gradient</link>
      <description>&lt;p&gt;CSS Conic Gradient Example...........................&lt;/p&gt;</description>
      <pubDate>Fri, 17 Apr 2020 03:50:56 UTC</pubDate>
      <guid>https://snipplr.com/view/337928/css-conic-gradient</guid>
    </item>
    <item>
      <title>(CSS) Fix dropdown menu after scroll in Divi to keep menu items white (or whatever color you need) - sharkpuck</title>
      <link>https://snipplr.com/view/337160/fix-dropdown-menu-after-scroll-in-divi-to-keep-menu-items-white-or-whatever-color-you-need</link>
      <description>&lt;p&gt;fixes the dropdown li menu in Divi after shrinking header scroll to keep the li elements the correct color&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jan 2020 15:02:08 UTC</pubDate>
      <guid>https://snipplr.com/view/337160/fix-dropdown-menu-after-scroll-in-divi-to-keep-menu-items-white-or-whatever-color-you-need</guid>
    </item>
    <item>
      <title>(CSS) syntax for creating the gradient in CSS - devquora</title>
      <link>https://snipplr.com/view/335625/syntax-for-creating-the-gradient-in-css</link>
      <description>&lt;p&gt;CSS gradients help you to display transitions between more than two colors. In order to create a linear gradient, you must represent at least two color stops. Color stops are the colors you desire to render smooth transitions among. In addition to the gradient effect, you can also set a starting point and a direction.&#13;
&#13;
The syntax for creating the gradient in CSS is &#13;
background-image: linear-gradient(direction, color-stop1, color-stop2, ...);&lt;/p&gt;</description>
      <pubDate>Fri, 29 Nov 2019 18:20:09 UTC</pubDate>
      <guid>https://snipplr.com/view/335625/syntax-for-creating-the-gradient-in-css</guid>
    </item>
    <item>
      <title>(CSS) Non-Transparent Inside Transparent Elements - apphp-snippets</title>
      <link>https://snipplr.com/view/324808/nontransparent-inside-transparent-elements</link>
      <description>&lt;p&gt;If using transparency on a block element it makes the text inside transparent as well. Is there a way you can prevent that from happening? Yes, you may do it by putting the text in another div and setting the opacity to 100%, but that didn't do the job. Although, logically, it would!&lt;/p&gt;</description>
      <pubDate>Tue, 30 May 2017 18:11:29 UTC</pubDate>
      <guid>https://snipplr.com/view/324808/nontransparent-inside-transparent-elements</guid>
    </item>
    <item>
      <title>(CSS) Align Backgroud Image with Offset in CSS - apphp-snippets</title>
      <link>https://snipplr.com/view/324807/align-backgroud-image-with-offset-in-css</link>
      <description>&lt;p&gt;You may align background image not only to left or top corner, but also use an offset for alignment.&lt;/p&gt;</description>
      <pubDate>Tue, 30 May 2017 18:10:22 UTC</pubDate>
      <guid>https://snipplr.com/view/324807/align-backgroud-image-with-offset-in-css</guid>
    </item>
    <item>
      <title>(CSS) Aligning Checkbox with Label - mattvbiggs</title>
      <link>https://snipplr.com/view/279130/aligning-checkbox-with-label</link>
      <description>&lt;p&gt;Aligning a label with a checkbox can be tricky. Here is the HTML and CSS I used to achieve it.&lt;/p&gt;</description>
      <pubDate>Fri, 02 Dec 2016 05:45:25 UTC</pubDate>
      <guid>https://snipplr.com/view/279130/aligning-checkbox-with-label</guid>
    </item>
    <item>
      <title>(CSS) CSS HORIZONTAL LIST MENU - codingforever99</title>
      <link>https://snipplr.com/view/146320/css-horizontal-list-menu</link>
      <description>&lt;p&gt;Learn how to build simple css horizontal list menu.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Mar 2016 13:34:45 UTC</pubDate>
      <guid>https://snipplr.com/view/146320/css-horizontal-list-menu</guid>
    </item>
    <item>
      <title>(CSS) Css bullet img replacement - bcounts</title>
      <link>https://snipplr.com/view/146160/css-bullet-img-replacement</link>
      <description>&lt;p&gt;Change your list bullet to a custom character in CSS.  Will not wrap it multiple lines&lt;/p&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:47:33 UTC</pubDate>
      <guid>https://snipplr.com/view/146160/css-bullet-img-replacement</guid>
    </item>
    <item>
      <title>(CSS) Media Query for Footer CASHBOARD - Hootz</title>
      <link>https://snipplr.com/view/145754/media-query-for-footer-cashboard</link>
      <description>&lt;p&gt;This is the CSS for the footer&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jan 2016 23:11:03 UTC</pubDate>
      <guid>https://snipplr.com/view/145754/media-query-for-footer-cashboard</guid>
    </item>
    <item>
      <title>(CSS) css border bottom on Text input - 52756</title>
      <link>https://snipplr.com/view/145542/css-border-bottom-on-text-input</link>
      <description>&lt;p&gt;Text input Field with Bottom Border only. Border color change at focus&lt;/p&gt;</description>
      <pubDate>Tue, 29 Dec 2015 07:18:36 UTC</pubDate>
      <guid>https://snipplr.com/view/145542/css-border-bottom-on-text-input</guid>
    </item>
    <item>
      <title>(CSS) My own font-face in CSS - apphp-snippets</title>
      <link>https://snipplr.com/view/145466/my-own-fontface-in-css</link>
      <description>&lt;p&gt;It allows you to add your own fonts on the page. To convert to different formats use this service Font2Web.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Dec 2015 07:02:08 UTC</pubDate>
      <guid>https://snipplr.com/view/145466/my-own-fontface-in-css</guid>
    </item>
    <item>
      <title>(CSS) My own @font-face in CSS - apphp-snippets</title>
      <link>https://snipplr.com/view/145465/my-own-fontface-in-css</link>
      <description>&lt;p&gt;It allows you to add your own fonts on the page. To convert to different formats use this service Font2Web.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Dec 2015 06:31:57 UTC</pubDate>
      <guid>https://snipplr.com/view/145465/my-own-fontface-in-css</guid>
    </item>
    <item>
      <title>(CSS) CSS: Media Query - heathbo</title>
      <link>https://snipplr.com/view/111647/css-media-query</link>
      <description>&lt;p&gt;This is code you put in a CSS file.  It queries the size of the screen using the parameters passed in.  If its true, it then applies the CSS&lt;/p&gt;</description>
      <pubDate>Sat, 03 Oct 2015 03:01:44 UTC</pubDate>
      <guid>https://snipplr.com/view/111647/css-media-query</guid>
    </item>
    <item>
      <title>(CSS) Read More Script - designermedia</title>
      <link>https://snipplr.com/view/109115/read-more-script</link>
      <description>&lt;p&gt;Nice little Face in for long text (slightly modified)&lt;/p&gt;</description>
      <pubDate>Fri, 11 Sep 2015 02:03:51 UTC</pubDate>
      <guid>https://snipplr.com/view/109115/read-more-script</guid>
    </item>
    <item>
      <title>(SASS) Bootstrap All Screen Align - merianos</title>
      <link>https://snipplr.com/view/98497/bootstrap-all-screen-align</link>
      <description>&lt;p&gt;This is a simple SASS script that producing CSS classes for text alignment in different screen sizes primarily for bootstrap but of course can be used in other scripts as well.&lt;/p&gt;</description>
      <pubDate>Fri, 24 Apr 2015 02:08:41 UTC</pubDate>
      <guid>https://snipplr.com/view/98497/bootstrap-all-screen-align</guid>
    </item>
    <item>
      <title>(CSS) Transition Effect for Gradients on Hover - COBOLdinosaur</title>
      <link>https://snipplr.com/view/97919/transition-effect-for-gradients-on-hover</link>
      <description>&lt;p&gt;A simple transition from a linear gradient to a radial gradient can be made very dramatic by including a color change transition.  One of 10 effects presented.&lt;/p&gt;</description>
      <pubDate>Tue, 21 Apr 2015 04:31:57 UTC</pubDate>
      <guid>https://snipplr.com/view/97919/transition-effect-for-gradients-on-hover</guid>
    </item>
    <item>
      <title>(CSS) css code example - johnschneider</title>
      <link>https://snipplr.com/view/96473/css-code-example</link>
      <description>&lt;p&gt;CSS3 code from portfolio site&lt;/p&gt;</description>
      <pubDate>Sun, 12 Apr 2015 01:42:43 UTC</pubDate>
      <guid>https://snipplr.com/view/96473/css-code-example</guid>
    </item>
    <item>
      <title>(CSS) Rotating HTML Elements With CSS - COBOLdinosaur</title>
      <link>https://snipplr.com/view/96352/rotating-html-elements-with-css</link>
      <description>&lt;p&gt;The base rotation can be in three different planes; though as we will see later combinations can make it look like we rotate through many perceived planes. In the examples below instead of rotate we specify the plane by using rotateZ (The default we have been using), rotateX, and rotateY.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Apr 2015 04:57:18 UTC</pubDate>
      <guid>https://snipplr.com/view/96352/rotating-html-elements-with-css</guid>
    </item>
    <item>
      <title>(CSS) Sample Media Query in html Header - jefferis</title>
      <link>https://snipplr.com/view/88276/sample-media-query-in-html-header</link>
      <description>&lt;p&gt;Unlike linked style sheets, it is necessary to enclose CSS in Headers in a "style type".&#13;
This example media query is for screens under 1024 (tablets and phones) to make sure the images do not extend beyond the layout.&lt;/p&gt;</description>
      <pubDate>Sat, 24 Jan 2015 09:39:57 UTC</pubDate>
      <guid>https://snipplr.com/view/88276/sample-media-query-in-html-header</guid>
    </item>
    <item>
      <title>(CSS) CSS Basic Banner - RodolfoMiranda</title>
      <link>https://snipplr.com/view/88273/css-basic-banner</link>
      <description>&lt;p&gt;This is the style for a basic banner.&lt;/p&gt;</description>
      <pubDate>Sat, 24 Jan 2015 02:05:06 UTC</pubDate>
      <guid>https://snipplr.com/view/88273/css-basic-banner</guid>
    </item>
    <item>
      <title>(CSS) Include Cascading Style Sheets (CSS) in JSF - luhonghai</title>
      <link>https://snipplr.com/view/87110/include-cascading-style-sheets-css-in-jsf</link>
      <description>&lt;p&gt;In JSF 2.0, you can use &lt;h:outputStylesheet&gt; output a css file&lt;/p&gt;</description>
      <pubDate>Wed, 14 Jan 2015 13:55:18 UTC</pubDate>
      <guid>https://snipplr.com/view/87110/include-cascading-style-sheets-css-in-jsf</guid>
    </item>
    <item>
      <title>(CSS) Accessibility/SEO Friendly CSS Hiding - luhonghai</title>
      <link>https://snipplr.com/view/87109/accessibilityseo-friendly-css-hiding</link>
      <description>&lt;p&gt;Removes an item from the page, without affecting page flow or causing scrollbars. Much better than display: none; or even visibility: hidden;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Jan 2015 13:53:13 UTC</pubDate>
      <guid>https://snipplr.com/view/87109/accessibilityseo-friendly-css-hiding</guid>
    </item>
    <item>
      <title>(JavaScript) Hexadecimal Color Inverter - tionazo</title>
      <link>https://snipplr.com/view/86435/hexadecimal-color-inverter</link>
      <description>&lt;p&gt;By Matt Lagrandeur&lt;/p&gt;</description>
      <pubDate>Thu, 08 Jan 2015 01:04:51 UTC</pubDate>
      <guid>https://snipplr.com/view/86435/hexadecimal-color-inverter</guid>
    </item>
    <item>
      <title>(CSS) css navigation menu bar - codingforever99</title>
      <link>https://snipplr.com/view/82146/css-navigation-menu-bar</link>
      <description>&lt;p&gt;useful and simple css navigation menu bar.&lt;/p&gt;</description>
      <pubDate>Sun, 23 Nov 2014 21:49:36 UTC</pubDate>
      <guid>https://snipplr.com/view/82146/css-navigation-menu-bar</guid>
    </item>
    <item>
      <title>(CSS) CSS counter styling - ngocviet</title>
      <link>https://snipplr.com/view/81724/css-counter-styling</link>
      <description>&lt;p&gt;two properties:&#13;
* counter-reset&#13;
* counter-increment&#13;
This example shows a way to number chapters and sections with "Chapter 1", "1.1", "1.2", etc.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Nov 2014 13:40:40 UTC</pubDate>
      <guid>https://snipplr.com/view/81724/css-counter-styling</guid>
    </item>
    <item>
      <title>(CSS) Targeting Chrome With CSS - apphp-snippets</title>
      <link>https://snipplr.com/view/75067/targeting-chrome-with-css</link>
      <description>&lt;p&gt;This solution is based on Chrome specific CSS extension. Other browsers will ignore this rule.&lt;/p&gt;</description>
      <pubDate>Tue, 08 Jul 2014 17:56:26 UTC</pubDate>
      <guid>https://snipplr.com/view/75067/targeting-chrome-with-css</guid>
    </item>
    <item>
      <title>(CSS) Corrugated Background using Gradient - COBOLdinosaur</title>
      <link>https://snipplr.com/view/74905/corrugated-background-using-gradient</link>
      <description>&lt;p&gt;A simple effect using simple CSS. This is part of a collection of gradient effects&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jun 2014 04:14:50 UTC</pubDate>
      <guid>https://snipplr.com/view/74905/corrugated-background-using-gradient</guid>
    </item>
    <item>
      <title>(SASS) rgba fallback for any attribute - eklemen</title>
      <link>https://snipplr.com/view/73981/rgba-fallback-for-any-attribute</link>
      <description>&lt;p&gt;rgba fallback for any attribute&lt;/p&gt;</description>
      <pubDate>Tue, 25 Mar 2014 01:44:33 UTC</pubDate>
      <guid>https://snipplr.com/view/73981/rgba-fallback-for-any-attribute</guid>
    </item>
    <item>
      <title>(jQuery) Chrome Fix for Disappearing Fonts - eklemen</title>
      <link>https://snipplr.com/view/73833/chrome-fix-for-disappearing-fonts</link>
      <description>&lt;p&gt;Chrome bug-fix. CSS forces Chrome to redraw the fonts&lt;/p&gt;</description>
      <pubDate>Tue, 11 Mar 2014 04:27:27 UTC</pubDate>
      <guid>https://snipplr.com/view/73833/chrome-fix-for-disappearing-fonts</guid>
    </item>
    <item>
      <title>(SASS) Custom Select Inputs - eklemen</title>
      <link>https://snipplr.com/view/73819/custom-select-inputs</link>
      <description>&lt;p&gt;SASS to customize the appearance of select inputs&lt;/p&gt;</description>
      <pubDate>Sat, 08 Mar 2014 05:27:31 UTC</pubDate>
      <guid>https://snipplr.com/view/73819/custom-select-inputs</guid>
    </item>
    <item>
      <title>(CSS) Animated Tooltip with CSS - apphp-snippets</title>
      <link>https://snipplr.com/view/73546/animated-tooltip-with-css</link>
      <description>&lt;p&gt;This example shows you how to create custom tooltips, using just a pure CSS. In this examples we use "transform" feature of the CSS3 and some other tricks. Also you may find additional tooltip class provided, to show you the way you may customize this code.&lt;/p&gt;</description>
      <pubDate>Sun, 02 Feb 2014 20:42:41 UTC</pubDate>
      <guid>https://snipplr.com/view/73546/animated-tooltip-with-css</guid>
    </item>
    <item>
      <title>(CSS) Prevent Long URL's From Breaking Out with CSS - apphp-snippets</title>
      <link>https://snipplr.com/view/73545/prevent-long-urls-from-breaking-out-with-css</link>
      <description>&lt;p&gt;This solution will help you to prevent many issues with your site, when you need to prevent long URL's from breaking out of container.&lt;/p&gt;</description>
      <pubDate>Sun, 02 Feb 2014 20:38:40 UTC</pubDate>
      <guid>https://snipplr.com/view/73545/prevent-long-urls-from-breaking-out-with-css</guid>
    </item>
    <item>
      <title>(JavaScript) How to use AngularJS and Laravel Blade together. - CreativePunch</title>
      <link>https://snipplr.com/view/73350/how-to-use-angularjs-and-laravel-blade-together</link>
      <description>&lt;p&gt;In this article I will show you how to use AngularJS and Laravel Blade together.&#13;
People who have been using AngularJS for a while may know of this solution. However if you are just getting started or have never used Angular with a templating engine like Blade, read ahead!&lt;/p&gt;</description>
      <pubDate>Sat, 11 Jan 2014 10:28:34 UTC</pubDate>
      <guid>https://snipplr.com/view/73350/how-to-use-angularjs-and-laravel-blade-together</guid>
    </item>
    <item>
      <title>(PHP) Sortable index view tables with Laravel 4 - CreativePunch</title>
      <link>https://snipplr.com/view/73292/sortable-index-view-tables-with-laravel-4</link>
      <description>&lt;p&gt;In this article I would like to share how to make a sortable index view with Laravel 4.&#13;
&#13;
Letâ€™s assume you have an index view with a table. Like this example for a table that contains posts.&lt;/p&gt;</description>
      <pubDate>Sat, 04 Jan 2014 03:20:40 UTC</pubDate>
      <guid>https://snipplr.com/view/73292/sortable-index-view-tables-with-laravel-4</guid>
    </item>
    <item>
      <title>(HTML) Better HTML 5 basic starter template - ginoplusio</title>
      <link>https://snipplr.com/view/72914/better-html-5-basic-starter-template</link>
      <description>&lt;p&gt;This is a basic HTML5 starter template that I use when I start a new project. Scripts should go at the end.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Nov 2013 22:22:33 UTC</pubDate>
      <guid>https://snipplr.com/view/72914/better-html-5-basic-starter-template</guid>
    </item>
    <item>
      <title>(PHP) WordPress Tiny MC Editor mit eigenen CSS-Klassen erweitern - gabbo</title>
      <link>https://snipplr.com/view/72813/wordpress-tiny-mc-editor-mit-eigenen-cssklassen-erweitern</link>
      <description>&lt;p&gt;FÃ¼r functions.php&lt;/p&gt;</description>
      <pubDate>Wed, 06 Nov 2013 22:41:03 UTC</pubDate>
      <guid>https://snipplr.com/view/72813/wordpress-tiny-mc-editor-mit-eigenen-cssklassen-erweitern</guid>
    </item>
    <item>
      <title>(HTML) HTML5 Basic Template (w/ Comments) - Rar</title>
      <link>https://snipplr.com/view/72752/html5-basic-template-w-comments</link>
      <description>&lt;p&gt;Extremely helpful to anyone who is looking to improve performance and follow best practices in HTML/CSS&lt;/p&gt;</description>
      <pubDate>Sun, 27 Oct 2013 10:36:15 UTC</pubDate>
      <guid>https://snipplr.com/view/72752/html5-basic-template-w-comments</guid>
    </item>
    <item>
      <title>(CSS) Adding horizontal spacing between rows - fhenderson</title>
      <link>https://snipplr.com/view/72734/adding-horizontal-spacing-between-rows</link>
      <description>&lt;p&gt;If you want to add horizontal spacing between rows, use a border for the &lt;tr&gt; tag:&lt;/p&gt;</description>
      <pubDate>Fri, 25 Oct 2013 04:27:22 UTC</pubDate>
      <guid>https://snipplr.com/view/72734/adding-horizontal-spacing-between-rows</guid>
    </item>
    <item>
      <title>(CSS) Media Queries (for Responsive Web Design) - iroybot</title>
      <link>https://snipplr.com/view/72407/media-queries-for-responsive-web-design</link>
      <description>&lt;p&gt;A couple of useful media queries...&lt;/p&gt;</description>
      <pubDate>Fri, 20 Sep 2013 07:05:56 UTC</pubDate>
      <guid>https://snipplr.com/view/72407/media-queries-for-responsive-web-design</guid>
    </item>
    <item>
      <title>(jQuery) Fixed Floated Elements - maddev-</title>
      <link>https://snipplr.com/view/72367/fixed-floated-elements</link>
      <description>&lt;p&gt;Creating fixed floated comment's box on right side&lt;/p&gt;</description>
      <pubDate>Sat, 14 Sep 2013 17:20:50 UTC</pubDate>
      <guid>https://snipplr.com/view/72367/fixed-floated-elements</guid>
    </item>
    <item>
      <title>(HTML) Animated coming soon  page with email signup - flanker</title>
      <link>https://snipplr.com/view/72356/animated-coming-soon--page-with-email-signup</link>
      <description>&lt;p&gt;Comingsoon Page for those who don't have time to code.&#13;
&#13;
HTML5 web form for email subscription. PHP backend and MySql database.&#13;
Compatible across browsers&lt;/p&gt;</description>
      <pubDate>Fri, 13 Sep 2013 03:08:34 UTC</pubDate>
      <guid>https://snipplr.com/view/72356/animated-coming-soon--page-with-email-signup</guid>
    </item>
    <item>
      <title>(CSS) As if events weren't even there... - chris5marsh</title>
      <link>https://snipplr.com/view/72230/as-if-events-werent-even-there</link>
      <description>&lt;p&gt;If you want to have an element that appears on a higher z-index than another, but don't want it to receive click events, use the following:&lt;/p&gt;</description>
      <pubDate>Thu, 29 Aug 2013 06:57:51 UTC</pubDate>
      <guid>https://snipplr.com/view/72230/as-if-events-werent-even-there</guid>
    </item>
    <item>
      <title>(CSS) Universal Most-Used Starter Styles - tymartist</title>
      <link>https://snipplr.com/view/72046/universal-mostused-starter-styles</link>
      <description>&lt;p&gt;* A set of starter styles that can be added to any library&#13;
* The most-used styles I add to all of my sites&lt;/p&gt;</description>
      <pubDate>Tue, 06 Aug 2013 11:19:29 UTC</pubDate>
      <guid>https://snipplr.com/view/72046/universal-mostused-starter-styles</guid>
    </item>
    <item>
      <title>(CSS) Drop down menu with fade in no scripting - COBOLdinosaur</title>
      <link>https://snipplr.com/view/71823/drop-down-menu-with-fade-in-no-scripting</link>
      <description>&lt;p&gt;The first thing you might notice is that I am not using nested lists to layout the menu. That is an old XHTML layout technique. I am using the more semantically correct HTML5 &lt;nav&gt; tag. Menus are not lists, they are navigation so using the more modern tag makes sense, and it turns out to be easier to work with.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Jul 2013 04:19:58 UTC</pubDate>
      <guid>https://snipplr.com/view/71823/drop-down-menu-with-fade-in-no-scripting</guid>
    </item>
    <item>
      <title>(JavaScript) CSS domain injector tool - pussard</title>
      <link>https://snipplr.com/view/71623/css-domain-injector-tool</link>
      <description>&lt;p&gt;This handy tool takes raw CSS and finds all relative URLs for background images and injects the absolute path. After which all the background images are displayed on the page. This is useful if you need a quick way to save all background images at once.&lt;/p&gt;</description>
      <pubDate>Tue, 25 Jun 2013 04:47:53 UTC</pubDate>
      <guid>https://snipplr.com/view/71623/css-domain-injector-tool</guid>
    </item>
    <item>
      <title>(CSS) 6 even spaced elements across the page using calc() for sizing - COBOLdinosaur</title>
      <link>https://snipplr.com/view/71560/6-even-spaced-elements-across-the-page-using-calc-for-sizing</link>
      <description>&lt;p&gt;The CSS calc() function can be used anywhere a length, frequency, angle, time, number, or integer is required. It can be used to apply values for width/height; font-size; margins; padding; borders; shadows; border radius; text-indent;top/right/bottom/left(for position); and any place that a number is required.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Jun 2013 05:59:11 UTC</pubDate>
      <guid>https://snipplr.com/view/71560/6-even-spaced-elements-across-the-page-using-calc-for-sizing</guid>
    </item>
    <item>
      <title>(CSS) Progress Bar CSS - oscarlgarcia</title>
      <link>https://snipplr.com/view/71475/progress-bar-css</link>
      <description>&lt;p&gt;Simple Progress Bars with only CSS&lt;/p&gt;</description>
      <pubDate>Tue, 11 Jun 2013 09:10:50 UTC</pubDate>
      <guid>https://snipplr.com/view/71475/progress-bar-css</guid>
    </item>
    <item>
      <title>(CSS) Simple CSS Clearfix - andrewcolby</title>
      <link>https://snipplr.com/view/71381/simple-css-clearfix</link>
      <description>&lt;p&gt;Simple Clearfix&lt;/p&gt;</description>
      <pubDate>Mon, 03 Jun 2013 17:39:05 UTC</pubDate>
      <guid>https://snipplr.com/view/71381/simple-css-clearfix</guid>
    </item>
    <item>
      <title>(HTML) Alternating column colors in HTML tables - COBOLdinosaur</title>
      <link>https://snipplr.com/view/71306/alternating-column-colors-in-html-tables</link>
      <description>&lt;p&gt;The colgroup and col structure is like a directive that specifies table formatting outside of the normal flow. Notice that the col tags do not get closed in HTML5, and the cascade is irregular. Normally the cascade applies to children, but the rows and cells in the table are not children or grandchildren of the col or colgroup. The relationship is more like stepchildren. Because of the irregular relationship, the CSS specificity appears to be quirky. Its not really, but it is not always as expected. To insure the the correct application of both the colgroup rules and the other rules being applied to the tr and td tags the colgroup rules should be applied in line, or be the final rule in the style entries.&lt;/p&gt;</description>
      <pubDate>Sun, 26 May 2013 01:59:56 UTC</pubDate>
      <guid>https://snipplr.com/view/71306/alternating-column-colors-in-html-tables</guid>
    </item>
    <item>
      <title>(CSS) Subtle Recessed Divider Line - nshakin</title>
      <link>https://snipplr.com/view/71245/subtle-recessed-divider-line</link>
      <description>&lt;p&gt;Create a subtle "recessed" looking divider line.  The example restyles the &lt;hr&gt; tag but it can applied to anything.&lt;/p&gt;</description>
      <pubDate>Tue, 21 May 2013 05:58:38 UTC</pubDate>
      <guid>https://snipplr.com/view/71245/subtle-recessed-divider-line</guid>
    </item>
  </channel>
</rss>
