Landing Page Tutorial: Make Webpage Using HTML, CSS, and JS

0

Landing Page Tutorial: Make Webpage Using HTML, CSS, and JS

A landing page is the first page of a website that you can use to create a variety of programming codes. But HTML, CSS, and JavaScript programming languages ​​are especially good for creating a landing page

HTML code will create the structure of the landing page, CSS code will make the landing page more beautiful and stylish. JavaScript code will help make it professional and animated. Also programming languages ​​like data structure, SQL, etc. are used. I will show you in this article how you can easily create a beautiful and professional landing page using a simple programming code. Basically, if you want to create a landing page for a website, you need to focus on a few specific things. First of all, make it professional and responsive. 

This means that it can adapt itself beautifully to any device. Which is very necessary for the website. As a result, your page will look the same on mobile, laptop, desktop, etc. Some special CSS code is used to make it responsive, which I have shown you below. Below I show you how to create this landing page. I have also given below all the necessary code to make it. You can easily use your own website or blog by copying that code.

Some special features of this landing page

💛 Only HTML, CSS, and JavaScript programming code were used to create it.

💜 This is a fully responsive landing page, so you can easily customize it for any device.

💚 The background of this website design has been completely blackened.

💘 The main page has a subscribe form which is called the login form.

💙 Includes a professional top menu bar. On which hover is added and that menu bar is a fully fixed menu bar.

💗 There is a beautiful logo, where you can add the logo of your choice. Below is some information about the website.

💚 Below is a list of qualifications. Here you can give a list of what you are good at and show the percentage.

💙 There are also places to give descriptions. Here you can give some advice to your users.

💗 Below is a list of authors. Here you can give some details to all the authors on your website who write content, their pictures.


 Below is the footer menu. Here you can give some links as per your requirement. Such as social media, YouTube, or some other platforms where you have an account. Also some you can add some pages of your choice.

 Below is the footer credit for this website. This means that there is a place to show the original owner of this website and who created this website. Since I made it, my name is here. You can change the footer credit if you wish. I have seen for myself how to change.


I think this is a beautiful and complete landing page that you can use in any of your work effortlessly. Below I show you completely how to make this page.

 I have used three types of programming code to enhance it. I have given all these programming codes below. There is also a download button at the top so you can download it as you need.


How to build this landing page

Below I show you how to build here and link to your website. To create it, first, you need to create an HTML file. To create a file, open any text editor on your computer, such as Notepad, WordPad, etc. Then you copy it to the structure shown below, then paste it into Notepad. 

Then you save that notepad file with the name of your choice. When saving, you will rename it to your liking and add dot HTML to it. This way you can create an HTML file. After creating this file, you can add HTML, CSS, and JavaScript code to that HTML file by following the three steps below.

 

Add HTML Code

The code shown below is the complete HTML code. Which has been used to create this page. First, you copy the following codes. Then paste the ad HTML code in the structure above. Also, if you want to add it to any of your other projects, you can do it very easily. For that, you have to paste these HTML codes into the body tag of your project.


<div class="smooth">
  <header>
    <h3>iOGO</h3>
    <ul>
      <li><a href="#one">Home</a></li>
      <li><a href="#two">About</a></li>
      <li><a href="#three">Services</a></li>
      <li><a href="#four">Reviews</a></li>
      <li><a href="#bottom">Contact</a></li>
    </ul>
  </header>
  <section id="one">
    <div class="content parallax">
      <div>
         <!--
        <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
      -->
        <h1>iOGO MEDiA</h1>
        <svg class="title">
          <text x="0" y="40">iOGO MEDiA</text>
          <path d="M 0 66 50 61"></path>
        </svg>
        <p class="lead">
          I hope you like this landing page. And you have learned how to create a webpage. If you encounter any other problems while creating this landing page, please let us know in the comments. I will try my best to help you as much as possible.
           <a class="leadlink" href="https://caniuse.com/#search=scroll-behavior" target="_blank">Can I use</a> site. 
        </p>
         <!--
        <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
      -->
        <p class="lead">
          And also added a parallax effect and logo animation, a sample of which you
           <a class="leadlink" href="https://codepen.io/andrejsharapov/pen/PVJrLO" target="blank">can find here.</a>
        </p>
      </div>
      <div class="blur">
        <form><img src="https://s.cdpn.io/profiles/user/2727382/80.jpg?1545923020"/>
          <input type="text" placeholder="Email:"/>
          <input type="text" placeholder="Password:"/><a class="button" href="#bottom">Follow me</a>
        </form>
      </div>
    </div>
  </section>
   <!--
        <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
      -->
  <section id="two">
    <h2>Section<span> two</span></h2>
    <p>I hope you like this landing page. And you have learned how to create a webpage. If you encounter any other problems while creating this landing page, please let us know in the comments. I will try my best to help you as much as possible.</p>
    <div class="blocks">
      <div class="block">
        <p>TEXT or ICON</p>
      </div>
      <div class="block">
        <p>TEXT or ICON</p>
      </div>
      <div class="block">
        <p>TEXT or ICON</p>
      </div>
      <div class="block">
        <p>TEXT or ICON</p>
      </div>
    </div>
     <!--
        <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
      -->
    <p>I hope you like this landing page. And you have learned how to create a webpage. If you encounter any other problems while creating this landing page, please let us know in the comments. I will try my best to help you as much as possible.</p>
  </section>
  <section id="three">
    <div class="grid g_two">
      <div>
        <h2>Section<span> three</span></h2>
        <p>I hope you like this landing page. And you have learned how to create a webpage. If you encounter any other problems while creating this landing page, please let us know in the comments. I will try my best to help you as much as possible.</p>
        <p>I hope you like this landing page. And you have learned how to create a webpage. If you encounter any other problems while creating this landing page, please let us know in the comments. I will try my best to help you as much as possible.</p>
        <p>I hope you like this landing page. And you have learned how to create a webpage. If you encounter any other problems while creating this landing page, please let us know in the comments. I will try my best to help you as much as possible.</p>
      </div>
      <div class="flex column">
        <div class="flex column">
          <div class="flex jcsb">
            <h4>Comunity</h4><span>77%</span>
          </div>
           <!--
        <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
      -->
          <progress value="77" max="100"></progress>
        </div>
        <div class="flex column">
          <div class="flex jcsb">
            <h4>Team and Developers</h4><span>65%</span>
          </div>
          <progress value="65" max="100"></progress>
        </div>
        <div class="flex column">
          <div class="flex jcsb">
            <h4>Marketing</h4><span>88%</span>
          </div>
          <progress value="88" max="100"></progress>
        </div>
         <!--
        <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
      -->
        <div class="flex column">
          <div class="flex jcsb">
            <h4>Design</h4><span>68%</span>
          </div>
          <progress value="68" max="100"></progress>
        </div>
      </div>
    </div>
  </section>
  <section id="four">
    <h2>Section<span> four</span></h2>
    <p>I hope you like this landing page. And you have learned how to create a webpage. If you encounter any other problems while creating this landing page, please let us know in the comments. I will try my best to help you as much as possible.</p>
    <div class="blocks">
      <div class="block">
        <h4>Author</h4>
        <p>I hope you like this landing page. And you have learned how to create a webpage. If you encounter any other problems while creating this landing page, please let us know in the comments. I will try my best to help you as much as possible.</p>
      </div>
       <!--
        <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
      -->
      <div class="block">
        <h4>Author</h4>
        <p>I hope you like this landing page. And you have learned how to create a webpage. If you encounter any other problems while creating this landing page, please let us know in the comments. I will try my best to help you as much as possible.</p>
      </div>
      <div class="dots">
        <div class="dot"></div>
        <div class="dot"></div>
        <div class="dot"></div>
        <div class="dot"></div>
        <div class="dot"></div>
        <div class="dot"></div>
      </div>
    </div>
  </section>
  <footer id="bottom">
    <div class="widgets">
      <h3>iOGO</h3>
       <!--
        <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
      -->
      <div class="widget">
        <h5 class="follow">Follow me</h5>
        <ul>
          <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
        </ul>
      </div>
      <div class="widget">
        <h5>Heading</h5>
        <ul>
          <li>Text</li>
          <li>Text</li>
          <li>Text</li>
          <li>Text</li>
        </ul>
      </div>
      <!--
        <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
      -->
      <div class="widget">
        <h5>Heading</h5>
        <ul>
          <li>Text</li>
          <li>Text</li>
          <li>Text</li>
          <li>Text</li>
        </ul>
      </div>
      <div class="widget">
        <h5>CONTACTS</h5>
        <ul>
          <li>Text</li>
          <li>Text</li>
          <li>Text</li>
          <li>Text</li>
        </ul>
      </div>
       <!--
        <li><a href="https://dribbble.com/andrejsharapov" target="blank">Dribbble</a></li>
          <li><a href="https://codepen.io/andrejsharapov" target="blank">CodePen</a></li>
          <li><a href="https://twitter.com/andrejsharapov" target="blank">Twitter</a></li>
          <li><a href="https://www.behance.net/andrejsharapov" target="blank">Behance</a></li>
      -->

    </div>
    <div class="copy">
      <p>
        &copy; 2019 with  <span>&#9829;</span> <a href="https://backlinkn.com/" target="_blank">Shantanu Jana</a></p><a href="#one">Scroll top &#x2191;</a>
    </div>
  </footer>
</div>



Add CSS Code

The ones shown below are the complete CSS code. Which has been used in making this project. These codes basically help to make the page of this website responsive. You copy these codes and paste them in the upper structure where the ad CSS code is written. Also if you want to associate it with any of your other projects. For that, you copy the CSS codes and paste it inside the style tags in the body tags of your project.



 str-style,
section#one .title text,
section#one .title path {
  stroke-dasharray700;
  stroke-dashoffset1000;
  animation: dash 4s linear forwards;
}
*,
::before,
::after {
  box-sizingborder-box;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
body {
  margin0;
  padding0 4px;
  height100vh;
  overflowhidden;
  line-height1.5;
  font-family'Inconsolata'sans-serif;
  font-size62.5%;
  color#fff;
  background-color#1d1e22;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
::-webkit-scrollbar {
  width8px;
  height6px;
}
::-webkit-scrollbar-track {
  background-color#1d1e22;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
::-webkit-scrollbar-thumb {
  border-radius1em;
  background-color#312d3c;
}
::-webkit-scrollbar-thumb:hover {
  background-color#df2359;
}
a {
  text-decorationnone;
  color#fff;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
a:hover,
a.leadlink {
  color#df2359;
}
h1,
h2,
header a {
  text-transformuppercase;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
.smooth {
  margin0 auto;
  padding0 4px;
  padding-left8px;
  height100%;
  overflow-xhidden;
  overflow-yscroll;
  scroll-behaviorsmooth;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
header,
footer {
  positionrelative;
  padding2em 3em;
  displayflex;
  align-itemscenter;
  font-size1rem;
}
header {
  position: -webkit-sticky;
  positionsticky;
  top0;
  z-index2;
  height10vh;
  background-color#1d1e22;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
header h3 {
  positionrelative;
  margin0;
  font-family'Montserrat'sans-serif;
  font-size2rem;
  color#df2359;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
header ul {
  list-style-typenone;
  padding0;
  margin1em 0;
  displayflex;
  width100%;
  justify-contentflex-end;
  align-itemscenter;
}
header ul li {
  positionrelative;
  margin0 1em;
  transitionall 0.2s linear;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
header ul li a {
  font-family'Montserrat'sans-serif;
  font-weight500;
  color#fff;
}
header ul li::before {
  positionabsolute;
  content'';
  topcalc(100% + 4px);
  left0;
  width20px;
  height2px;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  background-color#fff;
  transform-origin0 100%;
  transformrotate(-5deg);
  transitionall 0.2s ease-out;
}
header ul li:hover::before {
  width100%;
  background-color#df2359;
}
.grid {
  displaygrid;
  grid-gap2em;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
.grid.g_two {
  grid-template-columns1fr minmax(300pxauto);
}
.flex {
  displayflex;
  width100%;
  align-itemscenter;
}
.flex.column {
  flex-flowcolumn wrap;
  justify-contentspace-between;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
.jcsb {
  justify-contentspace-between;
}
progress {
  positionrelative;
  margin1em 0;
}
progress[value] {
  -webkit-appearancenone;
  appearancenone;
  width100%;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  max-width360px;
  height1px;
}
progress::-webkit-progress-bar {
  background-color#666;
  border-radius1em;
}
progress::-webkit-progress-value {
  positionabsolute;
  top-2px;
  left0;
  background-color#df2359;
  border-radius1em;
  height5px;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
section {
  positionrelative;
  displayflex;
  min-height100vh;
  padding2em 3em;
  flex-directioncolumn;
  justify-contentcenter;
  align-itemscenter;
  font-size1rem;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  border-radius1em;
  background-color#191a1d;
}
section:nth-child(odd) {
  background-color#1d1e22;
}
section#one {
  background-imageurl("https://andrejsharapov.github.io/iogo/src/header.jpg");
  background-positioncenter;
  background-sizecover;
  color#fff;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
section#one h1 {
  visibilityhidden;
  opacity0;
  font-family'Montserrat'sans-serif;
  font-size0;
}
section#one .title {
  min-width350px;
  max-height80px;
  font-family'Montserrat'sans-serif;
  font-size3rem;
  font-weight600;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
section#one .title text {
  letter-spacing2px;
  fillnone;
  stroke#fff;
  stroke-width2;
  stroke-linecapround;
}
section#one .title path {
  stroke#fff;
  stroke-width4;
  animation-delay1s;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
section#one::after {
  positionabsolute;
  content'';
  top0;
  right0;
  bottom0;
  left0;
  background-imagelinear-gradient(0degrgba(29,30,34,0.3), #1d1e22);
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
section#two .blocks,
section#four .blocks {
  padding2em 0;
  displayflex;
  width100%;
  flex-flowrow wrap;
  justify-contentspace-around;
  align-itemscenter;
}
section#two .blocks .block,
section#four .blocks .block {
  margin0 auto;
  displayflex;
  width23%;
  height150px;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  justify-contentcenter;
  align-itemscenter;
  border3px solid #312d3c;
  border-radius1em;
  background-color#191a1d;
  transitionall 0.2s linear;
}
section#two .blocks .block:hover,
section#four .blocks .block:hover {
  transformtranslateY(-10px);
  background-color#312d3c;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
section#four .blocks .block {
  padding0.25em 1em;
  width49%;
  heightauto;
  flex-flowcolumn wrap;
  background-color#191a1d;
}
section#four .dots {
  margin-top2em;
  displayflex;
  width25%;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  align-itemscenter;
  justify-contentspace-around;
}
section#four .dot {
  width20px;
  height20px;
  cursorpointer;
  border2px solid #312d3c;
  border-radius50%;
  background-color#191a1d;
}
section#four .dot:hover {
  transformscale(1.1);
  background-color#312d3c;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
section h2 {
  font-family'Montserrat'sans-serif;
}
section h2 span {
  color#df2359;
}
.content {
  positionrelative;
  z-index1;
  displayflex;
  align-itemscenter;
}
.content p.lead {
  font-size1.25rem;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
.content .blur {
  positionrelative;
  overflowhidden;
  marginauto;
  margin-left2em;
  padding1em;
  width100%;
  height350px;
  border-radius0.35em;
}
.content .blur::before {
  positionabsolute;
  content'';
  top-25%;
  left-25%;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  width150%;
  height150%;
  box-shadowinset 0 0 0 600px rgba(255,255,255,0.3);
  filterblur(10px);
}
form {
  positionrelative;
  z-index3;
  padding1em;
  displayflex;
  width100%;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  height100%;
  flex-directioncolumn;
  align-itemscenter;
  justify-contentspace-around;
  border2px solid #fff;
  border-radius0.35em;
}
form img {
  width64px;
  height64px;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
form input {
  margin-bottom1em;
  min-height3em;
  font-size1em;
  color#fff;
  border0;
  border-bottom2px solid #fff;
  backgroundnone;
}
form input::placeholder {
  positionrelative;
  top0;
  colorinherit;
  transitionall 0.2s linear;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
form input:focus {
  outlinenone;
}
form input:focus::placeholder {
  top-1.25em;
  font-size0.825rem;
}
form .button {
  positionrelative;
  margin-top1em;
  padding1em 3em;
  text-transformuppercase;
  displayblock;
  font-size1rem;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  cursorpointer;
  color#fff;
  border0;
  border-radius0.35em;
  background-color#df2359;
}
footer {
  padding-bottom1em;
  width100%;
  min-height35vh;
  flex-directioncolumn;
  justify-contentspace-around;
  background-color#191a1d;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
footer h3 {
  positionrelative;
  font-family'Montserrat'sans-serif;
}
footer h3::before {
  positionabsolute;
  content'';
  topcalc(100% + 4px);
  left0;
  width20px;
  height2px;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  background-color#df2359;
  transform-origin0 100%;
  transformrotate(-5deg);
  transitionall 0.2s ease-out;
}
footer h5 {
  text-transformuppercase;
  font-family'Montserrat'sans-serif;
}
footer h5.follow {
  color#df2359;
}
footer ul {
  list-style-typenone;
  margin0;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  padding0;
}
footer ul li {
  line-height1.5;
  transition: transform 200ms ease-in;
  will-change: transform;
}
footer ul li:hover {
  transformtranslateX(5px);
}
footer .widgets,
footer .copy {
  displayflex;
  width100%;
  /*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  justify-contentspace-between;
  align-itemscenter;
}
footer .widgets .widget,
footer .copy .widget {
  displayflex;
  flex-directioncolumn;
  align-itemscenter;
}
footer .copy {
  margin-top1em;
  border-top2px solid #312d3c;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
footer .copy p {
  margin0.75em 0 0;
}
footer .copy span {
  positionrelative;
  displayinline-block;
  color#df2359;
  animation: hearts 0.6s cubic-bezier(0.180.890.291.05infinite;
}
@media (max-width991px) {
  .blur {
    displaynone;
  }/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  .content {
    text-aligncenter;
  }
  .content h1::before {
    displaynone;
  }
}
@-moz-keyframes hearts {
  50% {
    transformscale(1.4);
  }
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
@-webkit-keyframes hearts {
  50% {
    transformscale(1.4);
  }
}
@-o-keyframes hearts {
  50% {
    transformscale(1.4);
  }
}
@keyframes hearts {
  50% {
    transformscale(1.4);
  }/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
}
@-moz-keyframes dash {
  90% {
    stroke-dashoffset0;
  }
  100% {
    stroke-dashoffset0;
    fill#fff;
  }
}
@-webkit-keyframes dash {
  90% {
    stroke-dashoffset0;
  }/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  100% {
    stroke-dashoffset0;
    fill#fff;
  }
}
@-o-keyframes dash {
  90% {
    stroke-dashoffset0;
  }
  100% {
    stroke-dashoffset0;
    fill#fff;
  }
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
@keyframes dash {
  90% {
    stroke-dashoffset0;
  }
  100% {
    stroke-dashoffset0;
    fill#fff;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/

Add JavaScript Code

Own codes are JavaScript programming codes that help make this project animated and professional. You copy the code below and paste it into the upper structure where the ad javascript code is written. If you want to add it to your own project, you can paste it inside the body tags inside the script tag.




function scroller() {
  $(".smooth").on("scroll"function() {
    let scrollPos = $(this).scrollTop();
    $(".parallax").css({
      top: scrollPos / 2 + "px",
      opacity: 1 - scrollPos / 200
    });
  });
}
scroller();



 Hope you have followed the above three methods correctly. Below I show you how to make it more professional and responsive.

Customize this landing page according to you

Make it Responsive

@media tags have been used to make it responsive. This is basically a kind of CSS code. Which determines what your project will look like on any device. Here you can give a maximum and minimum size. Depending on which size your project will get. I used a maximum size of 991px to create this project.

@media (max-width991px) {
  .blur {
    displaynone;
  }/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  .content {
    text-aligncenter;
  }
  .content h1::before {
    displaynone;
  }
}
@-moz-keyframes hearts {
  50% {
    transformscale(1.4);
  }
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
@-webkit-keyframes hearts {
  50% {
    transformscale(1.4);
  }
}
@-o-keyframes hearts {
  50% {
    transformscale(1.4);
  }
}
@keyframes hearts {
  50% {
    transformscale(1.4);
  }/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
}
@-moz-keyframes dash {
  90% {
    stroke-dashoffset0;
  }
  100% {
    stroke-dashoffset0;
    fill#fff;
  }
}
@-webkit-keyframes dash {
  90% {
    stroke-dashoffset0;
  }/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
  100% {
    stroke-dashoffset0;
    fill#fff;
  }
}
@-o-keyframes dash {
  90% {
    stroke-dashoffset0;
  }
  100% {
    stroke-dashoffset0;
    fill#fff;
  }
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;*/
@keyframes dash {
  90% {
    stroke-dashoffset0;
  }
  100% {
    stroke-dashoffset0;
    fill#fff;
  }
}
/*stroke-dash array: 700;
  stroke-dash offset: 1000;
  animation: dash 4s linear forwards;*/

Change footer credit

Here I have shown you how to change the footer credit of this landing page. As I said before, this credit is for showing the originality of your site. Here I am currently with my name. You can add your own name here if you wish. I have given my name Shantanu here. You can enter your own name or the name of your website in the place where Santanu is written below.

 <p>
        &copy; 2019 with  <span>&#9829;</span> <a href="https://backlinkn.com/" 
target="_blank">Shantanu Jana</a></p>


I hope you like this landing page. And you have learned how to create a webpage. If you encounter any other problems while creating this landing page, please let us know in the comments. I will try my best to help you as much as possible.


❤Sharing is caring❤



Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
To Top