planics Devloper provide Website,program,project,software related content.specially providing web designning, we provide I.T. related content.

Showing posts with label css. Show all posts

Navigation Menubar using html and CSS Hello guys, Planics Devloper is providing HTML,CSS,BootStrap,JavaScript,PHP . If you want an...


Navigation Menubar using html and CSS

Navigation Menubar using html and CSS

Hello guys, Planics Devloper is providing HTML,CSS,BootStrap,JavaScript,PHP. If you want any design then copy code from our post otherwise watch our video on blog.

If you want to design card hover or something then click here and get latest design
                                                                 free  Click here
How to design Best product card hover in 2020?
design beautiful card hover amination using html and CSS . you learn in this video how to flip card using html and CSS.

How to design different type of animation in one loader using html and css?


Free Cards Effect in HTML with CSS
skill card using html and CSS. You can free use for as product card or review Card.
mouse hover flip animation on card  using pure html and CSS. Here we show how to transform any object using only CSS.
Here we show, how to design Responsive navbar using html and css.


Nav.html
<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8'>
    <meta http-equiv='X-UA-Compatible' content='IE=edge'>
    <title>navs</title>
    <meta name='viewport' content='width=device-width, initial-scale=1'>
    <link rel='stylesheet' type='text/css' media='screen' href='main.css'>
    <script src='main.js'></script>
    <link rel='stylesheet' type='text/css'  href="style.css">
</head>
<body>
    <header>
        <div class="navigation">
            <div class="logo">
                <img src="folwerWithoutname.png">
            </div>
            <div class="menu">
                <a href="#">home</a>
                <a href="#">contact</a>
                <a href="#">services</a>
                <a href="#">about</a>
                <a href="#">mores</a>
            </div>
            <div class="btn-login">
                <a href="#">login</a>
            </div>
        </div>
    </header>
</body>
</html>

How to Design round animated loader using html and css?

style.css
/* background-color:#4361ee;
border-bottom:1px solid #f07167; */
*
{
    margin:00px;
    padding:00px;
    font-family: 'Roboto', sans-serif;
   
}
.navigation
{
    height: 100vh;
    width: 100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.logo
{
    height: 80px;
    width:80px;
}
.logo img
{
    height: 100%;
    width:100%;
}
.menu a
{
    margin-right: 20px;
    text-decoration: none;
    color:black;
    transition: all 1s;
    outline: none;
}


.menu a:hover
{
    background-color:#4361ee;
    font-size:20px;
    color:white;
    padding:10px;
    border-radius:10px;
    outline:none;
}

.btn-login
{
    margin:20px;
}
.btn-login a
{
    background-color:#f07167 ;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    outline: none;
   
}

How to design home page for car using html and css ?How to design web page using adobe XD?How to design different loader using html and css? 



How to Design Responsive 404 Error Page in only 5 minutes Hello guys, Planics Devloper is providing HTML,CSS,BootStrap,JavaScript,...


How to Design Responsive 404 Error Page in only 5 minutes

How to Design Responsive 404 Error Page in only 5 minutes

Hello guys, Planics Devloper is providing HTML,CSS,BootStrap,JavaScript,PHP. If you want any design then copy code from our post otherwise watch our video on blog.

If you want to design card hover or something then click here and get latest design
                                                                 free  Click here

How to design Best product card hoverin 2020?

design beautiful card hover amination using html and CSS . you learn in this video how to flip card using html and CSS.


How to design different type of animation in one loader using html and css?

 
Free Cards Effect in HTML with CSS

skill card using html and CSS. You can free use for as product card or review Card.
mouse hover flip animation on card  using pure html and CSS. Here we show how to transform any object using only CSS.
Here we show, how to design Responsive 404 Error page in only 5 minutes.


404.html
Note: here it is only code if you want to download full then click Here
<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8'>
    <meta http-equiv='X-UA-Compatible' content='IE=edge'>
    <title>404 page not found</title>
    <link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
    <header class="text-gray-700 body-font">
        <div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
          <a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
            <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-red-500 rounded-full" viewBox="0 0 24 24">
              <path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
            </svg>
            <span class="ml-3 text-xl">Planics dev</span>
          </a>
          <nav class="md:mr-auto md:ml-4 md:py-1 md:pl-4 md:border-l md:border-gray-400   flex flex-wrap items-center text-base justify-center">
            <a class="mr-5 hover:text-gray-900">home</a>
            <a class="mr-5 hover:text-gray-900">service</a>
            <a class="mr-5 hover:text-gray-900">about</a>
            <a class="mr-5 hover:text-gray-900">more</a>
          </nav>
          <button class="inline-flex items-center bg-gray-200 border-0 py-1 px-3 focus:outline-none hover:bg-gray-300 rounded text-base mt-4 md:mt-0">Go to home
            <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-1" viewBox="0 0 24 24">
              <path d="M5 12h14M12 5l7 7-7 7"></path>
            </svg>
          </button>
        </div>
      </header>

      <section class="text-gray-700 body-font">
        <div class="container mx-auto flex px-5 py-24 items-center justify-center flex-col">
          <img class="lg:w-2/6 md:w-3/6 w-5/6 mb-10 object-cover object-center rounded" alt="hero" src="images/undraw_page_not_found_su7k.svg">
          <div class="text-center lg:w-2/3 w-full">
            <h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">404 "page not found" ERROR</h1>
            <p class="mb-8 leading-relaxed">A 404 error is often returned when pages have been moved or deleted. ... 404 errors should not be confused with DNS errors, which appear when the given URL refers to a server name that does not exist. A 404 error indicates that the server itself was found, but that the server was not able to retrieve the requested page.</p>
            <div class="flex justify-center">
              <button class="inline-flex text-white bg-red-500 border-0 py-2 px-6 focus:outline-none hover:bg-red-600 rounded text-lg">Go to home</button>
              <button class="ml-4 inline-flex text-gray-700 bg-gray-200 border-0 py-2 px-6 focus:outline-none hover:bg-gray-300 rounded text-lg">More</button>
            </div>
          </div>
        </div>
      </section>
</body>
</html>

How to Design round animated loader usinghtml and css?How to design home page for car usinghtml and css ?How to design web page using adobe XD?How to design different loader using htmland css?




How To Create Animated Text Background with GIF In html and CSS How to set video in navigation bar ? You can Watch In Youtube Vid...


How To Create Animated Text Background with GIF In html and CSS

How To Create Animated Text Background with GIF In html and CSS

How to set video in navigation bar ?

You can Watch In Youtube Video How We can set smoke Effect  Video in Home page. It’s look like cool If You have any Query Then contact us via email.

How attach Video in Home Lending page?

How to set gif as text background usinghtml and css?

Free Cards Effect in HTML with CSS

How to design square type loaderusingonly html and CSS?

How to design snake animated loaderusing html and CSS?


videotext.html
<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8'>
    <meta http-equiv='X-UA-Compatible' content='IE=edge'>
    <title>video in background</title>
    <meta name='viewport' content='width=device-width, initial-scale=1'>
    <link rel='stylesheet' type='text/css' media='screen' href='main.css'>
    <script src='main.js'></script>

    <style>
        .myname
        {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size:110px;
            color:transparent;
            background-image: url('https://media.giphy.com/media/DvyxIpxw9cCuQ/giphy.gif');
            -webkit-background-clip: text;
           
        }

        .myname2
        {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size:110px;
            color:transparent;
            background-image: url('https://media.giphy.com/media/5jT0jaNDsM6Ik7X9yq/giphy.gif');
            -webkit-background-clip: text;
           
        }
        </style>
</head>
<body>
    <h1 class="myname">planics dev.</h1>

    <h2 class="myname2">subscribe our channel.</h2>
</body>
</html>

 How to Design round animated loaderusinghtml and css?

In this link we are provide you how to set video as background any web page.

How to design home page for carusinghtml and css ?

How to design web page using adobe XD?


How to Design Responsive Portfolio Home  Page using HTML and CSS ? Planics developer is   always try to   gives you Best desi...


How to Design Responsive Portfolio Home Page using HTML and CSS?




Simple Portfolio Website with Bootstrap - HTML/CSS

Planics developer is  always try to  gives you Best design for Website. Here you can get Free Html template or design.
We try to Provide best designing with Accurate and simple code.

How to Design Responsive Home page?

Here we design for car decor website home page templet if you want to use then you can download or copy below code and attach with your website.

Free Responsive Homepage for car website or car décor ? 




How to Design Simple Portfolio Website with Bootstrap - HTML/CSS?



Download Html and CSS Code In one click

                                      Click here 


Only Html code


CarDecore.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <!--bootstrap link-->
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
  <!-- google font-->
  <link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
  <link
    rel="stylesheet"
    href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"
  />
 
  <!-- Font awesome icon -->
  <link rel="stylesheet" href="C:\Users\daxit\Downloads\fontawesome-free-5.13.0-web\fontawesome-free-5.13.0-web/css/all.min.css">

  <link rel="stylesheet" href="C:\Users\daxit\Downloads\fontawesome-free-5.13.0-web\fontawesome-free-5.13.0-web/css/all.css">
  <title>Planic dev</title>
  <link rel="stylesheet" href="css/mytemplate.css">
</head>
<body>

  <!-- start navabr -->
  <nav class="navbar navbar-expand-lg navbar-light cust-header-size">
    <div class="container">
      <a class="navbar-brand" href="#">
        <img src="images/folwerWithoutname.png" width="00" height="00" class="d-inline-block align-top" alt="" loading="lazy">
        Planics dev
      </a>
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
      <span class="navbar-toggler-icon"></span>
    </button>
 
    <div class="collapse navbar-collapse" id="navbarSupportedContent">
      <ul class="navbar-nav ml-auto ">
        <li class="nav-item active">
          <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
        </li>
        <li class="nav-item">
          <a class="nav-link" href="#introduce">About</a>
        </li>
        <li class="nav-item">
          <a class="nav-link" href="#my-skill">Sikll</a>
        </li>
        <li class="nav-item">
          <a class="nav-link" href="#services">Service</a>
        </li>
        <li class="nav-item">
          <a class="nav-link" href="#contact">Contact</a>
        </li>
       
       
      
      </ul>
     
    </div>
    </div>
  </nav>
  <!-- and navabar -->
<!-- start main header -->
  <header class="container ">
      <div class="row cust-row">
            <div class="col col-md-6  col-lg-6  col-sm-12  col-xl-6 col-12 cust-header-info">
                  <h3 class="line-after animate__backInLeft animate__animated animate__bounce">Hey !</h3>
                  <h1 class="cust-my-name animate__zoomIn animate__animated">i am daxit </h1>
                 
                  <p class="text-justify pr-5 cust-My-name-info">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Odit numquam magni inventore dicta voluptate esse sapiente officiis vel quo ex velit rerum, deserunt molestiae laborum id animi, ratione eum nulla! Fugit, velit iste. Ratione placeat sint et harum eligendi </p>
              
                 <button type="button" data-target="#contact" class="btn btn-outline-danger mr-2">Hire Me</button>
                <button type="button" class="btn btn-outline-success">Contact</button>
         
              </div>
           
            <div class="col col-md-6  col-lg-6  col-sm-12 col-xl-6 col-12 cust-header-img">
              <img src="images/header.png" class="img-fluid">
             
            </div>

      </div>
    </header>
     <!-- end main header -->

     <!-- start inroduction -->
   
   
    <div class="container" id="introduce">
      <div class="row cust-introduce-row">
        <div class="col col-md-6  col-lg-6  col-sm-12  col-xl-6 col-12  cust-introduce-image">
          <img src="images/introduce.png" class="img-fluid">
        </div>
       
        <div class="col col-md-6  col-lg-6  col-sm-12 col-xl-6 col-12 cust-introduce-info ">
          <h1 class="mb-5 line-after line-before cust-inroduction-heading ">introduce my self</h1>
          <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugiat explicabo consectetur ab mollitia reiciendis ea dolorum aperiam maiores velit, nostrum impedit eveniet, distinctio facilis veniam voluptatem fuga vitae quidem voluptatum.</p>
        </div>
    </div>
    
 
     <!-- end introdution -->

     <!-- start my skill -->

     <div class="container" id="my-skill" >
       <h1 class="text-center pt-5 line-after line-before cust-myskill-text-align cust-myskill-heding "> my skill</h1>
      <div class="row cust-row-skill mb-5 ">
        <div class="col col-md-6  col-lg-6  col-sm-12  col-xl-6 col-12 pr-5 cust-col-skill-left">
          <div class="progress">
            <div class="progress-bar progress-bar-striped" role="progressbar" style="width: 95%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">HTML</div>
          </div>
          <br>
          <div class="progress">
            <div class="progress-bar progress-bar-striped bg-success" role="progressbar" style="width: 95%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">CSS</div>
          </div>
          <br>
          <div class="progress">
            <div class="progress-bar progress-bar-striped bg-info" role="progressbar" style="width: 90%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">BOOTSTRAP</div>
          </div>
          <br>
          <div class="progress">
            <div class="progress-bar progress-bar-striped bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">SASS</div>
          </div>
          <br>
          <div class="progress">
            <div class="progress-bar progress-bar-striped bg-danger" role="progressbar" style="width: 60%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">JAVA SCRIPT</div>
          </div>
        </div>
       
        <div class="col col-md-6  col-lg-6  col-sm-12 col-xl-6 col-12">
          <img src="images/Skill.png" class="img-fluid">
    </div>
    </div>
    </div>
   
     <!-- End my skill -->


    

     <!-- Start service page -->
    <div class="container-fluid cust-service-container" id="services">
      <h1 class="text-center line-after line-before cust-ourServiceHeading ">Our services</h1>
      <div class="row row-cols-1 row-cols-md-3 cust-service-row ">
        <div class="col mb-4 col-sm-6 col-12 col-xl-4 ">
          <div class="card h-100">
            <img src="images/UIXD.png" class="card-img-top" alt="...">
            <div class="card-body">
              <h5 class="card-title text-center pt-2">UI/UX Design</h5>
              <p class="card-text text-justify">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Deserunt facere ea autem saepe cupiditate, odio earum molestiae explicabo! Cum, sapiente.</p>
            </div>
          </div>
        </div>
        <div class="col mb-4 col-sm-6 col-12 col-xl-4 ">
          <div class="card h-100">
            <img src="images/WebDesign.png" class="card-img-top" alt="...">
            <div class="card-body">
              <h5 class="card-title text-center ">Web Designing</h5>
              <p class="card-text text-justify">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Deserunt facere ea autem saepe cupiditate, odio earum molestiae explicabo! Cum, sapiente.</p>
            </div>
          </div>
        </div>
        <div class="col mb-4 col-sm-6 col-12 col-xl-4 ">
          <div class="card h-100">
            <img src="images/webDevlopment.png" class="card-img-top" alt="...">
            <div class="card-body">
              <h5 class="card-title text-center">Web devlopment</h5>
              <p class="card-text text-justify">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Deserunt facere ea autem saepe cupiditate, odio earum molestiae explicabo! Cum, sapiente.</p>
            </div>
          </div>
        </div>

       
       
      </div>
      <div class="row row-cols-1 row-cols-md-3 cust-service-row ">
        <div class="col col mb-4 col-sm-6 col-12 col-xl-4 ">
          <div class="card h-100">
            <img src="images/SEO.png" class="card-img-top" alt="...">
            <div class="card-body">
              <h5 class="card-title text-center pt-2">SEO</h5>
              <p class="card-text text-justify">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Deserunt facere ea autem saepe cupiditate, odio earum molestiae explicabo! Cum, sapiente.</p>
            </div>
          </div>
        </div>
        <div class="colcol mb-4 col-sm-6 col-12 col-xl-4 ">
          <div class="card h-100">
            <img src="images/MobileApp.png" class="card-img-top" alt="...">
            <div class="card-body">
              <h5 class="card-title text-center ">Mobile application</h5>
              <p class="card-text text-justify">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Deserunt facere ea autem saepe cupiditate, odio earum molestiae explicabo! Cum, sapiente.</p>
            </div>
          </div>
        </div>
        <div class="col col mb-4 col-sm-6 col-12 col-xl-4 ">
          <div class="card h-100">
            <img src="images/DesktopAp.png" class="card-img-top" alt="...">
            <div class="card-body">
              <h5 class="card-title text-center">Desktop application</h5>
              <p class="card-text text-justify">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Deserunt facere ea autem saepe cupiditate, odio earum molestiae explicabo! Cum, sapiente.</p>
               </div>
          </div>
        </div>
    </div>
     <!-- End contact page -->

     <!-- ============================ start get in touch -->


     <div class="container cust-GetInTouch-Container" id="contact" >
       <h1 class="text-center line-after line-before cust-get-in-touch-heading ">Get in touch</h1>
      <div class="row  mt-5 cust-get-in-touch-row">
        <div class="col col-md-6  col-lg-6  col-sm-12 col-xl-6 col-12">
          <img src="images/GetInTouch.png" class="img-fluid">
        </div>
        <div class="col col-md-6  col-lg-6  col-sm-12 col-xl-6 col-12 cust-GetInTouch-form">
          <form>
           
            <div class="form-group">
              <label for="exampleInputPassword1">Full Name</label>
              <input type="text" class="form-control" id="exampleInputPassword1" required>
            </div>
            <div class="form-group">
              <label for="exampleInputEmail1">Email address</label>
              <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" required>
              <small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
            </div>
            <button type="submit" class="btn btn-primary">Submit</button>
          </form>
        </div>
      </div>
   </div>
  
     <!-- =============================end grt in touch -->


     <!-- ===========Start Footer============ -->

    
    
  <!-- Bootstrap java scrip link-->
  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>

How to Design attractive card designusing only html and css ?

Download Html and CSS Code In one click
                                      Click here 

How to set background video in htmlhome page or navigation bar?

 How to Design responsive slider usingBootstrap ?