difftastic/sample_files/css_2.css

24 lines
194 B
CSS

/* hello
world */
.bar {
margin: 0;
}
.foo1 {
margin: 0 0 20px 0;
color: green;
}
.baz {
color: blue;
font-family: "After";
}
.another {
margin-left: 1em;
}
p {
color: #000;
}