Difference between revisions of "Css classes"
From MyWiki
| Line 2: | Line 2: | ||
<source lang="text"> | <source lang="text"> | ||
.indent{ | .indent{ | ||
| + | margin-left: 10px; | ||
} | } | ||
| + | <span class="ident">asdfasdf</span> | ||
| + | |||
| + | |||
| + | .gap-below{ | ||
| + | margin-below: 25px; | ||
</source> | </source> | ||
Revision as of 18:04, 17 November 2015
class = "indent" in "<a" tag
.indent{
margin-left: 10px;
}
<span class="ident">asdfasdf</span>
.gap-below{
margin-below: 25px;