modified: begushiybashkir/src/index.html

new file:   begushiybashkir/src/photo/logo/LogoNew.png
	new file:   begushiybashkir/src/style/Logo/write-log.css
	modified:   begushiybashkir/src/style/style.css
add write logo and img logo into header of site
This commit is contained in:
valitovgaziz
2025-09-01 16:27:50 +05:00
parent 47c012fb4c
commit 3b74861ceb
4 changed files with 44 additions and 9 deletions
+6 -8
View File
@@ -41,16 +41,15 @@
</head>
<body>
<header>
<div class="container">
<div class="logo">
<img src="./photo/logo/ЛогоНаписательный.png" alt="Бегущий башкир написательный лого">
<div class="write-logo-box">
<h1 class="write-logo-h1">Бегущий</h1>
<h1 class="write-logo-h1">Башкир</h1>
</div>
<img src="./photo/logo/Logo.png" alt="Бегущий башкир картинка лого">
<img
class="logo-write-img"
src="./photo/logo/LogoNew.png"
alt="Бегущий башкир написательный лого"
/>
<img src="./photo/logo/Logo.png" alt="Бегущий башкир картинка лого" />
</div>
<div class="tagline">Бегай легко, достигай большего!</div>
</div>
@@ -303,7 +302,6 @@
<div class="slider-indicator" id="sliderIndicator">
<!-- точки будут добавлены через JavaScript -->
</div>
</div>
</div>
</section>
Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

@@ -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;
}
+2
View File
@@ -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;