about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorAoi Koizumi <novaburst@kalli.st>2022-04-25 12:17:27 -0300
committerAoi Koizumi <novaburst@kalli.st>2022-04-25 12:17:27 -0300
commita40a18c9f3da373e7e94c0b1ce70ea93076d9db0 (patch)
tree7956470d7f3d0c0c4eccba891bd989fa8d860989 /style.css
parent688d5f733f3990a8c85bc5036d4c352959e819bf (diff)
downloadzs-template-a40a18c9f3da373e7e94c0b1ce70ea93076d9db0.tar.gz
layout uses xhtml 1.0 strict, a sample css, a new favicon, and features HEAD master
suwako on the sample index (:

Signed-off-by: Aoi Koizumi <novaburst@kalli.st>
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;
+}