diff --git a/asset/css/style.css b/asset/css/style.css index 7f49edd..220c982 100644 --- a/asset/css/style.css +++ b/asset/css/style.css @@ -135,11 +135,14 @@ div#hint{ } div#xrecosystem{ - background: url(../img/xrecosystem.png); + background: #000 url(../img/xrecosystem.png); + background-repeat: no-repeat; height: 200px; background-size: cover; width: 100%; border-radius:7px; + background-size: contain; + background-position: center; margin:30px 0px; } @@ -233,6 +236,14 @@ div#aframeverse{ width: 100%; } +div#elfa{ + height: 400px; + background: url(../img/elfa.jpg); + background-repeat:no-repeat; + background-size: cover; + width: 100%; +} + div#xrsh{ background: url(../img/xrsh.webp); height: 200px; diff --git a/asset/img/elfa.jpg b/asset/img/elfa.jpg new file mode 100644 index 0000000..7b9b102 Binary files /dev/null and b/asset/img/elfa.jpg differ diff --git a/asset/img/xrecosystem.png b/asset/img/xrecosystem.png index 19309b8..3efb205 100644 Binary files a/asset/img/xrecosystem.png and b/asset/img/xrecosystem.png differ diff --git a/index.html b/index.html index 71ed4ec..f4ea4cf 100644 --- a/index.html +++ b/index.html @@ -193,6 +193,14 @@ + +
+ + @@ -249,7 +257,7 @@