File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) {
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
You can’t perform that action at this time.
0 commit comments