Difference between revisions of "Emmet"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
p10 - padding 10 px | p10 - padding 10 px | ||
<pre> | <pre> | ||
div.featured | div.featured>h1+h2+p | ||
<div class="featured"> | <div class="featured"> | ||
<h1></h1> | <h1></h1> | ||
Line 8: | Line 8: | ||
</div> | </div> | ||
</pre> | </pre> | ||
'''Text align center''' | |||
tac | |||
'''margin bottom''' | |||
mb10 |
Revision as of 13:41, 8 May 2018
p10 - padding 10 px
div.featured>h1+h2+p <div class="featured"> <h1></h1> <h2></h2> <p></p> </div>
Text align center
tac
margin bottom
mb10