CSS, HTML, Smarty & Twig Coding Standards
<img class="test"
id="..."
name="..."
data="..."
src="..."
title="..."
alt="..."
role="..."
>Last updated
Was this helpful?
<img class="test"
id="..."
name="..."
data="..."
src="..."
title="..."
alt="..."
role="..."
>Last updated
Was this helpful?
Was this helpful?
<img class="test" src="...">
img,
a,
input[type="text"] {
display: block;
padding: 15px;
margin-bottom: 15px;
background-color: rgba(0,0,0,.5);
box-shadow: 0 1px 2px #ccc, inset 0 1px 0 #fff;
}{% block my_block_name %}
{% set foo = 'foo' %}
{% endblock %}