We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8b10a commit 397a3a4Copy full SHA for 397a3a4
1 file changed
index.html
@@ -205,7 +205,11 @@
205
}
206
.hero-container {
207
padding-top: 0 !important;
208
- background-color: var(--dl-color-scheme-green80);
+ background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20sign.jpg?raw=true'); /* sos wallpaper here */
209
+ background-size: cover;
210
+ background-position: center;
211
+ background-repeat: no-repeat;
212
+ background-color: transparent; /* no color */
213
214
.bg-transparent {
215
background-color: transparent;
0 commit comments