diff --git a/index.html b/index.html index 69a2865..f005541 100644 --- a/index.html +++ b/index.html @@ -11,9 +11,11 @@

SPCSS is a simple and minimal stylesheet for simple text-based websites. To learn more about it and how to use it, visit github.com/susam/spcss. This - page demonstrates how some common HTML elements are styled with this - stylesheet. + href="https://github.com/susam/spcss">github.com/susam/spcss. +

+

+ This page demonstrates how some common HTML elements are styled with + this stylesheet.

Code Block

@@ -39,10 +41,10 @@ hello, world

The command displayed in green above denotes keyboard input entered by - a user. SPCSS considers any text in <kbd> element - nested within a <pre> element is considered to be - keyboard input and highlighted in green by SPCSS. For example, the - above code example was created with the following HTML code: + a user. SPCSS shows any <kbd> element nested within + a <pre> in green in order to highlight keyboard + input. For example, the above code example was created with the + following HTML code:

 <pre>