We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2267b1 commit e272ccfCopy full SHA for e272ccf
1 file changed
index.html
@@ -206,11 +206,10 @@
206
.hero-container {
207
padding-top: 0 !important;
208
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20sign.jpg?raw=true'); /* sos wallpaper here */
209
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
210
background-position: center top; /* üstte ve ortalanmış gösterim */
211
- background-size: auto; /* resim orijinal boyutunda kalsın */
212
- padding-top: 0 !important;
213
- background-color: transparent; /* no color */
+ background-size: 640px 427px; /* sabit resim boyutu */
+ background-color: transparent; /* yeşil vs. arka plan kalksın */
214
}
215
.bg-transparent {
216
background-color: transparent;
0 commit comments