Continuing the discussion from Adding css to the html element:
But sometimes, it would be more efficient to add CSS to HTML tags when the tags are used many times : #myform label, #myform input { padding: 20px; }
Continuing the discussion from Adding css to the html element:
But sometimes, it would be more efficient to add CSS to HTML tags when the tags are used many times : #myform label, #myform input { padding: 20px; }
We’ll be adding a feature this fall that will allow for these types of selectors.
can i do something like this in gui? :
.features-list li { margin-bottom: 20px; list-style-type: circle; }
Not yet but we’re planning on building this type of functionality soon.