diff --git a/BFI/index.html b/BFI/index.html index d915767..f0c8b24 100755 --- a/BFI/index.html +++ b/BFI/index.html @@ -12,6 +12,11 @@
← Retour vers le portail des simulations +

Simulateur du BFI

diff --git a/BFI/style.css b/BFI/style.css index 66a8447..9704007 100755 --- a/BFI/style.css +++ b/BFI/style.css @@ -21,6 +21,29 @@ header { margin: 10px; } +#logo { + margin: 20px 0; + text-align: center; +} + +#logo a { + display: inline-flex; + justify-content: center; + align-items: center; + gap: 10px; + color: black; + text-decoration: none; +} + +#logo img { + width: 3em; + height: 3em; +} + +#logo span { + font-size: 2em; +} + main { width: clamp(400px, 70%, 1200px); margin: 30px auto; diff --git a/res/logo.png b/res/logo.png new file mode 100644 index 0000000..aa80303 Binary files /dev/null and b/res/logo.png differ