From c394b955edab6a8fcffdda12e7ac4dfbf0c1877b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Wed, 29 May 2019 13:02:52 +0200 Subject: [PATCH] [IMP] static page: add some css --- index.html | 28 ++++++++++++++++++---------- main.css | 23 +++++++++++++++++++++++ 2 files changed, 41 insertions(+), 10 deletions(-) create mode 100644 main.css diff --git a/index.html b/index.html index 42a7891a..24dcb884 100644 --- a/index.html +++ b/index.html @@ -4,20 +4,28 @@ OWL Framework + -

🦉 OWL Framework 🦉

- - +
+

🦉 OWL Framework 🦉

+
Mysterious OWL: A web framework for structured, dynamic and maintainable applications
+
-

- Are you a designer? Do you like CSS? Improve this page: make a PR! -

+
+ +
+ +
+

+ Are you a designer? Do you like CSS? Improve this page: make a PR! +

+
\ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 00000000..2760f2f6 --- /dev/null +++ b/main.css @@ -0,0 +1,23 @@ +body { + font-family: sans-serif; +} + +.title, .section, .footnote { + width: 768px; + margin: auto; +} + +.title div { + color: #333333; + font-style: italic; +} +.section { + background-color: #d5d5d5; + padding: 16px; + margin-top: 10px; + margin-bottom: 10px; +} + +.links a { + margin: 10px 5px; +} \ No newline at end of file