diff --git a/begushiybashkir/src/index.html b/begushiybashkir/src/index.html index 06ba3df..5c405ae 100644 --- a/begushiybashkir/src/index.html +++ b/begushiybashkir/src/index.html @@ -41,16 +41,15 @@ -
Бегай легко, достигай большего!
@@ -294,7 +293,7 @@ alt="Беговой клуб, общее фото" /> - +
@@ -303,7 +302,6 @@
-
diff --git a/begushiybashkir/src/photo/logo/LogoNew.png b/begushiybashkir/src/photo/logo/LogoNew.png new file mode 100644 index 0000000..6210afd Binary files /dev/null and b/begushiybashkir/src/photo/logo/LogoNew.png differ diff --git a/begushiybashkir/src/style/Logo/write-log.css b/begushiybashkir/src/style/Logo/write-log.css new file mode 100644 index 0000000..2956448 --- /dev/null +++ b/begushiybashkir/src/style/Logo/write-log.css @@ -0,0 +1,35 @@ +.logo-write-img { + height: 5em; + width: auto; +} + +.write-logo-box { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; + font: 1em LogoFont; + line-height: 0; + background-color: rgb(64, 168, 104); +} + +write-logo-1 { + +} + +write-logo-2 { + width: fit-content; + display: flex; + flex-direction: row; +} + +write-logo-h1 { + font-size: 1.5em; + font-weight: bold; + color: #000000; + text-align: center; + margin: 0; + display: flex; +} \ No newline at end of file diff --git a/begushiybashkir/src/style/style.css b/begushiybashkir/src/style/style.css index 4975ae1..f19d173 100644 --- a/begushiybashkir/src/style/style.css +++ b/begushiybashkir/src/style/style.css @@ -2,9 +2,11 @@ @import url("./results.css"); @import url("./slider.css"); @import url(./fonts.css); +@import url(./Logo/write-log.css); body { font-family: "Arial", sans-serif; + height: 100%; margin: 0; padding: 0; color: #333;