Looking for one who can help me with Shopify

Status
Not open for further replies.

nikolajoow

Registered Member
Joined
Jan 29, 2015
Messages
57
Reaction score
5
Hey guys, i need help.
i wanna know how i can make this on my page. if you want money i will pay $1.

The pictures is from Blueset.dk
 

Attachments

  • Skærmbillede 2015-08-02 kl. 15.49.39.jpg
    Skærmbillede 2015-08-02 kl. 15.49.39.jpg
    84.5 KB · Views: 40
  • Skærmbillede 2015-08-02 kl. 15.09.56.jpg
    Skærmbillede 2015-08-02 kl. 15.09.56.jpg
    71 KB · Views: 24
Hey guys, i need help.
i wanna know how i can make this on my page. if you want money i will pay $1.

The pictures is from Blueset.dk

$1 dream on lol, enjoy wasting time trying to find someone to do this for that much.
 
i dont even click on a link for $1!

guess no one will bother to check those images either.
 
Code:
<div class="media-group">
   <div class="media">
       <div class="media-content">
           <img src="#" alt="#" />
           <h3>Media Title</h3>
           <p>media content goes here bla bla blah....</p>
       </div>
   </div>

   <div class="media">
       <div class="media-content">
           <img src="#" alt="#" />
           <h3>Media Title</h3>
           <p>media content goes here bla bla blah....</p>
       </div>
   </div>

   <div class="media">
       <div class="media-content">
           <img src="#" alt="#" />
           <h3>Media Title</h3>
           <p>media content goes here bla bla blah....</p>
       </div>
   </div>

   <div class="media">
       <div class="media-content">
           <img src="#" alt="#" />
           <h3>Media Title</h3>
           <p>media content goes here bla bla blah....</p>
       </div>
   </div>
</div>

Code:
* {
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
}
*:before,
*:after {
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
}
.media-group {
   margin-right: -15px;
   margin-left: -15px;
}
.media-group:before,
.media-group:after {
   display: table;
   content: " ";
}
.media-group:after {
   clear: both;
}
.media {
   float: left;
   width: 50%;
   margin: 30px 0;
   padding-left: 15px;
   padding-right: 15px;
   min-height: 1px;
   position: relative;
}
.media-content {
   padding: 30px;
   text-align: center;
   background: #fff;
}
.media-content img {
   display: block;
   margin: -40px 0 40px;
}
.media-content h3 {
   font-size: 18px;
}
.media-content p {
   margin: 0 0 15px;

}
Send my $1 to your nearest charity.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top