ricicla...">

How can I do this in jade?

I am trying to translate this into my jade pattern, but cannot. Any help?

<span class="riciclame_piccolo">
   ricicla
   <span class="rosa">
      .me
   </span>
</span>
<span class="footer_p"> 
   &nbsp&nbsp è un'idea di <a href="http://www.ottoquattro.com" target="_blank">OttoQuattro Web & Video Agency</a>
</span>

Thank!!

+5
source share
1 answer

Something like that...

span.riciclame_piccolo ricicla
    span.rosa .me
span.footer_p &nbsp&nbsp è un'idea di 
    a(href="http://www.ottoquattro.com", target="_blank") OttoQuattro Web & Video Agency​
+10
source

All Articles