diff --git a/fluidicon.png b/fluidicon.png new file mode 100644 index 0000000..468574c Binary files /dev/null and b/fluidicon.png differ diff --git a/index.html b/index.html index dfe3937..5e866a3 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,13 @@ -

Генератор QR-кодов

+ +
diff --git a/style.css b/style.css index 08026ea..2347fa0 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,14 @@ body { text-align: center; } +.logo { + display: flex; + justify-content: center; + gap: 15px; +} + h1 { + margin: 0; color: orangered; }