Day 206

A small chunk of today's lesson...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

        <div class="widget-box photos">
          <div class="head">
            <div class="widget-img"> img </div>
            <div class="widget-title"> Photos </div>
          </div>
          <div class="body">
            <div style="
            display: inline-block;
            float: left;
            width: 33.33%;
            height: 110px;
            background: url(http://i.imgur.com/Ug3uxTc.jpg) no-repeat center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;">
            </div>
          </div>
        </div>

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2