From b85bd327b6964be83e7e4831c047525e3ffb9372 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Tue, 23 Aug 2022 04:46:49 +0200 Subject: [PATCH] Added descriptive title, visual equalizing --- basic-example/javascript.html | 14 +++----------- basic-example/pyscript.html | 4 +++- basic-example/style.css | 19 +++++++++++++++++++ 3 files changed, 25 insertions(+), 12 deletions(-) create mode 100644 basic-example/style.css diff --git a/basic-example/javascript.html b/basic-example/javascript.html index 0206796..0317dee 100644 --- a/basic-example/javascript.html +++ b/basic-example/javascript.html @@ -5,22 +5,14 @@ - + D3 mit JavaScript
-
JavaScript
+

Duolingo XP nach Sprache

+

JavaScript

diff --git a/basic-example/pyscript.html b/basic-example/pyscript.html index 33ba2ec..f5fa375 100644 --- a/basic-example/pyscript.html +++ b/basic-example/pyscript.html @@ -9,11 +9,13 @@ + D3 mit PyScript
-
PyScript
+

Duolingo XP nach Sprache

+

PyScript

diff --git a/basic-example/style.css b/basic-example/style.css new file mode 100644 index 0000000..e6c02bf --- /dev/null +++ b/basic-example/style.css @@ -0,0 +1,19 @@ +* { + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; + text-align: center; + color: #333; + font-weight: 400; + line-height: 1.5em; +} +body { + margin: 0; +} +h1 { + font-size: 2em; + margin: 0; +} +h2 { + font-size: 1.5em; + margin: 0; +}