diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbdb03d --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# y.css + +This is a very clean CSS to start with. + +You have some typography classes for small caps for example. + +Typically: + +- the right size of the content. +- header numbering inside article, +- nice link (no underline, but a sup cross) + +

+
+    
+        
+        
+        Page title
+    
+    
+        
+

Title

+

Subtitle

+
+ +
+ <h1>Article Title</h1> +

This is the article

+

section

+

subsection

+

Some content with a link.

+
A blockquote
+
+ + + + +
diff --git a/index.html b/index.html index 5d0074a..2b0bc23 100644 --- a/index.html +++ b/index.html @@ -2,24 +2,25 @@ - HTML Title + Page title -

This is the main page title

-

With a subtitle

+
+

Title

+

Subtitle

+
+
- - <h1>The article title</h1> - + <h1>Article Title</h1>

This is the article

-

A sub title

-

Something to say? This is a link

-
- This is a blockquote -
+

section

+

subsection

+

Some content with a link.

+
A blockquote
+