about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..e13250f
--- /dev/null
+++ b/style.css
@@ -0,0 +1,23 @@
+/*
+ * 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;
+}