diff --git a/tools/fluidsim/index.html b/tools/fluidsim/index.html index c418ea0..ede4274 100644 --- a/tools/fluidsim/index.html +++ b/tools/fluidsim/index.html @@ -57,11 +57,14 @@ position: sticky; bottom: 27px; } + a.back { + z-index: 5; + }; - + \ No newline at end of file diff --git a/tools/index.html b/tools/index.html index e55315f..c388d1e 100644 --- a/tools/index.html +++ b/tools/index.html @@ -4,18 +4,33 @@ + + WhykTools - -

- Voici la page des outils référencés -

+
+
+ + + +

WhyKorp

+
+


+
+


+

Bienvenue sur WhykTools

+


+
+

Voici la page des outils référencés

- +
+ \ No newline at end of file diff --git a/tools/style.css b/tools/style.css new file mode 100644 index 0000000..81dd4c2 --- /dev/null +++ b/tools/style.css @@ -0,0 +1,42 @@ +body { + font-family: 'Noto Sans', sans-serif; + background-color: #333; + color: #fff; +}; +div.container { + width: 80%; + margin: auto; + border: 2px solid #d63209; + border-radius: 25px; + padding: 20px; + background-color: #444; +}; +header { + text-align: left; +} + + .logo { + height: 60px; + width: 60px; + display: inline-block; + vertical-align: middle; + margin-right: 10px; + } + .title { + display: inline-block; + font-size: 48px; + line-height: 60px; + vertical-align: middle; + } + + div.footer { + width: 80%; + margin: auto; + border: 2px solid #d63209; + border-radius: 25px; + padding: 20px; + background-color: #444; + display: flex; + justify-content: center; + align-items: center; + } \ No newline at end of file