From a40a18c9f3da373e7e94c0b1ce70ea93076d9db0 Mon Sep 17 00:00:00 2001 From: Aoi Koizumi Date: Mon, 25 Apr 2022 12:17:27 -0300 Subject: layout uses xhtml 1.0 strict, a sample css, a new favicon, and features suwako on the sample index (: Signed-off-by: Aoi Koizumi --- style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 style.css (limited to 'style.css') 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; +} -- cgit 1.4.1-2-gfad0