website experiment 1

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" type="text/css" href="../css/practice1.css">



   


    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous" />









    <title>Document</title>
</head>
<body>
    
<div class="nav">
    <img src="../pic/logo1.jpg">
    <p>QUALEX IT</p>
   <div class="menu">
       <!-- span holo div er moto but div block level a kaj kore.Span kaj kore line level a .span dhoreeditkorte hoi.
       ar &#9776 holo menu code .ota dela manu icon ashe amon onek html icone code google src dela paoua jai' -->
       
       <span onClick="kkfunction()">&#9776</span> 

    <ul class ="uiclass" id="mal">
        <li class="list"><a href=#>HOME</a> </li>

        <li class="list"><a href=#>ABOUT ME</a></li>
        <li class="list"><a href=#>STUDY</a></li>
        <li class="list"><a href=#>EXTRA</a></li>
        
    </ul>
    </div>
</div>




<script>
    function kkfunction(){

        var xdocument.getElementById("mal");


        if (x.style.display=="none")
        {
            x.style.display="block";
        }
       else
        {
            x.style.display="none";
        }
      

    }

    
</script>


                                    <!-- navber ar porer kaj -->

<div class="header">

    <div class="hdu fixed-top">
        <div class="centu">
            <h1 >QUALEX IT</h1>
            <p> An Upcomming Project</p>
            <div class="bute">
                <a href="#">About Us</a>
                <a href="#">Connect</a>
            </div>
        </div>
    </div>

</div>



                    <!-- ###################### ner part sart############## -->

<br>
<br>
<br>


<div class="moth">

<div class="ch ch1">
          
    <h1>EASY</h1>
    <hr>
          <p>Paragraphs are the most commonly used units of discourse. 
              While they are important, they are also the most commonly 
              misused to emulate other units, like headings, lists and tables. 
              
</div>

<div class="ch ch1">
    <h1>RELIABLE</h1>
    <hr>
    <p>Paragraphs are the most commonly used units of discourse. 
        While they are important, they are also the most commonly 
        misused to emulate other units, like headings, lists and tables. 
     
      </p>
    
</div>

<div class="ch ch1">
    <h1>FREE</h1>
    <hr>
    <p>Paragraphs are the most commonly used units of discourse. 
        While they are important, they are also the most commonly 
        misused to emulate other units, like headings, lists and tables. 
      
      </p>
</div>


</div>
     


                                     <!-- next 2 part start -->
<br>
<br>

<div class="bar1">
    <h1>What We Offer</h1>
    <p>Learn Programming whenever you want</p>
</div>


<div class="berol">
    <div class="patali patali1">
         <img src="../pic/progress.png" alt="prgress">
       

    </div>


    <div class="patali patali2">
        <div class="new">
            <h1>HTML</h1>
            <p>Lear html from us</p>
        </div>
    </div>


    <div class="patali patali3">
      
        <div class="new">
            <h1>CSS</h1>
            <p>Lear css from us</p>
        </div>

    </div>

    <div class="patali patali4">
        <div class="new">
            <h1>JAVA SCRIPT</h1>
            <p>Lear javascript from us</p>
        </div>
      

    </div>







</div>















<div class="container">
    <form action="/action_page.php">
    <div class="row">
      <div class="col-25">
        <label for="fname">First Name</label>
      </div>
      <div class="col-75">
        <input type="text" id="fname" name="firstname" placeholder="Your name..">
      </div>
    </div>
    <div class="row">
      <div class="col-25">
        <label for="lname">Last Name</label>
      </div>
      <div class="col-75">
        <input type="text" id="lname" name="lastname" placeholder="Your last name..">
      </div>
    </div>
    <div class="row">
      <div class="col-25">
        <label for="country">Country</label>
      </div>
      <div class="col-75">
        <select id="country" name="country">
          <option value="australia">Australia</option>
          <option value="canada">Canada</option>
          <option value="usa">USA</option>
        </select>
      </div>
    </div>
    <div class="row">
      <div class="col-25">
        <label for="subject">Subject</label>
      </div>
      <div class="col-75">
        <textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
      </div>
    </div>
    <div class="row">
      <input type="submit" value="Submit">
    </div>
    </form>
  </div>































</body>
</html>































*{
    margin:0;
    padding0;
    box-sizingborder-box;

}
.menu{
    text-alignright;
    font-weightbolder;
    
}

/* thats part is very important part .aikhne class dhore kono kaj holo na ul ii dhore orizontal korte holo */
ul li{
    displayinline-block;
    padding:20px;
    
}

.list a{
    text-decorationnone;
    colorwhite;
    padding20px;
}

.uiclass :hover{
    
   backgroundrgb(0255242);
   colortomato;
    
}

.nav{
    backgroundlinear-gradient(to right,#1e5799 0%,#3ccdbb 0%,#16c9f6 100% );
    color:white/*  Totala box er moddhe color marle text ar color hoi */
    padding10px;
    positionrelative;


}

.nav img{
   display:block;
   height60px;
   float:left;
   margin-left30px;
   padding-bottom5px;
   position:absolute;

}
.nav p{
    font-sizexx-large;
    font-weightbolder;
    font-styleitalic;

    display:block;
    margin-left:100px ;
    margin-top6px;

 
    position:absolute;
 
 }





span{
    margin0px 20px 0px 20px;
    font-size40px;
    cursorpointer;
    displaynone;    
    /* display none kore dela gayeb hoye jai mal da */
}




/* media quary use kora hoi ak ak display size device a ak ak rokom show korte */
@media (max-width:768px){

span{
   
    displayblock;

}
    

ul li{
    /* choto screen a option gula vertically sajalam */
    displayblock;

    
}

ul{

    display:none;

}







/* media quary sobar niche likhte hoi */
/* @media (min-weidth:768) and (max-width: 1023px) dui point ar majhedakhate amon use korbo */
/* min-width:2345 amon dela amon hobe je oi size er opore na gale oinlayout ashbe na */
/* ar moddhe je code likhbo ta karjokor hobe sei device er jonno jar display weight 700px ar niche */


}



/* nav er kaj sesh */

.header{
    width100%;
    height80vh;
    background-image:linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3)) ,url('../pic/cover2.jpg');
    clip-pathpolygon(100% 0%100% 77%50% 100%0 75% ,0 0);
    positionrelative;
}

.header:before {
    content""
    positionabsolute;
    top:0%;
    bottom0%;
    left:0%;
    right0%;
    backgroundlinear-gradient(to right,#1e5799 0%,#3ccdbb 0%,#16c9f6 100% );
    opacity.5;
    z-index-1;
}

.hdu{
    width100%;
    heightinherit;
    colorwhite;
    text-aligncenter;
    positionrelative;
    
   
}

.centu{
    width100%;
    heightauto;
    positionabsolute;
    top:50%;
    left:50%;
    transformtranslate(-50%,-50%);
    -ms-transformtranslate(-50%,-50%);
    -webkit-transformtranslate(-50%,-50%);

    

.centu h1{
    font-size4rem ;
    font-weightbold;
    font-styleitalic;
}

.centu p{
    font-size25px ;
    color:white;
    font-styleitalic;
}




.bute{
    margin-top:30px;
}



.bute a{
    border1px solid;
    border-radius100px;
    margin0px 15px;
    padding12px 25px;
    outlinenone;
    colorwhite;
    font-size1rem;
    font-weight1.4;
    line-height1.4;
    text-aligncenter;
    text-decorationnone;
    font-weightbold;

}
.bute a:hover{
    color:rgb(0172252);
    backgroundrgb(227233230);
    text-decoration:none;
    box-shadow0 0 20px 0 rgb(00 ,00.3);
}


/* next ar kaj shuru */

.ch{

    color:black;
    font-size:18px;
    padding20px 70px;
    align-items:center;
    transition0.3s;
 
    

}

.moth{
    display:grid;
    height100%;
    grid-template-columns1fr 1fr 1fr;

    
}

.ch P{
    text-aligncenter;
    padding10px;

}

.ch h1{
    colorrgb(0153255);
    text-aligncenter;
    padding5px;
}
.ch:hover{
    box-shadow0 0 20px 0 rgb(00 ,00.3);
    transformtranslateY(-20px);
    
}



.bar1{
    text-aligncenter;
    margin:30px
}
.bar1 p{

    margin:10px;
    font-weightbold;
    font-size20px;

    
}

.bar1 h1{
    colorrgb(0153255);
}




.patali{

    margin30px;
   
}

.patali1{
    
    grid-column:span 2;
    grid-row:span 3;

}

.patali1 img{
    display:block;
    height65px;
    width:12px;

}







.patali2{
    
    grid-column:span 2;
   

}
.patali3{
   
    grid-column:span 2;
  

}
.patali4{
   
    grid-column:span 2;
  

}
.patali1 img{
    height:100%;
    width:100%
}


.berol{
    displaygrid;
    height100%;
    grid-template-columns1fr 1fr 1fr 1fr;
    column-gap10px;
    row-gap10px;
    /* background-color: rgb(247, 240, 240); */
}

.new{
    text-aligncenter;
}
.new p{
    font-size25px;
}










input[type=text], selecttextarea {
    width100%;
    padding12px;
    border1px solid #ccc;
    border-radius4px;
    resizevertical;
  }
  
  label {
    padding12px 12px 12px 0;
    displayinline-block;
  }
  
  input[type=submit] {
    background-color#4CAF50;
    colorwhite;
    padding12px 20px;
    bordernone;
    border-radius4px;
    cursorpointer;
    floatright;
  }
  
  input[type=submit]:hover {
    background-color#45a049;
  }
  
  .container {
    border-radius5px;
    background-color#f2f2f2;
    padding20px;
  }
  
  .col-25 {
    floatleft;
    width25%;
    margin-top6px;
  }
  
  .col-75 {
    floatleft;
    width75%;
    margin-top6px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content"";
    displaytable;
    clearboth;
  }






Comments

Popular posts from this blog

D WEB LINK