View difference between Paste ID: K2VqMQku and ffFwkGX8
SHOW: | | - or go back to the newest paste.
1-
var projInfo = $('.project-info');
1+
<article class="post medium-4 small-12 columns">
2
          <a href="">
3-
  // Make element relative to the body
3+
            <img src="img/1.jpeg" alt="Picture">
4-
  projInfo.appendTo('body');
4+
          </a>
5
          <div class="wrap">
6
            <h4>Lorem Ipsum</h4>
7
            <p>Lorem ipsum dolor sit amet</p>
8
            <i class="fa fa-expand">hej
9
              
10
               <!-- Information section -->
11
              <section class="project-info">
12
                <i class="fa fa-times"></i>
13
                <p>#3 Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
14
                <ul>
15
                  <li><strong>Tid:</strong> 1 månad, 2 dagar och 7h</li>
16
                  <li><strong>Workflow:</strong> Det var trevligt</li>
17
                  <li><strong>Typ:</strong> Gymsida</li>
18
                </ul>
19
              </section>
20
              
21
            </i>
22
23
            <p class="anchor">
24
              <a href="">Link</a>
25
            </p>
26
          </div>
27
        </article>