BYE THE BLUETOOTH EAREPHONE   LINK  πŸ‘‰πŸ» buy this earephone   Also visit my storeπŸ‘‰πŸ» https://amzn.to/3jnXio8 Samsung Galaxy M42 5G (Prism Dot Black, 8GB RAM, 128GB Storage) πŸ‘‰πŸ» https://amzn.to/3ymO5jW Studd Halmets  https://amzn.to/3sTTxcY                                        Boya m1 mic =  https://amzn.to/38F5qu5   Bluethooth boat 210  https://amzn.to/2ZfvlHp Cap  https://amzn.to/3EvQMnA Sport shoe   https://amzn.to/3kE3zwk

HELLO TO ALL HERE IS WHATSAPP TAMPLET USING HTML AND CSS

follow me at instagram  https://www.instagram.com/_avi_bisht777_/





1- COPY THIS HTML CODE


<!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.0">
<link rel="stylesheet" 
href=
"https://stackpath.bootstrapcdn.com/
font-awesome
/4.7.0/css/font-awesome.min.css">
    <link rel="stylesheet"
 href="whatsapp.css">
    <title>WhatsApp</title>
</head>
<body>
    <container id="main">
        <div class="inner-box">
            <h3>WhatsApp</h3>
            <div class="icon">
                <i class="fa fa-search" 
aria-hidden="true"></i>
                <i class="fa fa-ellipsis-v" 
aria-hidden="true"></i>
            </div><!--icon end-->
            <div class="inner-bottom">
                <ul>
     <li><i class="fa fa-camera"
 aria-hidden="true"></i></li>
                    <li><a href="#">
chats</a></li>
                    <li><a href="#">
status</a></li>
                    <li><a href="#">
calls</a></li>
                </ul>
            </div><!--inner-bottom end-->
        </div><!--inner-box end-->

        <div id="chat-section">
            
            <div class="user-icon">
                <img src="../img2.jfif"
 alt="">   
            </div>
            <p>User-1</p>
            <p2 style="position: relative;
 top:7%;">hello</p2>
            <span>11:05 am</span>
            <div class="unseen">
            3
            </div><br><br><br><br>

              <div class="user-icon">
                <img src="../img1.jfif"
 alt="">   
            </div>
            <p style=
"position: relative;">User-2</p>
            <p2>ok sure</p2>
            <span>05:05 pm</span>
<br><br><br>

              <div class="user-icon">
                <img src="../avi.jpg"
 alt="">   
            </div>
            <p style=
"position: relative;">User-3</p>
            <p2>i'll call you later</p2>
            <span>07:00 pm</span>
<br><br><br>

              <div class="user-icon">
   <img src="../rohit (1).jpg" alt="">   
            </div>
            <p style=
"position: relative;">User-4</p>
    <p2>Ready for meating brother</p2>
            <span>03:05 am</span>
             <div class="unseen"
 style="position: absolute; top: 280px;">
            5
            </div><br><br><br>

   <div class="user-icon">
 <img src="../hema.jpg" alt="">   
            </div>
            <p style=
"position: relative;">User-5</p>
            <p2>how's uh</p2>
            <span>05:25 pm
</span><br><br><br>

  <div class="user-icon">
  <img src="../img6.jfif" alt="">   
            </div>
            <p style=
"position: relative;">User-6</p>
            <p2>no</p2>
            <span>04:15 pm
</span><br><br><br>

              <div class="user-icon">
     <img src="../img7.jfif" alt="">   
            </div>
            <p style=
"position: relative;">User-7</p>
            <p2>on monday</p2>
            <span>12:05 pm
</span><br><br><br><br>
        
        </div><!--chat-section end-->

   <img src="../more-contact.jpg" alt="">
       </div>
        
    </container><!--container-main end-->
    
</body>
</html>



2-COPY THE CSS CODE

*{
    margin0;
    padding0;
    box-sizingborder-box;
    font-family:'Trebuchet MS',
 'Lucida Sans Unicode'
'Lucida Grande''Lucida Sans'
ArialHelveticasans-serif;
}
span,a
{
    color#FFFFFF;
    text-decorationnone;
}
body{
    height100vh;
    width100vw;
}

#main
{
    height610px;
    width400px;
    background-color:#FFFFFF;
    box-shadow5px 1px 12px gray;
    positionabsolute;
    top50%;
    left50%;
    transform:translate(-50%,-50%);
}
.inner-box
{
  height90px;
  width100%;
  background-color:#075E54;
  box-shadow0.3px 4px 8px #928787;
  colorwhitesmoke;
  positionrelative;
  padding12px;
  displayflex;
  justify-contentspace-between;
  align-items:baseline;
}

.inner-box h3
{
    /* display: inline; */
}
.icon i
{
    margin-left20px;
    font-size18px;
    cursorpointer;
    displayinline-block;
}
.inner-bottom
{
    positionabsolute;
    top60%;
    left0;
    padding10px;
}
.inner-bottom ul 
{
    displayflex;
}

.inner-bottom ul li 
{
    list-stylenone;
    margin-left70px;
    text-transformuppercase;
    positionrelative;
}

.inner-bottom ul li a::before {
    content'';
    positionabsolute;
    border-bottom3px solid #25D366;
    height22px;
    width0%;
    transition.4s;
    z-index9000;
}

.inner-bottom ul li a:hover::before {
    width100%;
}

.inner-bottom ul li:nth-child(1)
{
    margin-left0;
}
.inner-bottom ul li:nth-child(2)
{
    margin-left60px;
}
#chat-section
{
    height520px;
    width100%;
    background-color#181818;
    padding7px;
    positionrelative;
    cursorpointer;
}
.user-icon
{
    height12px;
    width12px;
    positionabsolute;
    padding12px;border-width3px;
}
.user-icon img
{
    border-radius100%;
    width50px;
    object-fitcover;
    background-size100%;
    height50px;
}
#chat-section p
{
    color#FFFFFF;
    positionabsolute;
    top3%;
    left22%;
    font-weight600;
}
#chat-section p2
{
    color:lightsteelblue;
    positionrelative;
    top4%;
    left22%;
}
#chat-section span
{
    positionrelative;
    floatright;
    top1%;
    color#25D366;
    font-size12px;
}
.unseen
{
    positionabsolute;
    right12px;
    top40px;
    height20px;
    width20px;
    background-color#25D366;
    border-radius50%;
    text-aligncenter;
}
.contact
{
    height40px;
    positionabsolute;
    bottom34px;
    right0;
    padding-right12px;
}
.contact img
{
    height50px;
    width43px;
    border-radius50%;
    overflowhidden;
}



3-CUSTOMIZE AS YOUR CHOICES LIKE IMAGE ICONS ETC.


                     THANK YOU TO VISIT HERE AND ALSO GIVE FEEDBACK



Comments

Post a Comment

ads

Popular posts from this blog