Skip to content

Instantly share code, notes, and snippets.

@alimukhammad
Created March 9, 2021 03:35
Show Gist options
  • Select an option

  • Save alimukhammad/9852126591842502a984b2b3f503f012 to your computer and use it in GitHub Desktop.

Select an option

Save alimukhammad/9852126591842502a984b2b3f503f012 to your computer and use it in GitHub Desktop.
MWeqQEm
<header id="header">
<ul>
<li><a href="#home">STORMTROOPER</a></li>
<li><a href="#news">BENEFITS</a></li>
<li><a href="#contact">PRICING</a></li>
</ul>
</header>
<div id="ptitle">
<h1 class="title">THE ARMY YOU ALWAYS WISHED FOR</h1>
</div>
<div id="pstormtrooper">
<h2>STORMTROOPER</h2>
<div>
</div>
<div id="btrooper">
<h3>SPECIALIZED STORMTROOPER</h3>
<p>In addition to the standard stormtroopers, the Empire had specialized stormtrooper forces assembled to operate in different environments or roles. Once a trooper was specialized to their role, their physiological conditioning was so strong that one would rarely want to change what division they were in.</p>
</div>
</div>
<div id="pbenefits">
</div>
<div id="ppricing">
</div>
/* #grad{
background: linear-gradient(black, white);
} */
body{
background: url("https://live.staticflickr.com/287/19577029698_55e2538af2_b.jpg") fixed center;
background-size: cover;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
border: 1px #e7e7e7;
position: sticky;
}
li {
float: right;
font-size: 20px;
font-bold: strong;
font-family: fantasy, "Copperplate"
}
li a {
display: block;
color: #ff0;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #ddd;
}
li a.active {
background-color:#o3o;
}
h1{
display:inline-block;
text-align: center;
color:white;
}
#ptitle, #pstormtrooper, #pbenefits, #ppricing {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.title{
border-style:solid;
}
#pstormtrooper{
background-color: white;
border-style:solid;
}
#btrooper{
margin: 0 650px;
margin-left:50px;
}
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" />
@alimukhammad
Copy link
Author

Product Landing Page : Edits are on their way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment