Commit 6e26962c authored by Chunchi Che's avatar Chunchi Che

update monster png and styles

parent ea3f1be9
Pipeline #22782 passed with stages
in 14 minutes and 59 seconds
neos-assets/monster.png

513 KB | W: | H:

neos-assets/monster.png

444 KB | W: | H:

neos-assets/monster.png
neos-assets/monster.png
neos-assets/monster.png
neos-assets/monster.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -39,24 +39,17 @@ body * { ...@@ -39,24 +39,17 @@ body * {
z-index: 20; z-index: 20;
} }
header.main { .neos-header {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
z-index: 20; z-index: 20;
padding: 22em 0 4em;
} }
header.main.top { .neos-header::after {
padding: 22em 0 4em;
position: relative;
}
header.main.top.mon1::after {
background-image: url(/neos-assets/monster.png); background-image: url(/neos-assets/monster.png);
background-position: center -50px; background-position: center -50px;
}
header.main.top::after {
content: ""; content: "";
position: absolute; position: absolute;
width: 100%; width: 100%;
...@@ -64,19 +57,18 @@ header.main.top::after { ...@@ -64,19 +57,18 @@ header.main.top::after {
left: 0; left: 0;
top: 0; top: 0;
background-repeat: no-repeat; background-repeat: no-repeat;
// opacity: 0;
z-index: 1; z-index: 1;
animation: mainvisual .1s ease-in-out .5s 1 normal forwards;
} }
header.main.top h1 { .neos-header h1 {
margin-bottom: 1em; margin-bottom: 1em;
padding: 0 1.5em; padding: 0 1.5em;
position: relative; position: relative;
z-index: 2; z-index: 2;
} }
header.main.top .header-main p { .neos-header p {
color: white;
font-size: 2.5em; font-size: 2.5em;
font-weight: bold; font-weight: bold;
text-shadow: 0 0 0.5em #2137bd, 0 0 0.5em #2137bd; text-shadow: 0 0 0.5em #2137bd, 0 0 0.5em #2137bd;
......
...@@ -18,8 +18,8 @@ const Start: React.FC = () => ( ...@@ -18,8 +18,8 @@ const Start: React.FC = () => (
</a> </a>
</div> </div>
<div className="wrapper"> <div className="wrapper">
<header role="banner" className="main top mon1"> <div role="banner" className="neos-header">
<div className="header-main"> <div>
<h1> <h1>
<img <img
src={`${NeosConfig.assetsPath}/neos_logo.png`} src={`${NeosConfig.assetsPath}/neos_logo.png`}
...@@ -30,7 +30,7 @@ const Start: React.FC = () => ( ...@@ -30,7 +30,7 @@ const Start: React.FC = () => (
</h1> </h1>
<p>PLAY NOW!</p> <p>PLAY NOW!</p>
</div> </div>
</header> </div>
</div> </div>
</> </>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment