about summary refs log blame commit diff stats
path: root/style.css
blob: e13250f08c6836dfb9f2b804da15951a78fd179b (plain) (tree)






















                                
/*
 * sample css
 */

body {
	background-color: black;
}
a {
	color: orange;
}
a:hover {
	color: gray;
}
a:visited {
	color: purple;
}
p {
	float: left;
}
pre {
	background-color: gray;
	color: white;
}