Tuesday, July 23, 2019


How to changes background of image in photoshop




select image open into photoshop then creat same layer ctl+j

then fill the color alt+backspace

then select darkin from the above layer

then select both layers and press ctl+e to merge

Thursday, July 4, 2019

Image Large Size Horizontal Use 

HTML

<div class="service">
            <div class="row">
            <div class="col-md-6">
                <div class="row">
                    <div class="col-md-6">
                        <div class="img-wrapper">
                            <img class="img-responsive" src="images/business-men.jpg">
                        </div>
                    </div>
                    <div class="col-md-6"></div>
                </div>
            </div>
            <div class="col-md-6">
                 <div class="row">
                    <div class="col-md-6"></div>
                    <div class="col-md-6">
                         <div class="img-wrapper">
                             <img class="img-responsive" src="images/women-with-beg.jpg">
                        </div>
                    </div>
                </div>
            </div>
        </div>
        </div>

CSS
.service .img-wrapper {
  1. padding-bottom: 219.905%;
  2. position: relative;





Thursday, March 8, 2018

Remove background



select pen tool

select area

then ctl+enter

then ctl+j

done


shahzad_samejo@yahoo.com

Wednesday, February 21, 2018

Bootstrap No Gutter Need Css




/*Bootstrap No Gutter  css left and right paste into you css put class into row  */


.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}



shahzad_samejo@yahoo.com

Friday, February 9, 2018

animation car


















HTML

           <div class="animate-bus">
                <img src="images/animate-bus2.png" alt="">
            </div>


Css

.animate-bus {
  1. width: 230px;
  2. height: 98px;
  3. -webkit-transition: all 3s ease-in-out;
  4. -moz-transition: all 3s ease-in-out;
  5. -ms-transition: all 3s ease-in-out;
  6. -o-transition: all 3s ease-in-out;
  7. -webkit-animation: animate 7s ease-in-out 2s infinite;
  8. -moz-animation: animate 7s ease-in-out 2s infinite;
  9. -ms-animation: animate 7s ease-in-out 2s infinite;
  10. -o-animation: animate 7s ease-in-out 2s infinite;

Bounce Effect html and css



HTML

                               <h1>
                                    <b style="color:#ffffff;">Tel. No.:</b>
                                    <span style="color: #ef4daa;">0</span>
                                    <span style="color: #ef4daa;">2</span>
                                    <span style="color: #ef4daa;">0</span>
                                    <span style="color: #ef4daa;">7</span>
                                    <span style="color: #f7ad00;">2</span>
                                    <span style="color: #f7ad00;">4</span>
                                    <span style="color: #f7ad00;">7</span>
                                    <span style="color: #ef4daa;">7</span>
                                    <span style="color: #ef4daa;">0</span>
                                    <span style="color: #ef4daa;">0</span>
                                    <span style="color: #ef4daa;">0</span>

                                </h1>
Css

h1 span:nth-child(2) {
  1. animation-delay: .1s;

Thursday, November 23, 2017

curve design html css

before




.contact-w3ls {
  1. position: relative;
  2. padding-top: 0!important;
  3. margin-top: 6.3em;
.contact-w3ls:before {
  1. content: "";
  2. position: absolute;
  3. top: -106px;
  4. display: block;
  5. width: 0;