Skip to content

Instantly share code, notes, and snippets.

View knalli's full-sized avatar
👨‍💻

Jan Philipp knalli

👨‍💻
View GitHub Profile
@knalli
knalli / example1.css
Created July 24, 2011 19:20
CSS3: SASS, Compass, PIE und IE
div.header-chrome {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00346e), color-stop(100%, #001c3b));
background-image: -webkit-linear-gradient(#00346e, #001c3b);
background-image: -moz-linear-gradient(#00346e, #001c3b);
background-image: -o-linear-gradient(#00346e, #001c3b);
background-image: -ms-linear-gradient(#00346e, #001c3b);
background-image: linear-gradient(#00346e, #001c3b);
}
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.common</groupId>
<artifactId>google-guava</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Google Guava</name>
<build>
<sourceDirectory>src/</sourceDirectory>