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-bottom219.905%;
  2. positionrelative;