Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design improvements #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions css/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,19 @@ img {
height: 50px;
padding: 20px;
text-align: center;
background: #ddd;
margin-top: 20px;
position:fixed;
bottom:10px;
left:0px;
background-image:radial-gradient(snow, transparent);
transition: 2s;
}
.footer:hover{
text-shadow: 0px 0px 10px green;
transition:0.2s;
}

/* hiding audio, you can autoplay it */
.lvlUp {
opacity: 0;
}
}
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
<h1>Water (H2O) ∞ Steam (🔥)</h1>
<div class="image-container">
<div class="image-caption-container">
<img src="img/water.png" alt="water image">
<p>You must be shapeless, formless, like water</p>
<img src="img/water.png" alt="water image">
<p>You must be shapeless, formless, like water</p>
</div>
<div id="infinity">&infin;</div>
<div class="image-caption-container">
<img src="img/steam.png" alt="steam image">
<p>There is a force more powerful than steam and electricity: the will</p>
</div>
</div>
</div>
<div class="footer">
Designed by <a href=" https://github.com/adlyloukil/x-solid">contributers</a> during Hacktoberfest 2019
Designed by <a href=" https://github.com/adlyloukil/x-solid">contributors</a> during Hacktoberfest 2019
</div>
</div>
<embed name="levelup" src="mp3/levelup.mp3" loop="false" hidden="true" autostart="true" class="lvlUp">
Expand Down