Posts by Simões • 21 points
2 posts
-
2
votes2
answers72
viewsQ: Selector in CSS differences
What’s the difference between: .figure-box>figure>img{ width: 440px; position: relative; } To: .figure-box figure img{ max-width: 100%; position: relative; transition: transform 0.6s; }…
-
0
votes1
answer102
viewsQ: Confusing code - what does it mean?
When I have this code: {{ 'js/gourmet.js' | static_url | script_tag }} What does it mean? Where do I find this static_url ou o script_tag ? This is jQuery?…