Make a website with Html and Css

 Make a website using html and css

Get the design Html and Css code below |

Make a website with Html and Css,

*Copy and paste your code editor.


<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title>HTML</title>
  
  <!-- HTML -->
  

  <!-- Custom Styles -->

  <link rel="stylesheet" href="style.css">
  <link rel="preconnect" href="https://fonts.gstatic.com">
  <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">

*{

    margin: 0px;

    padding: 0px;

}

  .sectionHead {

   width: 100vw;

   height: 50vh;

  }

  .menuDiv {

   width: 100vw;

   height: 5rem;

   display: flex;

   position: fixed;

   backdrop-filter: blur(10px);

   background: #1E016CBD;

   z-index: 2;

background-image: linear-gradient(to right, #1000E3 , #46611F);



  }


  .menuDiv::before {

   content: "";

   position: absolute;

   width: 100vw;

   height: 5rem;

   background: linear-gradient(330deg, #119201 55%, #0B016C 0%);

   

   opacity: 0.1;


  }


  .myTitle {

   width: 8rem;

   height: 1.8rem;

   position: absolute;

   top: 1.4rem;

   left: 0rem;

   margin: 2px;

   box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8);

   transform: rotate(-20deg) skewX(10deg);

  }


  .myLogo {

   font-size: 0.6rem;

   text-align: center;

   line-height: 1.5rem;

   text-shadow: 0px 0px 6px rgba(240, 248, 260, 0.8);

   letter-spacing: 0.1rem;

   color: whitesmoke;

   padding: 1px;


  }

  /*humbergmenuBar*/

.menuBar{

 position: fixed;

 top: 0.3rem;

 left: 0.3rem;

 width: 7vw;

 height: 2.7vh;

 border: 1px solid blue;

 z-index: 5;

}

  

  

.humberg{

 border: 0.1px solid gold;

 margin: 0.1rem;

 padding: 0.1rem 0.5rem;

}

  .menuList {

   width: 10rem;

   height: 2rem;

   position: relative;

   top: 0.5rem;

   left: 8rem;


  }


  .menuList ul {

   width: 10rem;

   height: 2rem;

   display: flex;

   justify-content: center;

   align-items: center;

  }


  .menuList ul li {

   width: 2.9rem;

   height: 0.8rem;

   list-style: none;

   line-height: 0.2rem;

   text-align: center;

   margin: 0.1rem;

   padding: 1px 2px;

   outline: none;

   background: none;

   display: block;



  }

  .menuList li a {

   text-decoration: none;

   font-size: 0.5rem;

   padding: 2px 4px;

   font-weight: bold;

   margin: 2px 0px;

   color: whitesmoke;

   background: none;

   outline: none;

   border: 0.1px solid gray;

   border-radius: 0.3rem;


  }


  li a:focus {

   color: whitesmoke;

  }


  li a:hover {

   color: wheat;

   background: #373511C2;


  }

.user{

 width: 2rem;

 height: 1.5rem;

position: absolute;

right: 1rem;

top: 0.7rem;

 display: flex;

 flex-direction: column;

 justify-content: space-evenly;

align-items: center;

}

.singBtn{

 font-size: 1px;

 color: #CAFFB8;

 text-align: center;

}

  .btn {

   width: 3.3rem;

   height: 2rem;

   position: relative;

   top: 1.8rem;

   position: absolute;

   top: 0.5rem;

left: 0.5rem;

  }


  #singUp {

   border: none;

   outline: none;

   padding: 9px 5px;

   font-size: 0.8rem;

   margin: 0px 4px;

   line-height: 0.2rem;

   font-weight: bold;

   border: 0.1px solid gray;

   border-radius: 0rem;

   background: transparent;

background-image: linear-gradient(45deg, #f3ec78, #af4261);

background-clip: text;

color: whitesmoke;

  }


  #singUp:focus {

   color: whitesmoke;

   background: #2802FEB5;


  }

 .searchBox{

  width: 12rem;

  height: 1rem;

  position: absolute;

  top: 3rem;

  left: 6rem;

 }

 .searchIcon{

  position: absolute;

  right: 1rem;

  top: 0.4rem;

  color: black;

 }

 #searchBox{

    width: 11rem;

height: 1rem;

margin: 0px 5px;

border-radius: 0.5rem;

outline: none;

border: none;

border: 0.1px solid #A1FF90;

font-size: 0.3rem;

padding: 0.1px 5px;

  color: #D1FFA9;


font-weight: bold;

cursor: pointer;

 }

.information{

 width: 100vw;

 height: 30vh;

position: absolute;

top: 5rem;

background-image: linear-gradient(to right, #1000E3 , #B6FFB0);

}

.authorLink{

 width: 2rem;

 height: 13rem;

 border: 1px solid black;

 position: absolute;

 top: 0rem;

 left: 0rem;

 z-index: 1;

 display: flex;

 flex-direction: column;

 justify-content: space-evenly;

 align-items: center;

 background: #262445;

}


svg{

 color: #CAFFB8;

 background: transparent;

}

#circle{

  width: 15rem;

 height: 15rem;

transform: rotate(0deg);

transition: 1s;

position: absolute;

border-radius: 50%;

overflow: hidden;


/*background-image: repeating-radial-gradient(red, yellow 10%, green 15%);*/

/*background-image: radial-gradient(red 5%, yellow 15%, green 60%);*/

/*background-image: radial-gradient(circle, red, yellow, green);*/

}

.features{

 position: absolute;

 display: flex;

 color: whitesmoke;

 font-weight: bold;

 font-size: 1rem;

 letter-spacing: 0.1rem;

font-family: 'Bebas Neue', cursive;


}

.oneAk{

 top: 1.5rem;

 left: 6rem;

 transform: rotate(270deg);

 

}

.twoWeb{

 top: 6.4rem;

right: 1.8rem;


 transform: rotate(-360deg);

}

.threePage{

 bottom: 2.5rem;

  left: 7rem;

transform: rotate(-270deg);


}

.fourDesign{

 top: 7.5rem;

  left: 1rem;

 transform: rotate(-180deg);


}

.control{

 position: absolute;

 right: 1rem;

 top:5.5rem;

 padding: 0rem 1.5rem;

 margin: 0rem 0rem;

 text-align: center;

}

.control h1{

 font-size: 0.4rem;

 font-weight: bold;

 color: #B6FFB0;

}

#upArrow{

 cursor: pointer;

  color: #CCFFB6;


}

#downArrow{

 cursor: pointer;

 color: #CCFFB6;

 margin: 0.2rem;

 

}

.overflow{

 width: 0px;

 height: 0px;

 position: absolute;

 top: 0rem;

 left: 0rem;

 border-top: 110px solid whitesmoke;

  border-bottom: 110px solid whitesmoke;

 border-left: 110px solid whitesmoke;

 border-right: 110px solid transparent;


}

.lookingNew{

 width: 10rem;

 height: 0.6rem;

 border: 1px solid black;

 z-index: 1;

 position: absolute;

 left: 6.5rem;

 top: 1rem;

 background: #343154;

 

}

.lookingNew h3{

 font-size: 0.5rem;

 font-weight: 200;

 text-align: center;

 color: #CAFFB8;

}

.like_follow{

 width: 10rem;

 height: 1.5rem;

 position: absolute;

 left: 6.5rem;

 top: 2rem;

 z-index: 1;

 display: flex;

 align-items: center;

 justify-content: center;

}

#likeBtn{

 font-size: 0.4rem;

 border: none;

 outline: none;

 border: 0.1px solid grey;

 padding: 0.1rem 0.6rem;

  text-transform: uppercase;

   margin: 0rem 0.1rem;

 background: #1B1C3A;

 color: #DCFFAA;


}

#follow{

  font-size: 0.4rem;

 border: none;

 outline: none;

 border: 0.1px solid grey;

 padding: 0.1rem 0.6rem;

 text-transform: uppercase;

 margin: 0rem 0.1rem;

 background: #1B1C3A;

 color: #DCFFAA;


 

}

.nextSection{

 background: #1000E3;

 position: relative;

 top: 18rem;

border: 1px solid black;

zoom: 50px;

}

.disclaimer{

 width: 99vw;

 height: 25vh;

 border: 1px solid black;

 display: flex;

 justify-content: center;

 align-items: center;

 /*background: #17141d;*/

 background: #1F2847;

z-index: 1;

}

.card{

 width: 7rem;

 height: 10rem;

background: #3C4069;

 box-shadow: -1rem 0 3rem #000;

display: flex;

flex-direction: column;

justify-content: space-evenly;

align-items: center;

transition: 0.5s;


}

.card:hover #hiddenImg{

 display: none;

 color: #CAFFA3;

}

.card:hover .card-title{

 transform: translateY(-11px);

}

.card:hover{

 transform: translateX(-11px);

}


#hiddenImg{

 width: 2rem;

 height: 2rem;

 background: transparent;

  transition: all 3s ease-out;


}

.authorPic{

 width: 2rem;

 height: 2.9rem;

}

#authorPic{

  width: 2rem;

 height: 2.9rem;

 position: absolute;

 left: 10.2rem;

display: none;

}

.card-body{

  width: 6.6rem;

 height: 4rem;

text-align: center;


}

.card-title{

 font-size: 0.4rem;

 color: #E7FFB2;

 font-weight: bold;

 padding: 0.1rem;

 transition: all 0.4s;

}

.card-text{

 font-size: 0.1rem;

 color: #A9FFE3;

margin: 0.1rem 0rem;

}

.btn-card{

 border:1px solid grey;

 color: whitesmoke;

  font-size: 0.3rem;

  text-decoration:none;

padding: 0.2rem 0.4rem; 

background: transparent;

transition:all 1s;

}

.codeImg{

 width: 100vw;

 height: 60vh;

 position: relative;

 top: 18rem;

 background-size: cover;

 background-image: url("Code1.jpeg");

 display: flex;

 justify-content: center;

 align-items: center;

 flex-direction: column;

}

.nextContact{

 position: absolute;

 width: 80vw;

 height: 20rem;

  display: flex;

 justify-content: center;

 align-items: center;

 border: 1px solid #A4FF9D;

 backdrop-filter: blur(5px);

 background: #52FF349E;


}

.ak_form{

  height: 12rem;


 display: flex;

 flex-direction: column;

 justify-content: space-evenly;

}

label{

 position: relative;

 color: #A4FF9D;

 font-size: 0.5rem;

margin: 0rem 1rem;

}

#email{

 border: none;

 outline: none;

 border: 0.1px solid gold;

 background: transparent;

 margin: 0.2rem 1rem;

}

#pass{

 border: none;

 outline: none;

 border: 0.1px solid gold;

 background: transparent;

 margin: 0.2rem 1rem;

}

::placeholder{

 font-size: 0.4rem;

 color: #3C295ABD;

 padding: 0.3rem;

 margin: 1rem;

 

}

#submit{

   border: 0.1px solid gold;

margin: 0.2rem 1rem;

padding: 0.1rem 2rem;

background: #46058CA1;

color: #D3FFA7F7;

}

.forgetPass{

 margin: 0.2rem 1rem;

padding: 0.1rem 2rem;

background: #46058CA1;

color: #D3FFA7F7;

font-size: 0.4rem;

}

.continueWith{

 width: 50vw;

 height: 20vh;

border: 0.1px solid gold;

margin: 1rem auto;

display: flex;

flex-direction: column;

justify-content: space-evenly;

align-items: center;


}

.continueWith p{

 color: #C7FF9D;

 font-size: 0.6rem;

  border: 0.1px solid gold;

margin: 0.2rem 1rem;

padding: 0.1rem 2rem;


}

.continueWith .socialLink{

 text-decoration: none;

 font-size: 0.8rem;

 border: 0.1px solid gold;

margin: 0.2rem 1rem;

padding: 0.1rem 2rem;

}

.singIn{

 font-size: 0.8rem;

 font-weight: 200;

  border: 0.1px solid gold;

margin: 0.2rem 1rem;

padding: 0.1rem 2rem;

 text-decoration: none;

background: #46058CA1;

text-align: center;

color: #D3FFA7F7;

}

.footer {

 width: 99vw;

 height: 4vh;

 background-color: #0C093E;

 position: relative;

 top: 18.1rem;

 border: 1px solid black;


}


.footer .footerText {

 font-size: 0.4rem;

 color: orange;

 line-height: 0.9rem;

 text-align: center;

}

</head>

<body>
   <section class="sectionHead">
  <div class="menuDiv">
   <div class="myTitle">
    <h2 class="myLogo">Ak Web Design</h2>
   </div>
   <div class="menuList">
    <ul>
     <li><a class="current" href="index.html">Home</a></li>
     <li><a href="Contact.html">Contact</a></li>
     <li><a href="#">Items</a></li>
     <li><a href="#">Products</a></li>
    </ul>
   </div>
   <div class="user">
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-circle" viewBox="0 0 16 16">
   <path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" />
   <path fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z" />
  </svg>  
  <p class="singBtn">sing in</p>
   </div>

      <div class="searchBox">
       <svg class="searchIcon" xmlns="http://www.w3.org/2000/svg" width="10" height="" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
        <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" />
       </svg>
 <input type="text" name="" id="searchBox" value="" placeholder="Search" />
 
  </div>
  
   </div>
</div>
 
   <div class="information">
    <div class="authorLink">
    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
     <path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
    </svg>
    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-google" viewBox="0 0 16 16">
     <path d="M15.545 6.558a9.42 9.42 0 0 1 .139 1.626c0 2.434-.87 4.492-2.384 5.885h.002C11.978 15.292 10.158 16 8 16A8 8 0 1 1 8 0a7.689 7.689 0 0 1 5.352 2.082l-2.284 2.284A4.347 4.347 0 0 0 8 3.166c-2.087 0-3.86 1.408-4.492 3.304a4.792 4.792 0 0 0 0 3.063h.003c.635 1.893 2.405 3.301 4.492 3.301 1.078 0 2.004-.276 2.722-.764h-.003a3.702 3.702 0 0 0 1.599-2.431H8v-3.08h7.545z" />
    </svg>
    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
     <path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
    </svg>
    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
     <path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z" />
    </svg>
    </div>
  <div class="lookingNew">
 <h3>Looking New Design</h3>
  </div>
  
  <div class="like_follow">
   <input type="button" name="likeBtn" id="likeBtn" value="Like" />
   <input type="button" name="follow" id="follow" value="Follow" />
  </div>
  
<div class="overflow">
    </div>

  <div id="circle">

   <div class="features oneAk">
    AK
   </div>
   <div class="features twoWeb">
    Web
   </div>
   <div class="features threePage">
    Page
   </div>
   <div class="features fourDesign">
   Design
   </div>
   
  </div>
   <div class="control">
    <svg id="upArrow" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up-circle-fill" viewBox="0 0 16 16">
     <path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z" />
    </svg>
<h1>Features</h1>

  <svg id="downArrow" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-down-circle-fill" viewBox="0 0 16 16">
   <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z" />
  </svg>
 </div>
 </div>
  <div class="nextSection">
   <div class="disclaimer">

<div class="card" id="cardHover"> 
<div class="cardImg" id="hiddenImg">
 <img class="authorPic" src="Author.png"/>
</div> 
<div class="card-body"> 

<h5 class="card-title" id="cardTitle">Cloud Plane</h5> 
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> 
<button class="btn-card" id="btnCard">Next
</button> 
</div> 
</div>

<div class="card"> 
<div class="cardImg" id="hiddenImg"> 
<img class="authorPic" src="Author.png"/>
<img class="authorPic" id="authorPic" src="Author.png"/>

</div>
<div class="card-body"> 

<h5 class="card-title">Totta</h5> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button class="btn-card" id="btnCard">Next
</button> 
</div> 
</div>

<div class="card" > 
<div class="cardImg" id="hiddenImg"> <img class="authorPic" src="Author.png"/>
</div>
<div class="card-body"> 

<h5 class="card-title">Makhi</h5> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> 
<button class="btn-card" id="btnCard">Next
</button> 
</div>
</div> 
</div>

   </div>
    <div class="codeImg">
  <div class="nextContact">
  <form class="ak_form" action="" method="get" accept-charset="utf-8">
   <a class="singIn" href="#">SingIn</a>

   <label for="Email">Email</label>
   <input type="email" name="email" id="email" value="" placeholder="Email.."/>
     <label for="password">Password</label>
   <input type="password" name="pass" id="pass" value="" placeholder="password"/>
   
  <input type="button" name="submit" id="submit" value="SingIn" />
  
  <a class="forgetPass" href="#">Forget passwrd ?</a>

<a class="singIn" href="#">SingUp</a>
<div class="continueWith">
 <p>Continue</p>
 <a class="socialLink" href="#">Facebook</a>
  <a class="socialLink" href="#">Google</a>
 <a class="socialLink" href="#">Twitter</a>

</div>
  </form>
  </div>
  
   </div>
   <footer class="footer">
    <p class="footerText"> CopyRight &copy:2020 www.PhotoGallery.com All Right reserved
   </footer>

<script>

console.log('Hello World!');
  var circle = document.getElementById('circle');
  var upBtn = document.getElementById('upArrow');

  var downBtn = document.getElementById('downArrow');
  
var rotateValue = circle.style.transform;
  var rotateSum;
 
 
  upBtn.addEventListener('click',function(){
      rotateSum = rotateValue + "rotate(-90deg)";
      circle.style.transform = rotateSum;
      rotateValue = rotateSum;
  });
  downBtn.addEventListener('click',function(){
      rotateSum = rotateValue + "rotate(90deg)";
      circle.style.transform = rotateSum;
      rotateValue = rotateSum;
  });

</script>
     <script src="main.js"></script>


 <script>

 </script>
 
  <!-- Project -->

</body>
</html>

Comments