Skip to content
Open

ew #4

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
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@
align-items: center;
justify-content: center;
text-align: center;
padding: 0 5%;
background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.75)),
background: linear-gradient(rgba(0,0,0,0.65), rgba(0, 183, 255, 0.05)),
url('e.jpg') center/cover no-repeat fixed; /* ← fixed = parallax */
background-attachment: fixed; /* core parallax magic */
}

.heroadd{

background: linear-gradient(rgba(0, 0, 0, 0.00), rgba(0, 128, 0, 0.05));
}
/* Remove the old margin hacks from h1 */
.hero-content {
z-index: 2;
Expand Down Expand Up @@ -141,9 +143,10 @@

/* Container & Sections */
.container {
max-width: 1300px;
margin: 0 auto;
margin-top: 900px;;
padding: 5rem 5%;
width: 100%;
background: linear-gradient(rgba(255, 255, 255, 0.00), green);
}

h2.section-title {
Expand Down Expand Up @@ -261,8 +264,8 @@
</nav>

<!-- Hero -->
<section class="hero" style="height: 5000px; display: flex; flex-direction: column;">
<div class="hero-content">
<section class="hero" style="height: 5700px; display: flex; flex-direction: column;">
<div class="hero-content" style="margin-top: 1400px;">
<h1 style="margin-top: -750px; margin-bottom: -50px;"><img style="width: 900px;" src="g.png"></h1>
<p>Join the ultimate gaming community. Discover latest games, epic tournaments, hot news and honest reviews.</p>
<a href="#how" class="btn">How To Play</a>
Expand Down