Skip to content

Commit 531e8c2

Browse files
Update index.html
1 parent 76ca252 commit 531e8c2

1 file changed

Lines changed: 9 additions & 20 deletions

File tree

index.html

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -203,25 +203,13 @@
203203
flex-direction: column;
204204
padding-bottom: var(--dl-space-space-eightunits);
205205
}
206-
.hero-container {
207-
position: relative;
208-
overflow: hidden;
209-
height: 100vh; /* istediğin kadar yüksek olabilir */
210-
padding-top: 0 !important;
211-
}
212-
213-
.hero-container::before {
214-
content: '';
215-
position: absolute;
216-
inset: 0;
217-
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20sign.jpg?raw=true');
218-
background-size: cover;
219-
background-repeat: no-repeat;
220-
background-position: center top;
221-
222-
/* Alt kısımdan %23 kesmek için yukarıya doğru kaydır */
223-
transform: translateY(-23%);
224-
}
206+
.hero-container {
207+
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20sign.jpg?raw=true');
208+
background-repeat: no-repeat;
209+
background-size: cover;
210+
background-position: center 10%;
211+
padding-top: 0 !important;
212+
}
225213

226214
/* Mobil cihazlar için */
227215
@media screen and (max-width: 768px) {
@@ -1307,7 +1295,7 @@
13071295
</div>
13081296
</div>
13091297
</div>
1310-
deneme 2
1298+
deneme 3
13111299
<div class="hero-container section-container">
13121300
<div class="home-max-width1 max-width">
13131301
<div class="home-content">
@@ -1634,5 +1622,6 @@ <h1 class="home-text48">
16341622

16351623

16361624

1625+
16371626

16381627

0 commit comments

Comments
 (0)