Monday, January 27, 2020

Happy Republic day

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
body
{
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 font-family: 'Poppins', sans-serif;
}
body
{
 display: flex;
 justify-content: center;
 align-items: center;
 min-height: 100vh;
 background: #000;
}
.container
{
 position: relative;
 width: 1100px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.container .box
{
 position: relative;
 width: 300px;
 height: 400px;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: 0.5s;
}
.container:hover .box
{
 opacity: 0.1;
 transform: scale(0.9);
 filter: blur(5px);
}
.container .box:hover
{
 opacity: 1;
 transform: scale(1);
 filter: blur(0);
}
.container .box:before
{
 content: '';
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 filter: url(#wavy);
}
.container .box:nth-child(1):before
{
 background: #ffa90c;
}
.container .box:nth-child(2):before
{
 background: #fff;
}
.container .box:nth-child(3):before
{
 background: #0f0;
}
.container .box .content
{
 position: absolute;
 padding: 20px;
 text-align: center;
 color: #111;
 transition: 0.5s;
}
.container .box .content h2
{
 font-size: 2em;
 margin-bottom: -10px;
}
svg
{
 width: 0;
 height: 0;
}


<!DOCTYPE html>
<html>
<head>
<title>CSS Creative Box Border Hover Effects</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
 <div class="container">
  <div class="box">
   <div class="content">
    <h2>Happy</h2>
    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
    quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
    consequat.</p>
   </div>
  </div>
  <div class="box">
   <div class="content">
    <h2>Republic</h2>
    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
    quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
    consequat.</p>
   </div>
  </div>
  <div class="box">
   <div class="content">
    <h2>Day</h2>
    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
    quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
    consequat.</p>
   </div>
  </div>
 </div>
 <svg>
      <filter id="wavy">
        <feTurbulence x="0" y="0" id="turbulence" baseFrequency="0.01" numOctaves="5" seed="2">
          <animate attributeName="baseFrequency" dur="60s" values="0.01;0.05;0.01" repeatCount="indefinite" />
        </feTurbulence>
        <feDisplacementMap in="SourceGraphic" scale="30" />
      </filter>
   </svg>
</body>
</html>



Saturday, January 25, 2020

Flag5

<body >
<div class="container">
<div class="title">
<h6>
सारे जहाँ से अच्छा, हिन्दोस्तां हमारा हम बुलबुले हैं इसकी, वो गुलसितां हमारा !</h6>
</div>
<div class="flag">
<div class="saffron flag-item"></div>
<div class="white flag-item">
<div class="circle">
<span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span></div></div><div class="green flag-item"></div><div class="flag-wave"></div></div>
</div><br><br><br><br>
<div class="title"> <marquee direction="up" behavior="alternate" height="180"> <marquee behavior="alternate">
       🌸🌺🌹🌷💐<br>
     🌸🌹🌷🌸🌹🌷💐<br>
    🌺🌹🌷💐🌸🌹🌺🌷<br>
    🌹🌸💐🌹🌸🌺🌷🌹🌺<br>
    🌸🌹🌷💐🌸🌹🌹🌷🌹<br>

</marquee> </marquee>     🌸🌺🌹🌷💐<br>
     🌸🌹🌷🌸🌹🌷💐<br>
    🌺🌹🌷💐🌸🌹🌺🌷<br>
    🌹🌸💐🌹🌸🌺🌷🌹🌺<br>
    🌸🌹🌷💐🌸🌹🌹🌷🌹<br>


Happy
Republic Day !


<br>
  <video width="400" height="100"controls>
  <source src="mov_bbb.mp4" type="video/mp4">
  <source src=
 
 
 
  "mov_bbb.ogg   "
 
 
   type="video/ogg">
  Your browser does not support HTML5 video.
</video>

</div>

</body></html>




<style>
.title{margin: auto 60px;padding: 5px;text-align: center;font-size: 45px;font-weight: 600;}

.flag {margin:30px auto;position: relative;width:250px;height:150px;
animation-name:
wave;animation-duration: 8s;animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);animation-timing-function: linear;animation-iteration-count: infinite;}
.flag:before {position: absolute;content: "";height: 400px;left: -5px;top: -3px;width: 8px;border-right: 1px solid #FFF;border-radius: 3px;background-color: #422;box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.4);}
.white {background: #FFF;}
.green {background: #006400;}
.saffron {background: #F93;}
.flag-item {height:33.33%;box-sizing:border-box;}
.flag-wave {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: -webkit-gradient(linear, 0 -25%, 100% top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(0, 0, 0, 0.04)), color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(255, 255, 255, 0)));background-size: 200%;


-webkit-animation-name: air;-webkit-animation-duration: 8s;-webkit-animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);-webkit-animation-iteration-count: infinite;

}

.circle {width:47px;height:47px;border:2px solid #000080;border-radius:50%;position:absolute;left:40%;-webkit-animation: circle 5s infinite;animation: circle 10s linear 2s infinite;}.circle:after {content:"";width:3px;height:3px;border-radius:50%;background:#00080;position:absolute;top:45%;left:45%;}.bar {position: absolute;display:inline-block;height:47px;width:2px;background:#000080;left:47%;}

.bar:nth-child(1) {-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}.bar:nth-child(2) {-ms-transform: rotate(30deg);-webkit-transform: rotate(30deg);transform: rotate(30deg);}.bar:nth-child(3) {-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);}.bar:nth-child(4) {-ms-transform: rotate(60deg);-webkit-transform: rotate(60deg);transform: rotate(60deg);}.bar:nth-child(5) {-ms-transform: rotate(75deg);-webkit-transform: rotate(75deg);transform: rotate(75deg);}.bar:nth-child(6) {-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);}.bar:nth-child(7) {-ms-transform: rotate(105deg);-webkit-transform: rotate(105deg);transform: rotate(105deg);}.bar:nth-child(8) {-ms-transform: rotate(120deg);-webkit-transform: rotate(120deg);transform: rotate(120deg);}.bar:nth-child(9) {-ms-transform: rotate(135deg);-webkit-transform: rotate(135deg);transform: rotate(135deg);}.bar:nth-child(10) {-ms-transform: rotate(150deg);-webkit-transform: rotate(150deg);transform: rotate(150deg);}.bar:nth-child(11) {-ms-transform: rotate(165deg);-webkit-transform: rotate(165deg);transform: rotate(165deg);}@-webkit-keyframes circle {from {-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}to {-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@-webkit-keyframes wave {0% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);}20% {box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);}40% {box-shadow: 4px 5px 20px 0 rgba(0, 0, 0, 0.4);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);}60% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);}80% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.3);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(16deg);}100% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);}}
@-webkit-keyframes air {0% {background-position: -200% 0px;}30% {background-position: -60% 5px;}70% {background-position: 70% -5px;}100% {background-position: 200% 0px;}}
</style>

Thursday, January 23, 2020

Video

<!DOCTYPE html>
<html>
<body>

<video width="400" controls>
  <source src="mov_bbb.mp4" type="video/mp4">
  <source src=
 
 
 
  "mov_bbb.ogg   "
 
 
   type="video/ogg">
  Your browser does not support HTML5 video.
</video>



</body>
</html>

Monday, January 20, 2020

Booking form


<html lang="en">

  <head>

    <title> Booking Form - XYZ Hotels </title>

    <meta charset="utf-8">

    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="stylesheet" href="path/to/css/smart-forms.css">

    <link rel="stylesheet" href="path/to/css/font-awesome.min.css">    

  </head>

  <body>

 

    <!-- OUR BOOKING FORM MARKUP -->

 

  </body>

</html>





<div class="smart-wrap">

  <div class="smart-forms smart-container wrap-2">

 

    <div class="form-header header-primary">

      <h4><i class="fa fa-calendar"></i>Make Room Reservations in Minutes</h4>

    </div>

   

    <form method="post" action="/" id="contact">

      <div class="form-body">

     

       <!-- OUR FORM ELEMENTS WILL GO HERE -->                                              

       

      </div>

      <div class="form-footer">

        <button type="submit" class="button btn-primary">Confirm Booking</button>

        <button type="reset" class="button">Cancel</button>

      </div>

     

    </form>

   

  </div>

</div



<div class="section">

  <label for="guestname" class="field-label">Please Enter Your Name</label>

  <label for="guestname" class="field prepend-icon">

    <input type="text" name="guestname" id="guestname" class="gui-input" required="" placeholder="John Doe/Jane Doe">

    <span class="field-icon"><i class="fa fa-user"></i></span>

  </label>

</div>

             

<div class="frm-row">

  <div class="section colm colm6">

    <label for="guestemail" class="field-label">Email Address</label>

    <label for="guestemail" class="field prepend-icon">

      <input type="email" name="guestemail" id="guestemail" class="gui-input" required="" placeholder="john@something.com">

      <span class="field-icon"><i class="fa fa-envelope"></i></span>

    </label>

  </div>

 







<div class="section colm colm6">

    <label for="guestelephone" class="field-label">Telephone / Mobile</label>

    <label for="guestelephone" class="field prepend-icon">

      <input type="text" name="guestelephone" id="guestelephone" class="gui-input" required="" placeholder="Telephone / Moble Number">

      <span class="field-icon"><i class="fa fa-phone-square"></i></span>

    </label>

  </div>

</div>



<div class="frm-row">

  <div class="section colm colm6">

    <label for="adults" class="field-label">Number of Adults</label>

    <label for="adults" class="field prepend-icon">

      <input type="number" id="adults" name="adults" class="gui-input" required="" placeholder="Number of adults">

      <span class="field-icon"><i class="fa fa-users"></i></span>

    </label>

  </div>

 

  <div class="section colm colm6">

    <label for="children" class="field-label">Number of Children</label>

    <label for="children" class="field prepend-icon">

      <input type="number" id="children" name="children" class="gui-input" required="" placeholder="Number of children">

      <span class="field-icon"><i class="fa fa-users"></i></span>

    </label>

  </div>

</div>







<div class="frm-row">

  <div class="section colm colm6">

    <label for="checkin" class="field-label">Check-in Date</label>

    <label for="checkin" class="field prepend-icon">

      <input type="text" id="checkin" name="checkin" class="gui-input" required="" placeholder="mm/dd/yyyy">

      <span class="field-icon"><i class="fa fa-calendar"></i></span>

    </label>

  </div>

 

  <div class="section colm colm6">

    <label for="checkout" class="field-label">Check-out Date</label>

    <label for="checkout" class="field prepend-icon">

      <input type="text" id="checkout" name="checkout" class="gui-input" required="" placeholder="mm/dd/yyyy">

      <span class="field-icon"><i class="fa fa-calendar"></i></span>

    </label>

  </div>

</div>










<div class="spacer-t20 spacer-b30">

  <div class="tagline"><span>Please answer these questions for a pleasant stay</span></div>

</div>



<div class="frm-row">

  <div class="option-group field">

 

    <div class="section colm colm6">

      <label class="switch">

        <input type="checkbox" name="switch1" id="switch1" value="switch1">

        <span class="switch-label" data-on="YES" data-off="NO"></span>

        <span>Will you be bringing a pet?</span>

      </label>

    </div>

       

    <div class="section colm colm6">

      <label class="switch">

        <input type="checkbox" name="switch2" id="switch2" value="switch2">

        <span class="switch-label" data-on="YES" data-off="NO"></span>

        <span>Do you need us to pick you up?</span>

      </label>

    </div>

             

  </div>

</div>





Booking car code

<form method="get" enctype="application/x-www-form-urlencoded" action="/html/codes/html_form_handler.cfm">

<p>
<label>Name
<input type="text" name="customer_name" required>
</label>
</p>

<p>
<label>Phone
<input type="tel" name="phone_number">
</label>
</p>

<p>
<label>Email
<input type="email" name="email_address">
</label>
</p>

<fieldset>
<legend>Which taxi do you require?</legend>
<p><label> <input type="radio" name="taxi" required value="car"> Car </label></p>
<p><label> <input type="radio" name="taxi" required value="van"> Van </label></p>
<p><label> <input type="radio" name="taxi" required value="tuktuk"> Tuk Tuk </label></p>
</fieldset>

<fieldset>
<legend>Extras</legend>
<p><label> <input type="checkbox" name="extras" value="baby"> Baby Seat </label></p>
<p><label> <input type="checkbox" name="extras" value="wheelchair"> Wheelchair Access </label></p>
<p><label> <input type="checkbox" name="extras" value="tip"> Stock Tip </label></p>
</fieldset>

<p>
<label>Pickup Date/Time
<input type="datetime-local" name="pickup_time" required>
</label>
</p><p>
<label>Pickup Place
<select id="pickup_place" name="pickup_place">
<option value="" selected="selected">Select One</option>
<option value="office" >Taxi Office</option>
<option value="town_hall" >Town Hall</option>
<option value="telepathy" >We'll Guess!</option>
</select>
</label>
</p>
<p>
<label>Dropoff Place
<input type="text" name="dropoff_place" required list="destinations">
</label>

<datalist id="destinations">
<option value="Airport">
<option value="Beach">
<option value="Fred Flinstone's House">
</datalist>
</p><p>
<label>Special Instructions
<textarea name="comments" maxlength="500"></textarea>
</label>
</p>

<p><button>Submit Booking</button></p>

</form>





Which taxi do you require?

Extras












Sunday, January 19, 2020

INDIAN FLAG

<meta charset="utf-8">
<body >
<div class="container">
<div class="title">
<h6>
सारे जहाँ से अच्छा, हिन्दोस्तां हमारा हम बुलबुले हैं इसकी, वो गुलसितां हमारा !</h6><br>
Happy Republic Day !
</div>

<div class="flag">
<div class="saffron flag-item"></div>
<div class="white flag-item">
<div class="circle">
<span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span></div></div><div class="green flag-item"></div><div class="flag-wave"></div></div>
</div><br><br><br><br><br><br><br><br>
<br>
<div class="title"> *👫 ~👩‍👩‍👦* ~
</div>
</body></html>


<style>
.title{margin: auto 60px;padding: 5px;text-align: center;font-size: 45px;font-weight: 600;}

.flag {margin:30px auto;position: relative;width:250px;height:150px;
animation-name: wave;animation-duration: 8s;animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);animation-timing-function: linear;animation-iteration-count: infinite;}
.flag:before {position: absolute;content: "";height: 400px;left: -5px;top: -3px;width: 8px;border-right: 1px solid #FFF;border-radius: 3px;background-color: #422;box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.4);}
.white {background: #FFF;}
.green {background: #006400;}
.saffron {background: #F93;}
.flag-item {height:33.33%;box-sizing:border-box;}
.flag-wave {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: -webkit-gradient(linear, 0 -25%, 100% top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(0, 0, 0, 0.04)), color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(255, 255, 255, 0)));background-size: 200%;


-webkit-animation-name: air;-webkit-animation-duration: 8s;-webkit-animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);-webkit-animation-iteration-count: infinite;}

.circle {width:47px;height:47px;border:2px solid #000080;border-radius:50%;position:absolute;left:40%;-webkit-animation: circle 5s infinite;animation: circle 10s linear 2s infinite;}.circle:after {content:"";width:3px;height:3px;border-radius:50%;background:#00080;position:absolute;top:45%;left:45%;}.bar {position: absolute;display:inline-block;height:47px;width:2px;background:#000080;left:47%;}.bar:nth-child(1) {-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}.bar:nth-child(2) {-ms-transform: rotate(30deg);-webkit-transform: rotate(30deg);transform: rotate(30deg);}.bar:nth-child(3) {-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);}.bar:nth-child(4) {-ms-transform: rotate(60deg);-webkit-transform: rotate(60deg);transform: rotate(60deg);}.bar:nth-child(5) {-ms-transform: rotate(75deg);-webkit-transform: rotate(75deg);transform: rotate(75deg);}.bar:nth-child(6) {-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);}.bar:nth-child(7) {-ms-transform: rotate(105deg);-webkit-transform: rotate(105deg);transform: rotate(105deg);}.bar:nth-child(8) {-ms-transform: rotate(120deg);-webkit-transform: rotate(120deg);transform: rotate(120deg);}.bar:nth-child(9) {-ms-transform: rotate(135deg);-webkit-transform: rotate(135deg);transform: rotate(135deg);}.bar:nth-child(10) {-ms-transform: rotate(150deg);-webkit-transform: rotate(150deg);transform: rotate(150deg);}.bar:nth-child(11) {-ms-transform: rotate(165deg);-webkit-transform: rotate(165deg);transform: rotate(165deg);}@-webkit-keyframes circle {from {-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}to {-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@-webkit-keyframes wave {0% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);}20% {box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);}40% {box-shadow: 4px 5px 20px 0 rgba(0, 0, 0, 0.4);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);}60% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);}80% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.3);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(16deg);}100% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);}}
@-webkit-keyframes air {0% {background-position: -200% 0px;}30% {background-position: -60% 5px;}70% {background-position: 70% -5px;}100% {background-position: 200% 0px;}}
</style>

Code indian flag

<meta charset="utf-8">


<body>
<div class="container">

<div class="title">Indian Flag</div>
<!-- Flag creation start= -->
<div class="flag">
<div class="saffron flag-item"></div>
<div class="white flag-item">
<!-- =Ashok Chakra Start= -->
<div class="circle">
<span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span><span class="bar"></span></div><!-- =Ashok Chakra End// --></div><div class="green flag-item"></div><div class="flag-wave"></div></div><!-- =Flag Creation End// --></div>
</body></html>


<style>
.title{margin: auto 60px;padding: 5px;text-align: center;font-size: 45px;font-weight: 600;}

.flag {margin:30px auto;position: relative;width:250px;height:150px;
animation-name: wave;animation-duration: 8s;animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);animation-timing-function: linear;animation-iteration-count: infinite;}
.flag:before {position: absolute;content: "";height: 400px;left: -5px;top: -3px;width: 8px;border-right: 1px solid #FFF;border-radius: 3px;background-color: #422;box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.4);}
.white {background: #FFF;}
.green {background: #006400;}
.saffron {background: #F93;}
.flag-item {height:33.33%;box-sizing:border-box;}
.flag-wave {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: -webkit-gradient(linear, 0 -25%, 100% top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(0, 0, 0, 0.04)), color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(255, 255, 255, 0)));background-size: 200%;


-webkit-animation-name: air;-webkit-animation-duration: 8s;-webkit-animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);-webkit-animation-iteration-count: infinite;}

.circle {width:47px;height:47px;border:2px solid #000080;border-radius:50%;position:absolute;left:40%;-webkit-animation: circle 5s infinite;animation: circle 10s linear 2s infinite;}.circle:after {content:"";width:3px;height:3px;border-radius:50%;background:#00080;position:absolute;top:45%;left:45%;}.bar {position: absolute;display:inline-block;height:47px;width:2px;background:#000080;left:47%;}.bar:nth-child(1) {-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}.bar:nth-child(2) {-ms-transform: rotate(30deg);-webkit-transform: rotate(30deg);transform: rotate(30deg);}.bar:nth-child(3) {-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);}.bar:nth-child(4) {-ms-transform: rotate(60deg);-webkit-transform: rotate(60deg);transform: rotate(60deg);}.bar:nth-child(5) {-ms-transform: rotate(75deg);-webkit-transform: rotate(75deg);transform: rotate(75deg);}.bar:nth-child(6) {-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);}.bar:nth-child(7) {-ms-transform: rotate(105deg);-webkit-transform: rotate(105deg);transform: rotate(105deg);}.bar:nth-child(8) {-ms-transform: rotate(120deg);-webkit-transform: rotate(120deg);transform: rotate(120deg);}.bar:nth-child(9) {-ms-transform: rotate(135deg);-webkit-transform: rotate(135deg);transform: rotate(135deg);}.bar:nth-child(10) {-ms-transform: rotate(150deg);-webkit-transform: rotate(150deg);transform: rotate(150deg);}.bar:nth-child(11) {-ms-transform: rotate(165deg);-webkit-transform: rotate(165deg);transform: rotate(165deg);}@-webkit-keyframes circle {from {-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}to {-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@-webkit-keyframes wave {0% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);}20% {box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);}40% {box-shadow: 4px 5px 20px 0 rgba(0, 0, 0, 0.4);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);}60% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);}80% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.3);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(16deg);}100% {box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);}}
@-webkit-keyframes air {0% {background-position: -200% 0px;}30% {background-position: -60% 5px;}70% {background-position: 70% -5px;}100% {background-position: 200% 0px;}}
</style>




Indian Flag

Friday, January 17, 2020

Mensuration class 10 NCRT



Basic Mensuration formul
Perimeter
  1. Square
  2. Rectangle
  1. P = 4a
  2. P = 2(l+b)
Circumference
  1. Circle
  1. C = 2 (pi) r
Area
  1. Square
  2. Rectangle
  3. Triangle
  4. Trapezoid
  5. Circle
  1. A = a2
  2. A = l x b
  3. A = ½(b x h)
  4. A = ((b1 +b2 ) x h) / 2
  5. A = pi x r 2
Surface Area
  1. Cube
  2. Cylinder
  3. Cone
  4. Sphere
  1. S = 6l2
  2. S = 2 x pi x r x h
  3. S = pi x r x l
  4. S = 4 x pi x r 2
Volume
  1. Cylinder
  2. Cone
  3. Sphere
  1. V = bh
  2. V = bh/3
  3. V = 4 x pi x r/ 3
Pythagoras Theorema2 + b2 = c2
Distance Formulad = sqrt[(x2 – x1)2 +(y2 – y1)2]
Slope of a linem = y– y1 / x2 -x1
Mid- Point FormulaM = (x1 + x)/ 2 , (y1 + y2 )/ 2
Algebraic Formula
  1. Pythagorean theorem
  2. Slope-intercept form of the equation of a line
  3. Distance formula
  4. Total cost
  5. Quadratic formula
  6. Laws of Exponents
  7. Fractional Exponents
  1. a2 + b2 = c2
  2. y = mx + c
  3. d = rt
  4. total cost = (number of units) × (price per unit)
  5. X = [-b ± sqrt(b2 – 4ac)] /2a
  6. ax b = (a x b)max a = (a)m+n
  7. a1/2 = sqrt a
Trigonometric Formulas
  1. Sine Function
  2. Cosine Function
  3. Tangent Function
  1. Sin x = Opposite/ hypotenuse
  2. Cos X = Adjacent/ Hypotenuse
  3. Tan x = opposite / Hypotenuse.

NCRT CLASS 12 INVERS FORMULA

FunctionsDomainRange
Sin-1 x[-1, 1][-π/2, π/2]
Cos-1x[-1, 1][0, π/2]
Tan-1 xR(-π/2, π/2)
Cosec-1 xR-(-1,1)[-π/2, π/2]
Sec-1 xR-(-1,1)[0,π]-{ π/2}
Cot-1 xR[-π/2, π/2]-{0}

# INVERS FORMUL:

S.NoInverse Trigonometric Formulas
1sin-1(-x) = -sin-1(x), x ∈ [-1, 1]
2cos-1(-x) = π -cos-1(x), x ∈ [-1, 1]
3tan-1(-x) = -tan-1(x), x ∈ R
4cosec-1(-x) = -cosec-1(x), |x| ≥ 1
5sec-1(-x) = π -sec-1(x), |x| ≥ 1
6cot-1(-x) = π – cot-1(x), x ∈ R
7sin-1x + cos-1x = π/2 , x ∈ [-1, 1]
8tan-1x + cot-1x = π/2 , x ∈ R
9sec-1x + cosec-1x = π/2 ,|x| ≥ 1
10sin-1(1/x) = cosec-1(x), if x ≥ 1 or x ≤ -1
11cos-1(1/x) = sec-1(x), if x ≥ 1 or x ≤ -1
12tan-1(1/x) = cot1(x), x > 0
13tan-1 x + tan-1 y = tan-1((x+y)/(1-xy)), if the value xy < 1
14tan-1 x – tan-1 y = tan-1((x-y)/(1+xy)), if the value xy > -1
152 tan-1 x = sin-1(2x/(1+x2)), |x| ≤ 1
162tan-1 x = cos-1((1-x2)/(1+x2)), x ≥ 0
172tan-1 x = tan-1(2x/(1-x2)), -1<x<1
183sin-1x = sin-1(3x-4x3)
193cos-1x = cos-1(4x3-3x)
203tan-1x = tan-1((3x-x3)/(1-3x2))
21sin(sin-1(x)) = x, -1≤ x ≤1
22cos(cos-1(x)) = x, -1≤ x ≤1
23tan(tan-1(x)) = x, – ∞ < x < ∞.
24cosec(cosec-1(x)) = x, – ∞ < x ≤ 1 or -1 ≤ x < ∞
25sec(sec-1(x)) = x,- ∞ < x ≤ 1 or 1 ≤ x < ∞
26cot(cot-1(x)) = x, – ∞ < x < ∞.
27sin-1(sin θ) = θ, -π/2 ≤ θ ≤π/2
28cos-1(cos θ) = θ, 0 ≤ θ ≤ π
29tan-1(tan θ) = θ, -π/2 < θ < π/2
30cosec-1(cosec θ) = θ, – π/2 ≤ θ < 0 or 0 < θ ≤ π/2
31sec-1(sec θ) = θ, 0 ≤ θ ≤ π/2 or π/2< θ ≤ π
32cot-1(cot θ) = θ, 0 < θ < π
33sin1x+sin1y=sin1(x1y2+y1x2),ifx,y0andx2+y21
34sin1x+sin1y=πsin1(x1y2+y1x2), if x, y ≥ 0 and x2+y2>1.
35sin1x+sin1y=πsin1(x1y2y1x2), if x, y ≥ 0 and x2+y2≤1.
36sin1x+sin1y=πsin1(x1y2y1x2), if x, y ≥ 0 and x2 +y2>1.
37cos1x+cos1y=cos1(xy1x21y2), if x,
y >0 and x2+y2 ≤1.
38cos1x+cos1y=πcos1(xy1x21y2), if x, y >0 and x2+y2>1.
39cos1x+cos1y=cos1(xy+1x21y2), if x, y > 0 and x2+y2≤1.
40cos1x+cos1y=πcos1(xy+1x21y2),if 

PERIPHERAL DEVICED IN MLTIMEDIA

PERIPHERAL DEVICED IN MLTIMEDIA A  peripheral  is a “device that is used to put information into or get information out of the co...